oci-opsi 2.48.0 → 2.49.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 (214) hide show
  1. package/lib/client.d.ts +126 -126
  2. package/lib/client.js +158 -142
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/add-exadata-insight-members-details.js +4 -0
  5. package/lib/model/add-exadata-insight-members-details.js.map +1 -1
  6. package/lib/model/add-pe-comanaged-exadata-insight-members-details.d.ts +28 -0
  7. package/lib/model/add-pe-comanaged-exadata-insight-members-details.js +69 -0
  8. package/lib/model/add-pe-comanaged-exadata-insight-members-details.js.map +1 -0
  9. package/lib/model/create-exadata-insight-details.js +4 -0
  10. package/lib/model/create-exadata-insight-details.js.map +1 -1
  11. package/lib/model/create-pe-comanaged-exadata-insight-details.d.ts +32 -0
  12. package/lib/model/create-pe-comanaged-exadata-insight-details.js +69 -0
  13. package/lib/model/create-pe-comanaged-exadata-insight-details.js.map +1 -0
  14. package/lib/model/create-pe-comanaged-exadata-vmcluster-details.d.ts +41 -0
  15. package/lib/model/create-pe-comanaged-exadata-vmcluster-details.js +64 -0
  16. package/lib/model/create-pe-comanaged-exadata-vmcluster-details.js.map +1 -0
  17. package/lib/model/enable-exadata-insight-details.js +4 -0
  18. package/lib/model/enable-exadata-insight-details.js.map +1 -1
  19. package/lib/model/enable-pe-comanaged-exadata-insight-details.d.ts +27 -0
  20. package/lib/model/enable-pe-comanaged-exadata-insight-details.js +57 -0
  21. package/lib/model/enable-pe-comanaged-exadata-insight-details.js.map +1 -0
  22. package/lib/model/exadata-configuration-summary.d.ts +4 -0
  23. package/lib/model/exadata-configuration-summary.js +18 -2
  24. package/lib/model/exadata-configuration-summary.js.map +1 -1
  25. package/lib/model/exadata-details.d.ts +5 -1
  26. package/lib/model/exadata-details.js.map +1 -1
  27. package/lib/model/exadata-entity-source.d.ts +1 -0
  28. package/lib/model/exadata-entity-source.js +1 -0
  29. package/lib/model/exadata-entity-source.js.map +1 -1
  30. package/lib/model/exadata-exacs-configuration-summary.d.ts +35 -0
  31. package/lib/model/exadata-exacs-configuration-summary.js +57 -0
  32. package/lib/model/exadata-exacs-configuration-summary.js.map +1 -0
  33. package/lib/model/exadata-insight-summary.js +4 -0
  34. package/lib/model/exadata-insight-summary.js.map +1 -1
  35. package/lib/model/exadata-insight.js +4 -0
  36. package/lib/model/exadata-insight.js.map +1 -1
  37. package/lib/model/exadata-member-summary.d.ts +1 -0
  38. package/lib/model/exadata-member-summary.js +1 -0
  39. package/lib/model/exadata-member-summary.js.map +1 -1
  40. package/lib/model/exadata-rack-type.d.ts +1 -0
  41. package/lib/model/exadata-rack-type.js +1 -0
  42. package/lib/model/exadata-rack-type.js.map +1 -1
  43. package/lib/model/exadata-resource-type.d.ts +30 -0
  44. package/lib/model/exadata-resource-type.js +41 -0
  45. package/lib/model/exadata-resource-type.js.map +1 -0
  46. package/lib/model/index.d.ts +20 -0
  47. package/lib/model/index.js +28 -7
  48. package/lib/model/index.js.map +1 -1
  49. package/lib/model/pe-comanaged-database-insight-summary.d.ts +8 -0
  50. package/lib/model/pe-comanaged-database-insight-summary.js.map +1 -1
  51. package/lib/model/pe-comanaged-database-insight.d.ts +8 -0
  52. package/lib/model/pe-comanaged-database-insight.js.map +1 -1
  53. package/lib/model/pe-comanaged-exadata-insight-summary.d.ts +39 -0
  54. package/lib/model/pe-comanaged-exadata-insight-summary.js +57 -0
  55. package/lib/model/pe-comanaged-exadata-insight-summary.js.map +1 -0
  56. package/lib/model/pe-comanaged-exadata-insight.d.ts +39 -0
  57. package/lib/model/pe-comanaged-exadata-insight.js +57 -0
  58. package/lib/model/pe-comanaged-exadata-insight.js.map +1 -0
  59. package/lib/model/pe-comanaged-host-configuration-summary.d.ts +1 -0
  60. package/lib/model/pe-comanaged-host-configuration-summary.js +10 -2
  61. package/lib/model/pe-comanaged-host-configuration-summary.js.map +1 -1
  62. package/lib/model/pe-comanaged-managed-external-database-configuration-summary.d.ts +1 -0
  63. package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js +6 -0
  64. package/lib/model/pe-comanaged-managed-external-database-configuration-summary.js.map +1 -1
  65. package/lib/model/update-exadata-insight-details.js +4 -0
  66. package/lib/model/update-exadata-insight-details.js.map +1 -1
  67. package/lib/model/update-pe-comanaged-exadata-insight-details.d.ts +27 -0
  68. package/lib/model/update-pe-comanaged-exadata-insight-details.js +57 -0
  69. package/lib/model/update-pe-comanaged-exadata-insight-details.js.map +1 -0
  70. package/lib/model/vm-cluster-summary.d.ts +40 -0
  71. package/lib/model/vm-cluster-summary.js +32 -0
  72. package/lib/model/vm-cluster-summary.js.map +1 -0
  73. package/lib/request/add-exadata-insight-members-request.d.ts +2 -2
  74. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  75. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  76. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  77. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  78. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  79. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  80. package/lib/request/create-awr-hub-request.d.ts +1 -1
  81. package/lib/request/create-database-insight-request.d.ts +1 -1
  82. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  83. package/lib/request/create-exadata-insight-request.d.ts +2 -2
  84. package/lib/request/create-host-insight-request.d.ts +1 -1
  85. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  86. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  87. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  88. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  89. package/lib/request/delete-database-insight-request.d.ts +1 -1
  90. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  91. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  92. package/lib/request/delete-host-insight-request.d.ts +1 -1
  93. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  94. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  95. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  96. package/lib/request/disable-database-insight-request.d.ts +1 -1
  97. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  98. package/lib/request/disable-host-insight-request.d.ts +1 -1
  99. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  100. package/lib/request/enable-database-insight-request.d.ts +1 -1
  101. package/lib/request/enable-exadata-insight-request.d.ts +2 -2
  102. package/lib/request/enable-host-insight-request.d.ts +1 -1
  103. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  104. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  105. package/lib/request/get-awr-hub-request.d.ts +1 -1
  106. package/lib/request/get-awr-report-request.d.ts +1 -1
  107. package/lib/request/get-database-insight-request.d.ts +1 -1
  108. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  109. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  110. package/lib/request/get-host-insight-request.d.ts +1 -1
  111. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  112. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  113. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  114. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  115. package/lib/request/get-work-request-request.d.ts +1 -1
  116. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  117. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  118. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  119. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  120. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  121. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  122. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  123. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  124. package/lib/request/list-awr-databases-request.d.ts +1 -1
  125. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  126. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  127. package/lib/request/list-database-configurations-request.d.ts +6 -1
  128. package/lib/request/list-database-configurations-request.js.map +1 -1
  129. package/lib/request/list-database-insights-request.d.ts +1 -1
  130. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  131. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  132. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  133. package/lib/request/list-host-configurations-request.d.ts +6 -1
  134. package/lib/request/list-host-configurations-request.js.map +1 -1
  135. package/lib/request/list-host-insights-request.d.ts +1 -1
  136. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  137. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  138. package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
  139. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  140. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  141. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  142. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  143. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  144. package/lib/request/list-sql-plans-request.d.ts +1 -1
  145. package/lib/request/list-sql-searches-request.d.ts +1 -1
  146. package/lib/request/list-sql-texts-request.d.ts +1 -1
  147. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  148. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  149. package/lib/request/list-work-requests-request.d.ts +1 -1
  150. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  151. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  152. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  153. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  154. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  155. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  156. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  157. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  158. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  159. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  160. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  161. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  162. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +6 -1
  163. package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
  164. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +6 -1
  165. package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
  166. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +6 -1
  167. package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
  168. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +6 -1
  169. package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
  170. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +6 -1
  171. package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
  172. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +6 -1
  173. package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
  174. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  175. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  176. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  177. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  178. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  179. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  180. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  181. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  182. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  183. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  184. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +6 -1
  185. package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
  186. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +6 -1
  187. package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
  188. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +6 -1
  189. package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
  190. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +6 -1
  191. package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
  192. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +6 -1
  193. package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
  194. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +6 -1
  195. package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
  196. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +1 -1
  197. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  198. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  199. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  200. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  201. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  202. package/lib/request/summarize-sql-statistics-request.d.ts +6 -1
  203. package/lib/request/summarize-sql-statistics-request.js.map +1 -1
  204. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  205. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +6 -1
  206. package/lib/request/update-awr-hub-request.d.ts +1 -1
  207. package/lib/request/update-database-insight-request.d.ts +1 -1
  208. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  209. package/lib/request/update-exadata-insight-request.d.ts +2 -2
  210. package/lib/request/update-host-insight-request.d.ts +1 -1
  211. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  212. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  213. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  214. 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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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.48.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.49.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* () {
@@ -2157,7 +2157,7 @@ class OperationsInsightsClient {
2157
2157
  * @param GetAwrDatabaseReportRequest
2158
2158
  * @return GetAwrDatabaseReportResponse
2159
2159
  * @throws OciError when an error occurs
2160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
2160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
2161
2161
  */
2162
2162
  getAwrDatabaseReport(getAwrDatabaseReportRequest) {
2163
2163
  return __awaiter(this, void 0, void 0, function* () {
@@ -2225,7 +2225,7 @@ class OperationsInsightsClient {
2225
2225
  * @param GetAwrDatabaseSqlReportRequest
2226
2226
  * @return GetAwrDatabaseSqlReportResponse
2227
2227
  * @throws OciError when an error occurs
2228
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
2228
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
2229
2229
  */
2230
2230
  getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest) {
2231
2231
  return __awaiter(this, void 0, void 0, function* () {
@@ -2292,7 +2292,7 @@ class OperationsInsightsClient {
2292
2292
  * @param GetAwrHubRequest
2293
2293
  * @return GetAwrHubResponse
2294
2294
  * @throws OciError when an error occurs
2295
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
2295
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
2296
2296
  */
2297
2297
  getAwrHub(getAwrHubRequest) {
2298
2298
  return __awaiter(this, void 0, void 0, function* () {
@@ -2357,7 +2357,7 @@ class OperationsInsightsClient {
2357
2357
  * @param GetAwrReportRequest
2358
2358
  * @return GetAwrReportResponse
2359
2359
  * @throws OciError when an error occurs
2360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
2360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
2361
2361
  */
2362
2362
  getAwrReport(getAwrReportRequest) {
2363
2363
  return __awaiter(this, void 0, void 0, function* () {
@@ -2423,7 +2423,7 @@ class OperationsInsightsClient {
2423
2423
  * @param GetDatabaseInsightRequest
2424
2424
  * @return GetDatabaseInsightResponse
2425
2425
  * @throws OciError when an error occurs
2426
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
2426
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
2427
2427
  */
2428
2428
  getDatabaseInsight(getDatabaseInsightRequest) {
2429
2429
  return __awaiter(this, void 0, void 0, function* () {
@@ -2486,7 +2486,7 @@ class OperationsInsightsClient {
2486
2486
  * @param GetEnterpriseManagerBridgeRequest
2487
2487
  * @return GetEnterpriseManagerBridgeResponse
2488
2488
  * @throws OciError when an error occurs
2489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
2489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
2490
2490
  */
2491
2491
  getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest) {
2492
2492
  return __awaiter(this, void 0, void 0, function* () {
@@ -2549,7 +2549,7 @@ class OperationsInsightsClient {
2549
2549
  * @param GetExadataInsightRequest
2550
2550
  * @return GetExadataInsightResponse
2551
2551
  * @throws OciError when an error occurs
2552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
2552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
2553
2553
  */
2554
2554
  getExadataInsight(getExadataInsightRequest) {
2555
2555
  return __awaiter(this, void 0, void 0, function* () {
@@ -2612,7 +2612,7 @@ class OperationsInsightsClient {
2612
2612
  * @param GetHostInsightRequest
2613
2613
  * @return GetHostInsightResponse
2614
2614
  * @throws OciError when an error occurs
2615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
2615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
2616
2616
  */
2617
2617
  getHostInsight(getHostInsightRequest) {
2618
2618
  return __awaiter(this, void 0, void 0, function* () {
@@ -2675,7 +2675,7 @@ class OperationsInsightsClient {
2675
2675
  * @param GetOperationsInsightsPrivateEndpointRequest
2676
2676
  * @return GetOperationsInsightsPrivateEndpointResponse
2677
2677
  * @throws OciError when an error occurs
2678
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
2678
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
2679
2679
  */
2680
2680
  getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest) {
2681
2681
  return __awaiter(this, void 0, void 0, function* () {
@@ -2740,7 +2740,7 @@ class OperationsInsightsClient {
2740
2740
  * @param GetOperationsInsightsWarehouseRequest
2741
2741
  * @return GetOperationsInsightsWarehouseResponse
2742
2742
  * @throws OciError when an error occurs
2743
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
2743
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
2744
2744
  */
2745
2745
  getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest) {
2746
2746
  return __awaiter(this, void 0, void 0, function* () {
@@ -2803,7 +2803,7 @@ class OperationsInsightsClient {
2803
2803
  * @param GetOperationsInsightsWarehouseUserRequest
2804
2804
  * @return GetOperationsInsightsWarehouseUserResponse
2805
2805
  * @throws OciError when an error occurs
2806
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
2806
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
2807
2807
  */
2808
2808
  getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest) {
2809
2809
  return __awaiter(this, void 0, void 0, function* () {
@@ -2866,7 +2866,7 @@ class OperationsInsightsClient {
2866
2866
  * @param GetOpsiDataObjectRequest
2867
2867
  * @return GetOpsiDataObjectResponse
2868
2868
  * @throws OciError when an error occurs
2869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
2869
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
2870
2870
  */
2871
2871
  getOpsiDataObject(getOpsiDataObjectRequest) {
2872
2872
  return __awaiter(this, void 0, void 0, function* () {
@@ -2926,7 +2926,7 @@ class OperationsInsightsClient {
2926
2926
  * @param GetWorkRequestRequest
2927
2927
  * @return GetWorkRequestResponse
2928
2928
  * @throws OciError when an error occurs
2929
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2929
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
2930
2930
  */
2931
2931
  getWorkRequest(getWorkRequestRequest) {
2932
2932
  return __awaiter(this, void 0, void 0, function* () {
@@ -2994,7 +2994,7 @@ class OperationsInsightsClient {
2994
2994
  * @param IngestDatabaseConfigurationRequest
2995
2995
  * @return IngestDatabaseConfigurationResponse
2996
2996
  * @throws OciError when an error occurs
2997
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
2997
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
2998
2998
  */
2999
2999
  ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest) {
3000
3000
  return __awaiter(this, void 0, void 0, function* () {
@@ -3061,7 +3061,7 @@ class OperationsInsightsClient {
3061
3061
  * @param IngestHostConfigurationRequest
3062
3062
  * @return IngestHostConfigurationResponse
3063
3063
  * @throws OciError when an error occurs
3064
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
3064
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
3065
3065
  */
3066
3066
  ingestHostConfiguration(ingestHostConfigurationRequest) {
3067
3067
  return __awaiter(this, void 0, void 0, function* () {
@@ -3127,7 +3127,7 @@ class OperationsInsightsClient {
3127
3127
  * @param IngestHostMetricsRequest
3128
3128
  * @return IngestHostMetricsResponse
3129
3129
  * @throws OciError when an error occurs
3130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
3130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
3131
3131
  */
3132
3132
  ingestHostMetrics(ingestHostMetricsRequest) {
3133
3133
  return __awaiter(this, void 0, void 0, function* () {
@@ -3195,7 +3195,7 @@ class OperationsInsightsClient {
3195
3195
  * @param IngestSqlBucketRequest
3196
3196
  * @return IngestSqlBucketResponse
3197
3197
  * @throws OciError when an error occurs
3198
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
3198
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
3199
3199
  */
3200
3200
  ingestSqlBucket(ingestSqlBucketRequest) {
3201
3201
  return __awaiter(this, void 0, void 0, function* () {
@@ -3265,7 +3265,7 @@ class OperationsInsightsClient {
3265
3265
  * @param IngestSqlPlanLinesRequest
3266
3266
  * @return IngestSqlPlanLinesResponse
3267
3267
  * @throws OciError when an error occurs
3268
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
3268
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
3269
3269
  */
3270
3270
  ingestSqlPlanLines(ingestSqlPlanLinesRequest) {
3271
3271
  return __awaiter(this, void 0, void 0, function* () {
@@ -3335,7 +3335,7 @@ class OperationsInsightsClient {
3335
3335
  * @param IngestSqlStatsRequest
3336
3336
  * @return IngestSqlStatsResponse
3337
3337
  * @throws OciError when an error occurs
3338
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
3338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
3339
3339
  */
3340
3340
  ingestSqlStats(ingestSqlStatsRequest) {
3341
3341
  return __awaiter(this, void 0, void 0, function* () {
@@ -3405,7 +3405,7 @@ class OperationsInsightsClient {
3405
3405
  * @param IngestSqlTextRequest
3406
3406
  * @return IngestSqlTextResponse
3407
3407
  * @throws OciError when an error occurs
3408
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
3408
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
3409
3409
  */
3410
3410
  ingestSqlText(ingestSqlTextRequest) {
3411
3411
  return __awaiter(this, void 0, void 0, function* () {
@@ -3474,7 +3474,7 @@ class OperationsInsightsClient {
3474
3474
  * @param ListAwrDatabaseSnapshotsRequest
3475
3475
  * @return ListAwrDatabaseSnapshotsResponse
3476
3476
  * @throws OciError when an error occurs
3477
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
3477
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
3478
3478
  */
3479
3479
  listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest) {
3480
3480
  return __awaiter(this, void 0, void 0, function* () {
@@ -3549,7 +3549,7 @@ class OperationsInsightsClient {
3549
3549
  * @param ListAwrDatabasesRequest
3550
3550
  * @return ListAwrDatabasesResponse
3551
3551
  * @throws OciError when an error occurs
3552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
3552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
3553
3553
  */
3554
3554
  listAwrDatabases(listAwrDatabasesRequest) {
3555
3555
  return __awaiter(this, void 0, void 0, function* () {
@@ -3621,7 +3621,7 @@ class OperationsInsightsClient {
3621
3621
  * @param ListAwrHubsRequest
3622
3622
  * @return ListAwrHubsResponse
3623
3623
  * @throws OciError when an error occurs
3624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
3624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
3625
3625
  */
3626
3626
  listAwrHubs(listAwrHubsRequest) {
3627
3627
  return __awaiter(this, void 0, void 0, function* () {
@@ -3694,7 +3694,7 @@ class OperationsInsightsClient {
3694
3694
  * @param ListAwrSnapshotsRequest
3695
3695
  * @return ListAwrSnapshotsResponse
3696
3696
  * @throws OciError when an error occurs
3697
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
3697
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
3698
3698
  */
3699
3699
  listAwrSnapshots(listAwrSnapshotsRequest) {
3700
3700
  return __awaiter(this, void 0, void 0, function* () {
@@ -3767,7 +3767,7 @@ class OperationsInsightsClient {
3767
3767
  * @param ListDatabaseConfigurationsRequest
3768
3768
  * @return ListDatabaseConfigurationsResponse
3769
3769
  * @throws OciError when an error occurs
3770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
3770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
3771
3771
  */
3772
3772
  listDatabaseConfigurations(listDatabaseConfigurationsRequest) {
3773
3773
  return __awaiter(this, void 0, void 0, function* () {
@@ -3793,7 +3793,8 @@ class OperationsInsightsClient {
3793
3793
  "freeformTagEquals": listDatabaseConfigurationsRequest.freeformTagEquals,
3794
3794
  "definedTagExists": listDatabaseConfigurationsRequest.definedTagExists,
3795
3795
  "freeformTagExists": listDatabaseConfigurationsRequest.freeformTagExists,
3796
- "compartmentIdInSubtree": listDatabaseConfigurationsRequest.compartmentIdInSubtree
3796
+ "compartmentIdInSubtree": listDatabaseConfigurationsRequest.compartmentIdInSubtree,
3797
+ "vmclusterName": listDatabaseConfigurationsRequest.vmclusterName
3797
3798
  };
3798
3799
  let headerParams = {
3799
3800
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -3853,7 +3854,7 @@ class OperationsInsightsClient {
3853
3854
  * @param ListDatabaseInsightsRequest
3854
3855
  * @return ListDatabaseInsightsResponse
3855
3856
  * @throws OciError when an error occurs
3856
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
3857
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
3857
3858
  */
3858
3859
  listDatabaseInsights(listDatabaseInsightsRequest) {
3859
3860
  return __awaiter(this, void 0, void 0, function* () {
@@ -3937,7 +3938,7 @@ class OperationsInsightsClient {
3937
3938
  * @param ListEnterpriseManagerBridgesRequest
3938
3939
  * @return ListEnterpriseManagerBridgesResponse
3939
3940
  * @throws OciError when an error occurs
3940
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
3941
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
3941
3942
  */
3942
3943
  listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest) {
3943
3944
  return __awaiter(this, void 0, void 0, function* () {
@@ -4008,7 +4009,7 @@ class OperationsInsightsClient {
4008
4009
  * @param ListExadataConfigurationsRequest
4009
4010
  * @return ListExadataConfigurationsResponse
4010
4011
  * @throws OciError when an error occurs
4011
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
4012
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
4012
4013
  */
4013
4014
  listExadataConfigurations(listExadataConfigurationsRequest) {
4014
4015
  return __awaiter(this, void 0, void 0, function* () {
@@ -4088,7 +4089,7 @@ class OperationsInsightsClient {
4088
4089
  * @param ListExadataInsightsRequest
4089
4090
  * @return ListExadataInsightsResponse
4090
4091
  * @throws OciError when an error occurs
4091
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
4092
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
4092
4093
  */
4093
4094
  listExadataInsights(listExadataInsightsRequest) {
4094
4095
  return __awaiter(this, void 0, void 0, function* () {
@@ -4168,7 +4169,7 @@ class OperationsInsightsClient {
4168
4169
  * @param ListHostConfigurationsRequest
4169
4170
  * @return ListHostConfigurationsResponse
4170
4171
  * @throws OciError when an error occurs
4171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
4172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
4172
4173
  */
4173
4174
  listHostConfigurations(listHostConfigurationsRequest) {
4174
4175
  return __awaiter(this, void 0, void 0, function* () {
@@ -4193,7 +4194,8 @@ class OperationsInsightsClient {
4193
4194
  "freeformTagExists": listHostConfigurationsRequest.freeformTagExists,
4194
4195
  "compartmentIdInSubtree": listHostConfigurationsRequest.compartmentIdInSubtree,
4195
4196
  "hostType": listHostConfigurationsRequest.hostType,
4196
- "hostId": listHostConfigurationsRequest.hostId
4197
+ "hostId": listHostConfigurationsRequest.hostId,
4198
+ "vmclusterName": listHostConfigurationsRequest.vmclusterName
4197
4199
  };
4198
4200
  let headerParams = {
4199
4201
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -4253,7 +4255,7 @@ class OperationsInsightsClient {
4253
4255
  * @param ListHostInsightsRequest
4254
4256
  * @return ListHostInsightsResponse
4255
4257
  * @throws OciError when an error occurs
4256
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
4258
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
4257
4259
  */
4258
4260
  listHostInsights(listHostInsightsRequest) {
4259
4261
  return __awaiter(this, void 0, void 0, function* () {
@@ -4334,7 +4336,7 @@ class OperationsInsightsClient {
4334
4336
  * @param ListHostedEntitiesRequest
4335
4337
  * @return ListHostedEntitiesResponse
4336
4338
  * @throws OciError when an error occurs
4337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
4339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
4338
4340
  */
4339
4341
  listHostedEntities(listHostedEntitiesRequest) {
4340
4342
  return __awaiter(this, void 0, void 0, function* () {
@@ -4414,7 +4416,7 @@ class OperationsInsightsClient {
4414
4416
  * @param ListImportableAgentEntitiesRequest
4415
4417
  * @return ListImportableAgentEntitiesResponse
4416
4418
  * @throws OciError when an error occurs
4417
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
4419
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
4418
4420
  */
4419
4421
  listImportableAgentEntities(listImportableAgentEntitiesRequest) {
4420
4422
  return __awaiter(this, void 0, void 0, function* () {
@@ -4488,7 +4490,7 @@ class OperationsInsightsClient {
4488
4490
  * @param ListImportableComputeEntitiesRequest
4489
4491
  * @return ListImportableComputeEntitiesResponse
4490
4492
  * @throws OciError when an error occurs
4491
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
4493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
4492
4494
  */
4493
4495
  listImportableComputeEntities(listImportableComputeEntitiesRequest) {
4494
4496
  return __awaiter(this, void 0, void 0, function* () {
@@ -4556,7 +4558,7 @@ class OperationsInsightsClient {
4556
4558
  * @param ListImportableEnterpriseManagerEntitiesRequest
4557
4559
  * @return ListImportableEnterpriseManagerEntitiesResponse
4558
4560
  * @throws OciError when an error occurs
4559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
4561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
4560
4562
  */
4561
4563
  listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest) {
4562
4564
  return __awaiter(this, void 0, void 0, function* () {
@@ -4625,7 +4627,7 @@ class OperationsInsightsClient {
4625
4627
  * @param ListOperationsInsightsPrivateEndpointsRequest
4626
4628
  * @return ListOperationsInsightsPrivateEndpointsResponse
4627
4629
  * @throws OciError when an error occurs
4628
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
4630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
4629
4631
  */
4630
4632
  listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest) {
4631
4633
  return __awaiter(this, void 0, void 0, function* () {
@@ -4699,7 +4701,7 @@ class OperationsInsightsClient {
4699
4701
  * @param ListOperationsInsightsWarehouseUsersRequest
4700
4702
  * @return ListOperationsInsightsWarehouseUsersResponse
4701
4703
  * @throws OciError when an error occurs
4702
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
4704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
4703
4705
  */
4704
4706
  listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest) {
4705
4707
  return __awaiter(this, void 0, void 0, function* () {
@@ -4772,7 +4774,7 @@ class OperationsInsightsClient {
4772
4774
  * @param ListOperationsInsightsWarehousesRequest
4773
4775
  * @return ListOperationsInsightsWarehousesResponse
4774
4776
  * @throws OciError when an error occurs
4775
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
4777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
4776
4778
  */
4777
4779
  listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest) {
4778
4780
  return __awaiter(this, void 0, void 0, function* () {
@@ -4843,7 +4845,7 @@ class OperationsInsightsClient {
4843
4845
  * @param ListOpsiDataObjectsRequest
4844
4846
  * @return ListOpsiDataObjectsResponse
4845
4847
  * @throws OciError when an error occurs
4846
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
4848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
4847
4849
  */
4848
4850
  listOpsiDataObjects(listOpsiDataObjectsRequest) {
4849
4851
  return __awaiter(this, void 0, void 0, function* () {
@@ -4914,7 +4916,7 @@ class OperationsInsightsClient {
4914
4916
  * @param ListSqlPlansRequest
4915
4917
  * @return ListSqlPlansResponse
4916
4918
  * @throws OciError when an error occurs
4917
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
4919
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
4918
4920
  */
4919
4921
  listSqlPlans(listSqlPlansRequest) {
4920
4922
  return __awaiter(this, void 0, void 0, function* () {
@@ -4984,7 +4986,7 @@ class OperationsInsightsClient {
4984
4986
  * @param ListSqlSearchesRequest
4985
4987
  * @return ListSqlSearchesResponse
4986
4988
  * @throws OciError when an error occurs
4987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
4989
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
4988
4990
  */
4989
4991
  listSqlSearches(listSqlSearchesRequest) {
4990
4992
  return __awaiter(this, void 0, void 0, function* () {
@@ -5058,7 +5060,7 @@ class OperationsInsightsClient {
5058
5060
  * @param ListSqlTextsRequest
5059
5061
  * @return ListSqlTextsResponse
5060
5062
  * @throws OciError when an error occurs
5061
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
5063
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
5062
5064
  */
5063
5065
  listSqlTexts(listSqlTextsRequest) {
5064
5066
  return __awaiter(this, void 0, void 0, function* () {
@@ -5131,7 +5133,7 @@ class OperationsInsightsClient {
5131
5133
  * @param ListWorkRequestErrorsRequest
5132
5134
  * @return ListWorkRequestErrorsResponse
5133
5135
  * @throws OciError when an error occurs
5134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
5136
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
5135
5137
  */
5136
5138
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
5137
5139
  return __awaiter(this, void 0, void 0, function* () {
@@ -5200,7 +5202,7 @@ class OperationsInsightsClient {
5200
5202
  * @param ListWorkRequestLogsRequest
5201
5203
  * @return ListWorkRequestLogsResponse
5202
5204
  * @throws OciError when an error occurs
5203
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
5205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
5204
5206
  */
5205
5207
  listWorkRequestLogs(listWorkRequestLogsRequest) {
5206
5208
  return __awaiter(this, void 0, void 0, function* () {
@@ -5269,7 +5271,7 @@ class OperationsInsightsClient {
5269
5271
  * @param ListWorkRequestsRequest
5270
5272
  * @return ListWorkRequestsResponse
5271
5273
  * @throws OciError when an error occurs
5272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
5274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
5273
5275
  */
5274
5276
  listWorkRequests(listWorkRequestsRequest) {
5275
5277
  return __awaiter(this, void 0, void 0, function* () {
@@ -5342,7 +5344,7 @@ class OperationsInsightsClient {
5342
5344
  * @param QueryOpsiDataObjectDataRequest
5343
5345
  * @return QueryOpsiDataObjectDataResponse
5344
5346
  * @throws OciError when an error occurs
5345
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
5347
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
5346
5348
  */
5347
5349
  queryOpsiDataObjectData(queryOpsiDataObjectDataRequest) {
5348
5350
  return __awaiter(this, void 0, void 0, function* () {
@@ -5408,7 +5410,7 @@ class OperationsInsightsClient {
5408
5410
  * @param RotateOperationsInsightsWarehouseWalletRequest
5409
5411
  * @return RotateOperationsInsightsWarehouseWalletResponse
5410
5412
  * @throws OciError when an error occurs
5411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
5413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
5412
5414
  */
5413
5415
  rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest) {
5414
5416
  return __awaiter(this, void 0, void 0, function* () {
@@ -5473,7 +5475,7 @@ class OperationsInsightsClient {
5473
5475
  * @param SummarizeAwrDatabaseCpuUsagesRequest
5474
5476
  * @return SummarizeAwrDatabaseCpuUsagesResponse
5475
5477
  * @throws OciError when an error occurs
5476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
5478
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
5477
5479
  */
5478
5480
  summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest) {
5479
5481
  return __awaiter(this, void 0, void 0, function* () {
@@ -5549,7 +5551,7 @@ class OperationsInsightsClient {
5549
5551
  * @param SummarizeAwrDatabaseMetricsRequest
5550
5552
  * @return SummarizeAwrDatabaseMetricsResponse
5551
5553
  * @throws OciError when an error occurs
5552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
5554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
5553
5555
  */
5554
5556
  summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest) {
5555
5557
  return __awaiter(this, void 0, void 0, function* () {
@@ -5629,7 +5631,7 @@ class OperationsInsightsClient {
5629
5631
  * @param SummarizeAwrDatabaseParameterChangesRequest
5630
5632
  * @return SummarizeAwrDatabaseParameterChangesResponse
5631
5633
  * @throws OciError when an error occurs
5632
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
5634
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
5633
5635
  */
5634
5636
  summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest) {
5635
5637
  return __awaiter(this, void 0, void 0, function* () {
@@ -5715,7 +5717,7 @@ class OperationsInsightsClient {
5715
5717
  * @param SummarizeAwrDatabaseParametersRequest
5716
5718
  * @return SummarizeAwrDatabaseParametersResponse
5717
5719
  * @throws OciError when an error occurs
5718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
5720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
5719
5721
  */
5720
5722
  summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest) {
5721
5723
  return __awaiter(this, void 0, void 0, function* () {
@@ -5795,7 +5797,7 @@ class OperationsInsightsClient {
5795
5797
  * @param SummarizeAwrDatabaseSnapshotRangesRequest
5796
5798
  * @return SummarizeAwrDatabaseSnapshotRangesResponse
5797
5799
  * @throws OciError when an error occurs
5798
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
5800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
5799
5801
  */
5800
5802
  summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest) {
5801
5803
  return __awaiter(this, void 0, void 0, function* () {
@@ -5867,7 +5869,7 @@ class OperationsInsightsClient {
5867
5869
  * @param SummarizeAwrDatabaseSysstatsRequest
5868
5870
  * @return SummarizeAwrDatabaseSysstatsResponse
5869
5871
  * @throws OciError when an error occurs
5870
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
5872
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
5871
5873
  */
5872
5874
  summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest) {
5873
5875
  return __awaiter(this, void 0, void 0, function* () {
@@ -5943,7 +5945,7 @@ class OperationsInsightsClient {
5943
5945
  * @param SummarizeAwrDatabaseTopWaitEventsRequest
5944
5946
  * @return SummarizeAwrDatabaseTopWaitEventsResponse
5945
5947
  * @throws OciError when an error occurs
5946
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
5948
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
5947
5949
  */
5948
5950
  summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest) {
5949
5951
  return __awaiter(this, void 0, void 0, function* () {
@@ -6018,7 +6020,7 @@ class OperationsInsightsClient {
6018
6020
  * @param SummarizeAwrDatabaseWaitEventBucketsRequest
6019
6021
  * @return SummarizeAwrDatabaseWaitEventBucketsResponse
6020
6022
  * @throws OciError when an error occurs
6021
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
6023
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
6022
6024
  */
6023
6025
  summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest) {
6024
6026
  return __awaiter(this, void 0, void 0, function* () {
@@ -6097,7 +6099,7 @@ class OperationsInsightsClient {
6097
6099
  * @param SummarizeAwrDatabaseWaitEventsRequest
6098
6100
  * @return SummarizeAwrDatabaseWaitEventsResponse
6099
6101
  * @throws OciError when an error occurs
6100
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
6102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
6101
6103
  */
6102
6104
  summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest) {
6103
6105
  return __awaiter(this, void 0, void 0, function* () {
@@ -6174,7 +6176,7 @@ class OperationsInsightsClient {
6174
6176
  * @param SummarizeAwrSourcesSummariesRequest
6175
6177
  * @return SummarizeAwrSourcesSummariesResponse
6176
6178
  * @throws OciError when an error occurs
6177
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
6179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
6178
6180
  */
6179
6181
  summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest) {
6180
6182
  return __awaiter(this, void 0, void 0, function* () {
@@ -6247,7 +6249,7 @@ class OperationsInsightsClient {
6247
6249
  * @param SummarizeDatabaseInsightResourceCapacityTrendRequest
6248
6250
  * @return SummarizeDatabaseInsightResourceCapacityTrendResponse
6249
6251
  * @throws OciError when an error occurs
6250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
6252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
6251
6253
  */
6252
6254
  summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest) {
6253
6255
  return __awaiter(this, void 0, void 0, function* () {
@@ -6278,7 +6280,8 @@ class OperationsInsightsClient {
6278
6280
  "freeformTagEquals": summarizeDatabaseInsightResourceCapacityTrendRequest.freeformTagEquals,
6279
6281
  "definedTagExists": summarizeDatabaseInsightResourceCapacityTrendRequest.definedTagExists,
6280
6282
  "freeformTagExists": summarizeDatabaseInsightResourceCapacityTrendRequest.freeformTagExists,
6281
- "compartmentIdInSubtree": summarizeDatabaseInsightResourceCapacityTrendRequest.compartmentIdInSubtree
6283
+ "compartmentIdInSubtree": summarizeDatabaseInsightResourceCapacityTrendRequest.compartmentIdInSubtree,
6284
+ "vmclusterName": summarizeDatabaseInsightResourceCapacityTrendRequest.vmclusterName
6282
6285
  };
6283
6286
  let headerParams = {
6284
6287
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -6333,7 +6336,7 @@ class OperationsInsightsClient {
6333
6336
  * @param SummarizeDatabaseInsightResourceForecastTrendRequest
6334
6337
  * @return SummarizeDatabaseInsightResourceForecastTrendResponse
6335
6338
  * @throws OciError when an error occurs
6336
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
6339
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
6337
6340
  */
6338
6341
  summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest) {
6339
6342
  return __awaiter(this, void 0, void 0, function* () {
@@ -6366,7 +6369,8 @@ class OperationsInsightsClient {
6366
6369
  "freeformTagEquals": summarizeDatabaseInsightResourceForecastTrendRequest.freeformTagEquals,
6367
6370
  "definedTagExists": summarizeDatabaseInsightResourceForecastTrendRequest.definedTagExists,
6368
6371
  "freeformTagExists": summarizeDatabaseInsightResourceForecastTrendRequest.freeformTagExists,
6369
- "compartmentIdInSubtree": summarizeDatabaseInsightResourceForecastTrendRequest.compartmentIdInSubtree
6372
+ "compartmentIdInSubtree": summarizeDatabaseInsightResourceForecastTrendRequest.compartmentIdInSubtree,
6373
+ "vmclusterName": summarizeDatabaseInsightResourceForecastTrendRequest.vmclusterName
6370
6374
  };
6371
6375
  let headerParams = {
6372
6376
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -6421,7 +6425,7 @@ class OperationsInsightsClient {
6421
6425
  * @param SummarizeDatabaseInsightResourceStatisticsRequest
6422
6426
  * @return SummarizeDatabaseInsightResourceStatisticsResponse
6423
6427
  * @throws OciError when an error occurs
6424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
6428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
6425
6429
  */
6426
6430
  summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest) {
6427
6431
  return __awaiter(this, void 0, void 0, function* () {
@@ -6454,7 +6458,8 @@ class OperationsInsightsClient {
6454
6458
  "freeformTagEquals": summarizeDatabaseInsightResourceStatisticsRequest.freeformTagEquals,
6455
6459
  "definedTagExists": summarizeDatabaseInsightResourceStatisticsRequest.definedTagExists,
6456
6460
  "freeformTagExists": summarizeDatabaseInsightResourceStatisticsRequest.freeformTagExists,
6457
- "compartmentIdInSubtree": summarizeDatabaseInsightResourceStatisticsRequest.compartmentIdInSubtree
6461
+ "compartmentIdInSubtree": summarizeDatabaseInsightResourceStatisticsRequest.compartmentIdInSubtree,
6462
+ "vmclusterName": summarizeDatabaseInsightResourceStatisticsRequest.vmclusterName
6458
6463
  };
6459
6464
  let headerParams = {
6460
6465
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -6511,7 +6516,7 @@ class OperationsInsightsClient {
6511
6516
  * @param SummarizeDatabaseInsightResourceUsageRequest
6512
6517
  * @return SummarizeDatabaseInsightResourceUsageResponse
6513
6518
  * @throws OciError when an error occurs
6514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
6519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
6515
6520
  */
6516
6521
  summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest) {
6517
6522
  return __awaiter(this, void 0, void 0, function* () {
@@ -6538,7 +6543,8 @@ class OperationsInsightsClient {
6538
6543
  "freeformTagEquals": summarizeDatabaseInsightResourceUsageRequest.freeformTagEquals,
6539
6544
  "definedTagExists": summarizeDatabaseInsightResourceUsageRequest.definedTagExists,
6540
6545
  "freeformTagExists": summarizeDatabaseInsightResourceUsageRequest.freeformTagExists,
6541
- "compartmentIdInSubtree": summarizeDatabaseInsightResourceUsageRequest.compartmentIdInSubtree
6546
+ "compartmentIdInSubtree": summarizeDatabaseInsightResourceUsageRequest.compartmentIdInSubtree,
6547
+ "vmclusterName": summarizeDatabaseInsightResourceUsageRequest.vmclusterName
6542
6548
  };
6543
6549
  let headerParams = {
6544
6550
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -6594,7 +6600,7 @@ class OperationsInsightsClient {
6594
6600
  * @param SummarizeDatabaseInsightResourceUsageTrendRequest
6595
6601
  * @return SummarizeDatabaseInsightResourceUsageTrendResponse
6596
6602
  * @throws OciError when an error occurs
6597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
6603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
6598
6604
  */
6599
6605
  summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest) {
6600
6606
  return __awaiter(this, void 0, void 0, function* () {
@@ -6622,7 +6628,8 @@ class OperationsInsightsClient {
6622
6628
  "freeformTagEquals": summarizeDatabaseInsightResourceUsageTrendRequest.freeformTagEquals,
6623
6629
  "definedTagExists": summarizeDatabaseInsightResourceUsageTrendRequest.definedTagExists,
6624
6630
  "freeformTagExists": summarizeDatabaseInsightResourceUsageTrendRequest.freeformTagExists,
6625
- "compartmentIdInSubtree": summarizeDatabaseInsightResourceUsageTrendRequest.compartmentIdInSubtree
6631
+ "compartmentIdInSubtree": summarizeDatabaseInsightResourceUsageTrendRequest.compartmentIdInSubtree,
6632
+ "vmclusterName": summarizeDatabaseInsightResourceUsageTrendRequest.vmclusterName
6626
6633
  };
6627
6634
  let headerParams = {
6628
6635
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -6677,7 +6684,7 @@ class OperationsInsightsClient {
6677
6684
  * @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
6678
6685
  * @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
6679
6686
  * @throws OciError when an error occurs
6680
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
6687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
6681
6688
  */
6682
6689
  summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest) {
6683
6690
  return __awaiter(this, void 0, void 0, function* () {
@@ -6704,7 +6711,8 @@ class OperationsInsightsClient {
6704
6711
  "freeformTagEquals": summarizeDatabaseInsightResourceUtilizationInsightRequest.freeformTagEquals,
6705
6712
  "definedTagExists": summarizeDatabaseInsightResourceUtilizationInsightRequest.definedTagExists,
6706
6713
  "freeformTagExists": summarizeDatabaseInsightResourceUtilizationInsightRequest.freeformTagExists,
6707
- "compartmentIdInSubtree": summarizeDatabaseInsightResourceUtilizationInsightRequest.compartmentIdInSubtree
6714
+ "compartmentIdInSubtree": summarizeDatabaseInsightResourceUtilizationInsightRequest.compartmentIdInSubtree,
6715
+ "vmclusterName": summarizeDatabaseInsightResourceUtilizationInsightRequest.vmclusterName
6708
6716
  };
6709
6717
  let headerParams = {
6710
6718
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -6760,7 +6768,7 @@ class OperationsInsightsClient {
6760
6768
  * @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
6761
6769
  * @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
6762
6770
  * @throws OciError when an error occurs
6763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
6771
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
6764
6772
  */
6765
6773
  summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest) {
6766
6774
  return __awaiter(this, void 0, void 0, function* () {
@@ -6838,7 +6846,7 @@ class OperationsInsightsClient {
6838
6846
  * @param SummarizeExadataInsightResourceCapacityTrendRequest
6839
6847
  * @return SummarizeExadataInsightResourceCapacityTrendResponse
6840
6848
  * @throws OciError when an error occurs
6841
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
6849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
6842
6850
  */
6843
6851
  summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest) {
6844
6852
  return __awaiter(this, void 0, void 0, function* () {
@@ -6922,7 +6930,7 @@ class OperationsInsightsClient {
6922
6930
  * @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
6923
6931
  * @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
6924
6932
  * @throws OciError when an error occurs
6925
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
6933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
6926
6934
  */
6927
6935
  summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest) {
6928
6936
  return __awaiter(this, void 0, void 0, function* () {
@@ -7009,7 +7017,7 @@ class OperationsInsightsClient {
7009
7017
  * @param SummarizeExadataInsightResourceForecastTrendRequest
7010
7018
  * @return SummarizeExadataInsightResourceForecastTrendResponse
7011
7019
  * @throws OciError when an error occurs
7012
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
7020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
7013
7021
  */
7014
7022
  summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest) {
7015
7023
  return __awaiter(this, void 0, void 0, function* () {
@@ -7096,7 +7104,7 @@ class OperationsInsightsClient {
7096
7104
  * @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
7097
7105
  * @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
7098
7106
  * @throws OciError when an error occurs
7099
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
7107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
7100
7108
  */
7101
7109
  summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest) {
7102
7110
  return __awaiter(this, void 0, void 0, function* () {
@@ -7183,7 +7191,7 @@ class OperationsInsightsClient {
7183
7191
  * @param SummarizeExadataInsightResourceStatisticsRequest
7184
7192
  * @return SummarizeExadataInsightResourceStatisticsResponse
7185
7193
  * @throws OciError when an error occurs
7186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
7194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
7187
7195
  */
7188
7196
  summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest) {
7189
7197
  return __awaiter(this, void 0, void 0, function* () {
@@ -7270,7 +7278,7 @@ class OperationsInsightsClient {
7270
7278
  * @param SummarizeExadataInsightResourceUsageRequest
7271
7279
  * @return SummarizeExadataInsightResourceUsageResponse
7272
7280
  * @throws OciError when an error occurs
7273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
7281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
7274
7282
  */
7275
7283
  summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest) {
7276
7284
  return __awaiter(this, void 0, void 0, function* () {
@@ -7357,7 +7365,7 @@ class OperationsInsightsClient {
7357
7365
  * @param SummarizeExadataInsightResourceUsageAggregatedRequest
7358
7366
  * @return SummarizeExadataInsightResourceUsageAggregatedResponse
7359
7367
  * @throws OciError when an error occurs
7360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
7368
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
7361
7369
  */
7362
7370
  summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest) {
7363
7371
  return __awaiter(this, void 0, void 0, function* () {
@@ -7435,7 +7443,7 @@ class OperationsInsightsClient {
7435
7443
  * @param SummarizeExadataInsightResourceUtilizationInsightRequest
7436
7444
  * @return SummarizeExadataInsightResourceUtilizationInsightResponse
7437
7445
  * @throws OciError when an error occurs
7438
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
7446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
7439
7447
  */
7440
7448
  summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest) {
7441
7449
  return __awaiter(this, void 0, void 0, function* () {
@@ -7520,7 +7528,7 @@ class OperationsInsightsClient {
7520
7528
  * @param SummarizeExadataMembersRequest
7521
7529
  * @return SummarizeExadataMembersResponse
7522
7530
  * @throws OciError when an error occurs
7523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
7531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
7524
7532
  */
7525
7533
  summarizeExadataMembers(summarizeExadataMembersRequest) {
7526
7534
  return __awaiter(this, void 0, void 0, function* () {
@@ -7596,7 +7604,7 @@ class OperationsInsightsClient {
7596
7604
  * @param SummarizeHostInsightResourceCapacityTrendRequest
7597
7605
  * @return SummarizeHostInsightResourceCapacityTrendResponse
7598
7606
  * @throws OciError when an error occurs
7599
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
7607
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
7600
7608
  */
7601
7609
  summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest) {
7602
7610
  return __awaiter(this, void 0, void 0, function* () {
@@ -7624,7 +7632,8 @@ class OperationsInsightsClient {
7624
7632
  "freeformTagExists": summarizeHostInsightResourceCapacityTrendRequest.freeformTagExists,
7625
7633
  "compartmentIdInSubtree": summarizeHostInsightResourceCapacityTrendRequest.compartmentIdInSubtree,
7626
7634
  "hostType": summarizeHostInsightResourceCapacityTrendRequest.hostType,
7627
- "hostId": summarizeHostInsightResourceCapacityTrendRequest.hostId
7635
+ "hostId": summarizeHostInsightResourceCapacityTrendRequest.hostId,
7636
+ "vmclusterName": summarizeHostInsightResourceCapacityTrendRequest.vmclusterName
7628
7637
  };
7629
7638
  let headerParams = {
7630
7639
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -7679,7 +7688,7 @@ class OperationsInsightsClient {
7679
7688
  * @param SummarizeHostInsightResourceForecastTrendRequest
7680
7689
  * @return SummarizeHostInsightResourceForecastTrendResponse
7681
7690
  * @throws OciError when an error occurs
7682
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
7691
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
7683
7692
  */
7684
7693
  summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest) {
7685
7694
  return __awaiter(this, void 0, void 0, function* () {
@@ -7709,7 +7718,8 @@ class OperationsInsightsClient {
7709
7718
  "freeformTagExists": summarizeHostInsightResourceForecastTrendRequest.freeformTagExists,
7710
7719
  "compartmentIdInSubtree": summarizeHostInsightResourceForecastTrendRequest.compartmentIdInSubtree,
7711
7720
  "hostType": summarizeHostInsightResourceForecastTrendRequest.hostType,
7712
- "hostId": summarizeHostInsightResourceForecastTrendRequest.hostId
7721
+ "hostId": summarizeHostInsightResourceForecastTrendRequest.hostId,
7722
+ "vmclusterName": summarizeHostInsightResourceForecastTrendRequest.vmclusterName
7713
7723
  };
7714
7724
  let headerParams = {
7715
7725
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -7759,7 +7769,7 @@ class OperationsInsightsClient {
7759
7769
  * @param SummarizeHostInsightResourceStatisticsRequest
7760
7770
  * @return SummarizeHostInsightResourceStatisticsResponse
7761
7771
  * @throws OciError when an error occurs
7762
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
7772
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
7763
7773
  */
7764
7774
  summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest) {
7765
7775
  return __awaiter(this, void 0, void 0, function* () {
@@ -7790,7 +7800,8 @@ class OperationsInsightsClient {
7790
7800
  "freeformTagExists": summarizeHostInsightResourceStatisticsRequest.freeformTagExists,
7791
7801
  "compartmentIdInSubtree": summarizeHostInsightResourceStatisticsRequest.compartmentIdInSubtree,
7792
7802
  "hostType": summarizeHostInsightResourceStatisticsRequest.hostType,
7793
- "hostId": summarizeHostInsightResourceStatisticsRequest.hostId
7803
+ "hostId": summarizeHostInsightResourceStatisticsRequest.hostId,
7804
+ "vmclusterName": summarizeHostInsightResourceStatisticsRequest.vmclusterName
7794
7805
  };
7795
7806
  let headerParams = {
7796
7807
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -7847,7 +7858,7 @@ class OperationsInsightsClient {
7847
7858
  * @param SummarizeHostInsightResourceUsageRequest
7848
7859
  * @return SummarizeHostInsightResourceUsageResponse
7849
7860
  * @throws OciError when an error occurs
7850
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
7861
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
7851
7862
  */
7852
7863
  summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest) {
7853
7864
  return __awaiter(this, void 0, void 0, function* () {
@@ -7873,7 +7884,8 @@ class OperationsInsightsClient {
7873
7884
  "freeformTagExists": summarizeHostInsightResourceUsageRequest.freeformTagExists,
7874
7885
  "compartmentIdInSubtree": summarizeHostInsightResourceUsageRequest.compartmentIdInSubtree,
7875
7886
  "hostType": summarizeHostInsightResourceUsageRequest.hostType,
7876
- "hostId": summarizeHostInsightResourceUsageRequest.hostId
7887
+ "hostId": summarizeHostInsightResourceUsageRequest.hostId,
7888
+ "vmclusterName": summarizeHostInsightResourceUsageRequest.vmclusterName
7877
7889
  };
7878
7890
  let headerParams = {
7879
7891
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -7924,7 +7936,7 @@ class OperationsInsightsClient {
7924
7936
  * @param SummarizeHostInsightResourceUsageTrendRequest
7925
7937
  * @return SummarizeHostInsightResourceUsageTrendResponse
7926
7938
  * @throws OciError when an error occurs
7927
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
7939
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
7928
7940
  */
7929
7941
  summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest) {
7930
7942
  return __awaiter(this, void 0, void 0, function* () {
@@ -7951,7 +7963,8 @@ class OperationsInsightsClient {
7951
7963
  "freeformTagExists": summarizeHostInsightResourceUsageTrendRequest.freeformTagExists,
7952
7964
  "compartmentIdInSubtree": summarizeHostInsightResourceUsageTrendRequest.compartmentIdInSubtree,
7953
7965
  "hostType": summarizeHostInsightResourceUsageTrendRequest.hostType,
7954
- "hostId": summarizeHostInsightResourceUsageTrendRequest.hostId
7966
+ "hostId": summarizeHostInsightResourceUsageTrendRequest.hostId,
7967
+ "vmclusterName": summarizeHostInsightResourceUsageTrendRequest.vmclusterName
7955
7968
  };
7956
7969
  let headerParams = {
7957
7970
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -8006,7 +8019,7 @@ class OperationsInsightsClient {
8006
8019
  * @param SummarizeHostInsightResourceUtilizationInsightRequest
8007
8020
  * @return SummarizeHostInsightResourceUtilizationInsightResponse
8008
8021
  * @throws OciError when an error occurs
8009
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
8022
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
8010
8023
  */
8011
8024
  summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest) {
8012
8025
  return __awaiter(this, void 0, void 0, function* () {
@@ -8032,7 +8045,8 @@ class OperationsInsightsClient {
8032
8045
  "freeformTagExists": summarizeHostInsightResourceUtilizationInsightRequest.freeformTagExists,
8033
8046
  "compartmentIdInSubtree": summarizeHostInsightResourceUtilizationInsightRequest.compartmentIdInSubtree,
8034
8047
  "hostType": summarizeHostInsightResourceUtilizationInsightRequest.hostType,
8035
- "hostId": summarizeHostInsightResourceUtilizationInsightRequest.hostId
8048
+ "hostId": summarizeHostInsightResourceUtilizationInsightRequest.hostId,
8049
+ "vmclusterName": summarizeHostInsightResourceUtilizationInsightRequest.vmclusterName
8036
8050
  };
8037
8051
  let headerParams = {
8038
8052
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -8083,7 +8097,7 @@ class OperationsInsightsClient {
8083
8097
  * @param SummarizeHostInsightTopProcessesUsageRequest
8084
8098
  * @return SummarizeHostInsightTopProcessesUsageResponse
8085
8099
  * @throws OciError when an error occurs
8086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
8100
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
8087
8101
  */
8088
8102
  summarizeHostInsightTopProcessesUsage(summarizeHostInsightTopProcessesUsageRequest) {
8089
8103
  return __awaiter(this, void 0, void 0, function* () {
@@ -8159,7 +8173,7 @@ class OperationsInsightsClient {
8159
8173
  * @param SummarizeHostInsightTopProcessesUsageTrendRequest
8160
8174
  * @return SummarizeHostInsightTopProcessesUsageTrendResponse
8161
8175
  * @throws OciError when an error occurs
8162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
8176
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
8163
8177
  */
8164
8178
  summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest) {
8165
8179
  return __awaiter(this, void 0, void 0, function* () {
@@ -8234,7 +8248,7 @@ class OperationsInsightsClient {
8234
8248
  * @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
8235
8249
  * @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
8236
8250
  * @throws OciError when an error occurs
8237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
8251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
8238
8252
  */
8239
8253
  summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest) {
8240
8254
  return __awaiter(this, void 0, void 0, function* () {
@@ -8299,7 +8313,7 @@ class OperationsInsightsClient {
8299
8313
  * @param SummarizeSqlInsightsRequest
8300
8314
  * @return SummarizeSqlInsightsResponse
8301
8315
  * @throws OciError when an error occurs
8302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
8316
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
8303
8317
  */
8304
8318
  summarizeSqlInsights(summarizeSqlInsightsRequest) {
8305
8319
  return __awaiter(this, void 0, void 0, function* () {
@@ -8380,7 +8394,7 @@ class OperationsInsightsClient {
8380
8394
  * @param SummarizeSqlPlanInsightsRequest
8381
8395
  * @return SummarizeSqlPlanInsightsResponse
8382
8396
  * @throws OciError when an error occurs
8383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
8397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
8384
8398
  */
8385
8399
  summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest) {
8386
8400
  return __awaiter(this, void 0, void 0, function* () {
@@ -8452,7 +8466,7 @@ class OperationsInsightsClient {
8452
8466
  * @param SummarizeSqlResponseTimeDistributionsRequest
8453
8467
  * @return SummarizeSqlResponseTimeDistributionsResponse
8454
8468
  * @throws OciError when an error occurs
8455
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
8469
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
8456
8470
  */
8457
8471
  summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest) {
8458
8472
  return __awaiter(this, void 0, void 0, function* () {
@@ -8524,7 +8538,7 @@ class OperationsInsightsClient {
8524
8538
  * @param SummarizeSqlStatisticsRequest
8525
8539
  * @return SummarizeSqlStatisticsResponse
8526
8540
  * @throws OciError when an error occurs
8527
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
8541
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
8528
8542
  */
8529
8543
  summarizeSqlStatistics(summarizeSqlStatisticsRequest) {
8530
8544
  return __awaiter(this, void 0, void 0, function* () {
@@ -8555,7 +8569,8 @@ class OperationsInsightsClient {
8555
8569
  "freeformTagEquals": summarizeSqlStatisticsRequest.freeformTagEquals,
8556
8570
  "definedTagExists": summarizeSqlStatisticsRequest.definedTagExists,
8557
8571
  "freeformTagExists": summarizeSqlStatisticsRequest.freeformTagExists,
8558
- "compartmentIdInSubtree": summarizeSqlStatisticsRequest.compartmentIdInSubtree
8572
+ "compartmentIdInSubtree": summarizeSqlStatisticsRequest.compartmentIdInSubtree,
8573
+ "vmclusterName": summarizeSqlStatisticsRequest.vmclusterName
8559
8574
  };
8560
8575
  let headerParams = {
8561
8576
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -8610,7 +8625,7 @@ class OperationsInsightsClient {
8610
8625
  * @param SummarizeSqlStatisticsTimeSeriesRequest
8611
8626
  * @return SummarizeSqlStatisticsTimeSeriesResponse
8612
8627
  * @throws OciError when an error occurs
8613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
8628
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
8614
8629
  */
8615
8630
  summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest) {
8616
8631
  return __awaiter(this, void 0, void 0, function* () {
@@ -8635,7 +8650,8 @@ class OperationsInsightsClient {
8635
8650
  "freeformTagEquals": summarizeSqlStatisticsTimeSeriesRequest.freeformTagEquals,
8636
8651
  "definedTagExists": summarizeSqlStatisticsTimeSeriesRequest.definedTagExists,
8637
8652
  "freeformTagExists": summarizeSqlStatisticsTimeSeriesRequest.freeformTagExists,
8638
- "compartmentIdInSubtree": summarizeSqlStatisticsTimeSeriesRequest.compartmentIdInSubtree
8653
+ "compartmentIdInSubtree": summarizeSqlStatisticsTimeSeriesRequest.compartmentIdInSubtree,
8654
+ "vmclusterName": summarizeSqlStatisticsTimeSeriesRequest.vmclusterName
8639
8655
  };
8640
8656
  let headerParams = {
8641
8657
  "Content-Type": common.Constants.APPLICATION_JSON,
@@ -8690,7 +8706,7 @@ class OperationsInsightsClient {
8690
8706
  * @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
8691
8707
  * @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
8692
8708
  * @throws OciError when an error occurs
8693
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
8709
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
8694
8710
  */
8695
8711
  summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest) {
8696
8712
  return __awaiter(this, void 0, void 0, function* () {
@@ -8760,7 +8776,7 @@ class OperationsInsightsClient {
8760
8776
  * @param UpdateAwrHubRequest
8761
8777
  * @return UpdateAwrHubResponse
8762
8778
  * @throws OciError when an error occurs
8763
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
8779
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
8764
8780
  */
8765
8781
  updateAwrHub(updateAwrHubRequest) {
8766
8782
  return __awaiter(this, void 0, void 0, function* () {
@@ -8821,7 +8837,7 @@ class OperationsInsightsClient {
8821
8837
  * @param UpdateDatabaseInsightRequest
8822
8838
  * @return UpdateDatabaseInsightResponse
8823
8839
  * @throws OciError when an error occurs
8824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
8840
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
8825
8841
  */
8826
8842
  updateDatabaseInsight(updateDatabaseInsightRequest) {
8827
8843
  return __awaiter(this, void 0, void 0, function* () {
@@ -8882,7 +8898,7 @@ class OperationsInsightsClient {
8882
8898
  * @param UpdateEnterpriseManagerBridgeRequest
8883
8899
  * @return UpdateEnterpriseManagerBridgeResponse
8884
8900
  * @throws OciError when an error occurs
8885
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
8901
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
8886
8902
  */
8887
8903
  updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest) {
8888
8904
  return __awaiter(this, void 0, void 0, function* () {
@@ -8943,7 +8959,7 @@ class OperationsInsightsClient {
8943
8959
  * @param UpdateExadataInsightRequest
8944
8960
  * @return UpdateExadataInsightResponse
8945
8961
  * @throws OciError when an error occurs
8946
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
8962
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
8947
8963
  */
8948
8964
  updateExadataInsight(updateExadataInsightRequest) {
8949
8965
  return __awaiter(this, void 0, void 0, function* () {
@@ -9004,7 +9020,7 @@ class OperationsInsightsClient {
9004
9020
  * @param UpdateHostInsightRequest
9005
9021
  * @return UpdateHostInsightResponse
9006
9022
  * @throws OciError when an error occurs
9007
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
9023
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
9008
9024
  */
9009
9025
  updateHostInsight(updateHostInsightRequest) {
9010
9026
  return __awaiter(this, void 0, void 0, function* () {
@@ -9065,7 +9081,7 @@ class OperationsInsightsClient {
9065
9081
  * @param UpdateOperationsInsightsPrivateEndpointRequest
9066
9082
  * @return UpdateOperationsInsightsPrivateEndpointResponse
9067
9083
  * @throws OciError when an error occurs
9068
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
9084
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
9069
9085
  */
9070
9086
  updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest) {
9071
9087
  return __awaiter(this, void 0, void 0, function* () {
@@ -9128,7 +9144,7 @@ class OperationsInsightsClient {
9128
9144
  * @param UpdateOperationsInsightsWarehouseRequest
9129
9145
  * @return UpdateOperationsInsightsWarehouseResponse
9130
9146
  * @throws OciError when an error occurs
9131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
9147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
9132
9148
  */
9133
9149
  updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest) {
9134
9150
  return __awaiter(this, void 0, void 0, function* () {
@@ -9189,7 +9205,7 @@ class OperationsInsightsClient {
9189
9205
  * @param UpdateOperationsInsightsWarehouseUserRequest
9190
9206
  * @return UpdateOperationsInsightsWarehouseUserResponse
9191
9207
  * @throws OciError when an error occurs
9192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.48.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
9208
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
9193
9209
  */
9194
9210
  updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest) {
9195
9211
  return __awaiter(this, void 0, void 0, function* () {