oci-opsi 2.54.0 → 2.55.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 (229) hide show
  1. package/lib/client.d.ts +156 -136
  2. package/lib/client.js +298 -142
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-pe-comanaged-exadata-vmcluster-details.d.ts +2 -2
  5. package/lib/model/host-configuration-metric-group.js +4 -0
  6. package/lib/model/host-configuration-metric-group.js.map +1 -1
  7. package/lib/model/host-filesystem-configuration.d.ts +40 -0
  8. package/lib/model/host-filesystem-configuration.js +57 -0
  9. package/lib/model/host-filesystem-configuration.js.map +1 -0
  10. package/lib/model/host-filesystem-usage.d.ts +34 -0
  11. package/lib/model/host-filesystem-usage.js +57 -0
  12. package/lib/model/host-filesystem-usage.js.map +1 -0
  13. package/lib/model/host-insight-resource-statistics-aggregation.d.ts +1 -1
  14. package/lib/model/host-insight-resource-statistics-aggregation.js.map +1 -1
  15. package/lib/model/host-network-activity-summary.d.ts +4 -0
  16. package/lib/model/host-network-activity-summary.js.map +1 -1
  17. package/lib/model/host-network-statistics.d.ts +30 -0
  18. package/lib/model/host-network-statistics.js +57 -0
  19. package/lib/model/host-network-statistics.js.map +1 -0
  20. package/lib/model/host-performance-metric-group.js +4 -0
  21. package/lib/model/host-performance-metric-group.js.map +1 -1
  22. package/lib/model/host-resource-statistics.js +8 -0
  23. package/lib/model/host-resource-statistics.js.map +1 -1
  24. package/lib/model/host-storage-statistics.d.ts +29 -0
  25. package/lib/model/host-storage-statistics.js +57 -0
  26. package/lib/model/host-storage-statistics.js.map +1 -0
  27. package/lib/model/index.d.ts +20 -0
  28. package/lib/model/index.js +26 -6
  29. package/lib/model/index.js.map +1 -1
  30. package/lib/model/network-usage-trend-aggregation.d.ts +41 -0
  31. package/lib/model/network-usage-trend-aggregation.js +64 -0
  32. package/lib/model/network-usage-trend-aggregation.js.map +1 -0
  33. package/lib/model/network-usage-trend.d.ts +40 -0
  34. package/lib/model/network-usage-trend.js +32 -0
  35. package/lib/model/network-usage-trend.js.map +1 -0
  36. package/lib/model/storage-usage-trend-aggregation.d.ts +41 -0
  37. package/lib/model/storage-usage-trend-aggregation.js +64 -0
  38. package/lib/model/storage-usage-trend-aggregation.js.map +1 -0
  39. package/lib/model/storage-usage-trend.d.ts +36 -0
  40. package/lib/model/storage-usage-trend.js +32 -0
  41. package/lib/model/storage-usage-trend.js.map +1 -0
  42. package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.d.ts +1 -1
  43. package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.d.ts +60 -0
  44. package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.js +77 -0
  45. package/lib/model/summarize-host-insight-network-usage-trend-aggregation-collection.js.map +1 -0
  46. package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.d.ts +10 -0
  47. package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js +2 -0
  48. package/lib/model/summarize-host-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
  49. package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.d.ts +10 -0
  50. package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js +2 -0
  51. package/lib/model/summarize-host-insight-resource-forecast-trend-aggregation.js.map +1 -1
  52. package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.d.ts +10 -0
  53. package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js +2 -0
  54. package/lib/model/summarize-host-insight-resource-statistics-aggregation-collection.js.map +1 -1
  55. package/lib/model/summarize-host-insight-resource-usage-aggregation.d.ts +2 -0
  56. package/lib/model/summarize-host-insight-resource-usage-aggregation.js +2 -0
  57. package/lib/model/summarize-host-insight-resource-usage-aggregation.js.map +1 -1
  58. package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.d.ts +2 -0
  59. package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js +2 -0
  60. package/lib/model/summarize-host-insight-resource-usage-trend-aggregation-collection.js.map +1 -1
  61. package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.d.ts +10 -0
  62. package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.js +2 -0
  63. package/lib/model/summarize-host-insight-resource-utilization-insight-aggregation.js.map +1 -1
  64. package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.d.ts +60 -0
  65. package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.js +77 -0
  66. package/lib/model/summarize-host-insight-storage-usage-trend-aggregation-collection.js.map +1 -0
  67. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  68. package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  69. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  70. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  71. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  72. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  73. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  74. package/lib/request/change-opsi-configuration-compartment-request.d.ts +1 -1
  75. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  76. package/lib/request/create-awr-hub-request.d.ts +1 -1
  77. package/lib/request/create-database-insight-request.d.ts +1 -1
  78. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  79. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  80. package/lib/request/create-host-insight-request.d.ts +1 -1
  81. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  82. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  83. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  84. package/lib/request/create-opsi-configuration-request.d.ts +1 -1
  85. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  86. package/lib/request/delete-database-insight-request.d.ts +1 -1
  87. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  88. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  89. package/lib/request/delete-host-insight-request.d.ts +1 -1
  90. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  91. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  92. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  93. package/lib/request/delete-opsi-configuration-request.d.ts +1 -1
  94. package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +1 -1
  95. package/lib/request/disable-database-insight-request.d.ts +1 -1
  96. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  97. package/lib/request/disable-host-insight-request.d.ts +1 -1
  98. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  99. package/lib/request/enable-autonomous-database-insight-advanced-features-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 +1 -1
  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-configuration-request.d.ts +1 -1
  115. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  116. package/lib/request/get-work-request-request.d.ts +1 -1
  117. package/lib/request/index.d.ts +4 -0
  118. package/lib/request/index.js +9 -1
  119. package/lib/request/index.js.map +1 -1
  120. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  121. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  122. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  123. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  124. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  125. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  126. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  127. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  128. package/lib/request/list-awr-databases-request.d.ts +1 -1
  129. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  130. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  131. package/lib/request/list-database-configurations-request.d.ts +1 -1
  132. package/lib/request/list-database-insights-request.d.ts +1 -1
  133. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  134. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  135. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  136. package/lib/request/list-host-configurations-request.d.ts +1 -1
  137. package/lib/request/list-host-insights-request.d.ts +1 -1
  138. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  139. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  140. package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
  141. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  142. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  143. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  144. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  145. package/lib/request/list-opsi-configurations-request.d.ts +1 -1
  146. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  147. package/lib/request/list-sql-plans-request.d.ts +1 -1
  148. package/lib/request/list-sql-searches-request.d.ts +1 -1
  149. package/lib/request/list-sql-texts-request.d.ts +1 -1
  150. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  151. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  152. package/lib/request/list-work-requests-request.d.ts +1 -1
  153. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  154. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  155. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  156. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  157. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  158. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  159. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  160. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  161. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  162. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  163. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  164. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  165. package/lib/request/summarize-configuration-items-request.d.ts +1 -1
  166. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  167. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  168. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  169. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  170. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  171. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  172. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  173. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  174. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  175. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  176. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  177. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  178. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  179. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  180. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  181. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  182. package/lib/request/summarize-host-insight-network-usage-trend-request.d.ts +89 -0
  183. package/lib/request/summarize-host-insight-network-usage-trend-request.js +24 -0
  184. package/lib/request/summarize-host-insight-network-usage-trend-request.js.map +1 -0
  185. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +10 -1
  186. package/lib/request/summarize-host-insight-resource-capacity-trend-request.js.map +1 -1
  187. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +20 -1
  188. package/lib/request/summarize-host-insight-resource-forecast-trend-request.js.map +1 -1
  189. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +10 -1
  190. package/lib/request/summarize-host-insight-resource-statistics-request.js.map +1 -1
  191. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +2 -1
  192. package/lib/request/summarize-host-insight-resource-usage-request.js.map +1 -1
  193. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +2 -1
  194. package/lib/request/summarize-host-insight-resource-usage-trend-request.js.map +1 -1
  195. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +10 -1
  196. package/lib/request/summarize-host-insight-resource-utilization-insight-request.js.map +1 -1
  197. package/lib/request/summarize-host-insight-storage-usage-trend-request.d.ts +89 -0
  198. package/lib/request/summarize-host-insight-storage-usage-trend-request.js +24 -0
  199. package/lib/request/summarize-host-insight-storage-usage-trend-request.js.map +1 -0
  200. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +11 -1
  201. package/lib/request/summarize-host-insight-top-processes-usage-request.js +9 -0
  202. package/lib/request/summarize-host-insight-top-processes-usage-request.js.map +1 -1
  203. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +11 -1
  204. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.js +9 -0
  205. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.js.map +1 -1
  206. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  207. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  208. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  209. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  210. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  211. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  212. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  213. package/lib/request/update-awr-hub-request.d.ts +1 -1
  214. package/lib/request/update-database-insight-request.d.ts +1 -1
  215. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  216. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  217. package/lib/request/update-host-insight-request.d.ts +1 -1
  218. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  219. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  220. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  221. package/lib/request/update-opsi-configuration-request.d.ts +1 -1
  222. package/lib/response/index.d.ts +4 -0
  223. package/lib/response/summarize-host-insight-network-usage-trend-response.d.ts +32 -0
  224. package/lib/response/summarize-host-insight-network-usage-trend-response.js +15 -0
  225. package/lib/response/summarize-host-insight-network-usage-trend-response.js.map +1 -0
  226. package/lib/response/summarize-host-insight-storage-usage-trend-response.d.ts +32 -0
  227. package/lib/response/summarize-host-insight-storage-usage-trend-response.js +15 -0
  228. package/lib/response/summarize-host-insight-storage-usage-trend-response.js.map +1 -0
  229. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -78,7 +78,7 @@ export declare class OperationsInsightsClient {
78
78
  * @param AddExadataInsightMembersRequest
79
79
  * @return AddExadataInsightMembersResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembers API.
82
82
  */
83
83
  addExadataInsightMembers(addExadataInsightMembersRequest: requests.AddExadataInsightMembersRequest): Promise<responses.AddExadataInsightMembersResponse>;
84
84
  /**
@@ -87,7 +87,7 @@ export declare class OperationsInsightsClient {
87
87
  * @param ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest
88
88
  * @return ChangeAutonomousDatabaseInsightAdvancedFeaturesResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeatures API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeatures API.
91
91
  */
92
92
  changeAutonomousDatabaseInsightAdvancedFeatures(changeAutonomousDatabaseInsightAdvancedFeaturesRequest: requests.ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest): Promise<responses.ChangeAutonomousDatabaseInsightAdvancedFeaturesResponse>;
93
93
  /**
@@ -96,7 +96,7 @@ export declare class OperationsInsightsClient {
96
96
  * @param ChangeDatabaseInsightCompartmentRequest
97
97
  * @return ChangeDatabaseInsightCompartmentResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartment API.
100
100
  */
101
101
  changeDatabaseInsightCompartment(changeDatabaseInsightCompartmentRequest: requests.ChangeDatabaseInsightCompartmentRequest): Promise<responses.ChangeDatabaseInsightCompartmentResponse>;
102
102
  /**
@@ -105,7 +105,7 @@ export declare class OperationsInsightsClient {
105
105
  * @param ChangeEnterpriseManagerBridgeCompartmentRequest
106
106
  * @return ChangeEnterpriseManagerBridgeCompartmentResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartment API.
109
109
  */
110
110
  changeEnterpriseManagerBridgeCompartment(changeEnterpriseManagerBridgeCompartmentRequest: requests.ChangeEnterpriseManagerBridgeCompartmentRequest): Promise<responses.ChangeEnterpriseManagerBridgeCompartmentResponse>;
111
111
  /**
@@ -114,7 +114,7 @@ export declare class OperationsInsightsClient {
114
114
  * @param ChangeExadataInsightCompartmentRequest
115
115
  * @return ChangeExadataInsightCompartmentResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartment API.
118
118
  */
119
119
  changeExadataInsightCompartment(changeExadataInsightCompartmentRequest: requests.ChangeExadataInsightCompartmentRequest): Promise<responses.ChangeExadataInsightCompartmentResponse>;
120
120
  /**
@@ -123,7 +123,7 @@ export declare class OperationsInsightsClient {
123
123
  * @param ChangeHostInsightCompartmentRequest
124
124
  * @return ChangeHostInsightCompartmentResponse
125
125
  * @throws OciError when an error occurs
126
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartment API.
127
127
  */
128
128
  changeHostInsightCompartment(changeHostInsightCompartmentRequest: requests.ChangeHostInsightCompartmentRequest): Promise<responses.ChangeHostInsightCompartmentResponse>;
129
129
  /**
@@ -132,7 +132,7 @@ export declare class OperationsInsightsClient {
132
132
  * @param ChangeOperationsInsightsPrivateEndpointCompartmentRequest
133
133
  * @return ChangeOperationsInsightsPrivateEndpointCompartmentResponse
134
134
  * @throws OciError when an error occurs
135
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartment API.
136
136
  */
137
137
  changeOperationsInsightsPrivateEndpointCompartment(changeOperationsInsightsPrivateEndpointCompartmentRequest: requests.ChangeOperationsInsightsPrivateEndpointCompartmentRequest): Promise<responses.ChangeOperationsInsightsPrivateEndpointCompartmentResponse>;
138
138
  /**
@@ -141,7 +141,7 @@ export declare class OperationsInsightsClient {
141
141
  * @param ChangeOpsiConfigurationCompartmentRequest
142
142
  * @return ChangeOpsiConfigurationCompartmentResponse
143
143
  * @throws OciError when an error occurs
144
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartment API.
144
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartment API.
145
145
  */
146
146
  changeOpsiConfigurationCompartment(changeOpsiConfigurationCompartmentRequest: requests.ChangeOpsiConfigurationCompartmentRequest): Promise<responses.ChangeOpsiConfigurationCompartmentResponse>;
147
147
  /**
@@ -150,7 +150,7 @@ export declare class OperationsInsightsClient {
150
150
  * @param ChangePeComanagedDatabaseInsightRequest
151
151
  * @return ChangePeComanagedDatabaseInsightResponse
152
152
  * @throws OciError when an error occurs
153
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
153
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsight API.
154
154
  */
155
155
  changePeComanagedDatabaseInsight(changePeComanagedDatabaseInsightRequest: requests.ChangePeComanagedDatabaseInsightRequest): Promise<responses.ChangePeComanagedDatabaseInsightResponse>;
156
156
  /**
@@ -161,7 +161,7 @@ export declare class OperationsInsightsClient {
161
161
  * @param CreateAwrHubRequest
162
162
  * @return CreateAwrHubResponse
163
163
  * @throws OciError when an error occurs
164
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
164
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHub API.
165
165
  */
166
166
  createAwrHub(createAwrHubRequest: requests.CreateAwrHubRequest): Promise<responses.CreateAwrHubResponse>;
167
167
  /**
@@ -171,7 +171,7 @@ export declare class OperationsInsightsClient {
171
171
  * @param CreateDatabaseInsightRequest
172
172
  * @return CreateDatabaseInsightResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsight API.
175
175
  */
176
176
  createDatabaseInsight(createDatabaseInsightRequest: requests.CreateDatabaseInsightRequest): Promise<responses.CreateDatabaseInsightResponse>;
177
177
  /**
@@ -181,7 +181,7 @@ export declare class OperationsInsightsClient {
181
181
  * @param CreateEnterpriseManagerBridgeRequest
182
182
  * @return CreateEnterpriseManagerBridgeResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridge API.
185
185
  */
186
186
  createEnterpriseManagerBridge(createEnterpriseManagerBridgeRequest: requests.CreateEnterpriseManagerBridgeRequest): Promise<responses.CreateEnterpriseManagerBridgeResponse>;
187
187
  /**
@@ -191,7 +191,7 @@ export declare class OperationsInsightsClient {
191
191
  * @param CreateExadataInsightRequest
192
192
  * @return CreateExadataInsightResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsight API.
195
195
  */
196
196
  createExadataInsight(createExadataInsightRequest: requests.CreateExadataInsightRequest): Promise<responses.CreateExadataInsightResponse>;
197
197
  /**
@@ -201,7 +201,7 @@ export declare class OperationsInsightsClient {
201
201
  * @param CreateHostInsightRequest
202
202
  * @return CreateHostInsightResponse
203
203
  * @throws OciError when an error occurs
204
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
204
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsight API.
205
205
  */
206
206
  createHostInsight(createHostInsightRequest: requests.CreateHostInsightRequest): Promise<responses.CreateHostInsightResponse>;
207
207
  /**
@@ -212,7 +212,7 @@ export declare class OperationsInsightsClient {
212
212
  * @param CreateOperationsInsightsPrivateEndpointRequest
213
213
  * @return CreateOperationsInsightsPrivateEndpointResponse
214
214
  * @throws OciError when an error occurs
215
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
215
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpoint API.
216
216
  */
217
217
  createOperationsInsightsPrivateEndpoint(createOperationsInsightsPrivateEndpointRequest: requests.CreateOperationsInsightsPrivateEndpointRequest): Promise<responses.CreateOperationsInsightsPrivateEndpointResponse>;
218
218
  /**
@@ -224,7 +224,7 @@ export declare class OperationsInsightsClient {
224
224
  * @param CreateOperationsInsightsWarehouseRequest
225
225
  * @return CreateOperationsInsightsWarehouseResponse
226
226
  * @throws OciError when an error occurs
227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouse API.
228
228
  */
229
229
  createOperationsInsightsWarehouse(createOperationsInsightsWarehouseRequest: requests.CreateOperationsInsightsWarehouseRequest): Promise<responses.CreateOperationsInsightsWarehouseResponse>;
230
230
  /**
@@ -235,7 +235,7 @@ export declare class OperationsInsightsClient {
235
235
  * @param CreateOperationsInsightsWarehouseUserRequest
236
236
  * @return CreateOperationsInsightsWarehouseUserResponse
237
237
  * @throws OciError when an error occurs
238
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
238
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUser API.
239
239
  */
240
240
  createOperationsInsightsWarehouseUser(createOperationsInsightsWarehouseUserRequest: requests.CreateOperationsInsightsWarehouseUserRequest): Promise<responses.CreateOperationsInsightsWarehouseUserResponse>;
241
241
  /**
@@ -245,7 +245,7 @@ export declare class OperationsInsightsClient {
245
245
  * @param CreateOpsiConfigurationRequest
246
246
  * @return CreateOpsiConfigurationResponse
247
247
  * @throws OciError when an error occurs
248
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfiguration API.
248
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfiguration API.
249
249
  */
250
250
  createOpsiConfiguration(createOpsiConfigurationRequest: requests.CreateOpsiConfigurationRequest): Promise<responses.CreateOpsiConfigurationResponse>;
251
251
  /**
@@ -254,7 +254,7 @@ export declare class OperationsInsightsClient {
254
254
  * @param DeleteAwrHubRequest
255
255
  * @return DeleteAwrHubResponse
256
256
  * @throws OciError when an error occurs
257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteAwrHub.ts.html |here} to see how to use DeleteAwrHub API.
258
258
  */
259
259
  deleteAwrHub(deleteAwrHubRequest: requests.DeleteAwrHubRequest): Promise<responses.DeleteAwrHubResponse>;
260
260
  /**
@@ -263,7 +263,7 @@ export declare class OperationsInsightsClient {
263
263
  * @param DeleteDatabaseInsightRequest
264
264
  * @return DeleteDatabaseInsightResponse
265
265
  * @throws OciError when an error occurs
266
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
266
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteDatabaseInsight.ts.html |here} to see how to use DeleteDatabaseInsight API.
267
267
  */
268
268
  deleteDatabaseInsight(deleteDatabaseInsightRequest: requests.DeleteDatabaseInsightRequest): Promise<responses.DeleteDatabaseInsightResponse>;
269
269
  /**
@@ -272,7 +272,7 @@ export declare class OperationsInsightsClient {
272
272
  * @param DeleteEnterpriseManagerBridgeRequest
273
273
  * @return DeleteEnterpriseManagerBridgeResponse
274
274
  * @throws OciError when an error occurs
275
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteEnterpriseManagerBridge.ts.html |here} to see how to use DeleteEnterpriseManagerBridge API.
276
276
  */
277
277
  deleteEnterpriseManagerBridge(deleteEnterpriseManagerBridgeRequest: requests.DeleteEnterpriseManagerBridgeRequest): Promise<responses.DeleteEnterpriseManagerBridgeResponse>;
278
278
  /**
@@ -281,7 +281,7 @@ export declare class OperationsInsightsClient {
281
281
  * @param DeleteExadataInsightRequest
282
282
  * @return DeleteExadataInsightResponse
283
283
  * @throws OciError when an error occurs
284
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
284
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteExadataInsight.ts.html |here} to see how to use DeleteExadataInsight API.
285
285
  */
286
286
  deleteExadataInsight(deleteExadataInsightRequest: requests.DeleteExadataInsightRequest): Promise<responses.DeleteExadataInsightResponse>;
287
287
  /**
@@ -290,7 +290,7 @@ export declare class OperationsInsightsClient {
290
290
  * @param DeleteHostInsightRequest
291
291
  * @return DeleteHostInsightResponse
292
292
  * @throws OciError when an error occurs
293
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
293
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteHostInsight.ts.html |here} to see how to use DeleteHostInsight API.
294
294
  */
295
295
  deleteHostInsight(deleteHostInsightRequest: requests.DeleteHostInsightRequest): Promise<responses.DeleteHostInsightResponse>;
296
296
  /**
@@ -299,7 +299,7 @@ export declare class OperationsInsightsClient {
299
299
  * @param DeleteOperationsInsightsPrivateEndpointRequest
300
300
  * @return DeleteOperationsInsightsPrivateEndpointResponse
301
301
  * @throws OciError when an error occurs
302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use DeleteOperationsInsightsPrivateEndpoint API.
303
303
  */
304
304
  deleteOperationsInsightsPrivateEndpoint(deleteOperationsInsightsPrivateEndpointRequest: requests.DeleteOperationsInsightsPrivateEndpointRequest): Promise<responses.DeleteOperationsInsightsPrivateEndpointResponse>;
305
305
  /**
@@ -312,7 +312,7 @@ export declare class OperationsInsightsClient {
312
312
  * @param DeleteOperationsInsightsWarehouseRequest
313
313
  * @return DeleteOperationsInsightsWarehouseResponse
314
314
  * @throws OciError when an error occurs
315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteOperationsInsightsWarehouse.ts.html |here} to see how to use DeleteOperationsInsightsWarehouse API.
316
316
  */
317
317
  deleteOperationsInsightsWarehouse(deleteOperationsInsightsWarehouseRequest: requests.DeleteOperationsInsightsWarehouseRequest): Promise<responses.DeleteOperationsInsightsWarehouseResponse>;
318
318
  /**
@@ -321,7 +321,7 @@ export declare class OperationsInsightsClient {
321
321
  * @param DeleteOperationsInsightsWarehouseUserRequest
322
322
  * @return DeleteOperationsInsightsWarehouseUserResponse
323
323
  * @throws OciError when an error occurs
324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteOperationsInsightsWarehouseUser.ts.html |here} to see how to use DeleteOperationsInsightsWarehouseUser API.
325
325
  */
326
326
  deleteOperationsInsightsWarehouseUser(deleteOperationsInsightsWarehouseUserRequest: requests.DeleteOperationsInsightsWarehouseUserRequest): Promise<responses.DeleteOperationsInsightsWarehouseUserResponse>;
327
327
  /**
@@ -330,7 +330,7 @@ export declare class OperationsInsightsClient {
330
330
  * @param DeleteOpsiConfigurationRequest
331
331
  * @return DeleteOpsiConfigurationResponse
332
332
  * @throws OciError when an error occurs
333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfiguration API.
333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DeleteOpsiConfiguration.ts.html |here} to see how to use DeleteOpsiConfiguration API.
334
334
  */
335
335
  deleteOpsiConfiguration(deleteOpsiConfigurationRequest: requests.DeleteOpsiConfigurationRequest): Promise<responses.DeleteOpsiConfigurationResponse>;
336
336
  /**
@@ -339,7 +339,7 @@ export declare class OperationsInsightsClient {
339
339
  * @param DisableAutonomousDatabaseInsightAdvancedFeaturesRequest
340
340
  * @return DisableAutonomousDatabaseInsightAdvancedFeaturesResponse
341
341
  * @throws OciError when an error occurs
342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeatures API.
342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DisableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use DisableAutonomousDatabaseInsightAdvancedFeatures API.
343
343
  */
344
344
  disableAutonomousDatabaseInsightAdvancedFeatures(disableAutonomousDatabaseInsightAdvancedFeaturesRequest: requests.DisableAutonomousDatabaseInsightAdvancedFeaturesRequest): Promise<responses.DisableAutonomousDatabaseInsightAdvancedFeaturesResponse>;
345
345
  /**
@@ -348,7 +348,7 @@ export declare class OperationsInsightsClient {
348
348
  * @param DisableDatabaseInsightRequest
349
349
  * @return DisableDatabaseInsightResponse
350
350
  * @throws OciError when an error occurs
351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DisableDatabaseInsight.ts.html |here} to see how to use DisableDatabaseInsight API.
352
352
  */
353
353
  disableDatabaseInsight(disableDatabaseInsightRequest: requests.DisableDatabaseInsightRequest): Promise<responses.DisableDatabaseInsightResponse>;
354
354
  /**
@@ -357,7 +357,7 @@ export declare class OperationsInsightsClient {
357
357
  * @param DisableExadataInsightRequest
358
358
  * @return DisableExadataInsightResponse
359
359
  * @throws OciError when an error occurs
360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DisableExadataInsight.ts.html |here} to see how to use DisableExadataInsight API.
361
361
  */
362
362
  disableExadataInsight(disableExadataInsightRequest: requests.DisableExadataInsightRequest): Promise<responses.DisableExadataInsightResponse>;
363
363
  /**
@@ -366,7 +366,7 @@ export declare class OperationsInsightsClient {
366
366
  * @param DisableHostInsightRequest
367
367
  * @return DisableHostInsightResponse
368
368
  * @throws OciError when an error occurs
369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DisableHostInsight.ts.html |here} to see how to use DisableHostInsight API.
370
370
  */
371
371
  disableHostInsight(disableHostInsightRequest: requests.DisableHostInsightRequest): Promise<responses.DisableHostInsightResponse>;
372
372
  /**
@@ -375,7 +375,7 @@ export declare class OperationsInsightsClient {
375
375
  * @param DownloadOperationsInsightsWarehouseWalletRequest
376
376
  * @return DownloadOperationsInsightsWarehouseWalletResponse
377
377
  * @throws OciError when an error occurs
378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/DownloadOperationsInsightsWarehouseWallet.ts.html |here} to see how to use DownloadOperationsInsightsWarehouseWallet API.
379
379
  */
380
380
  downloadOperationsInsightsWarehouseWallet(downloadOperationsInsightsWarehouseWalletRequest: requests.DownloadOperationsInsightsWarehouseWalletRequest): Promise<responses.DownloadOperationsInsightsWarehouseWalletResponse>;
381
381
  /**
@@ -384,7 +384,7 @@ export declare class OperationsInsightsClient {
384
384
  * @param EnableAutonomousDatabaseInsightAdvancedFeaturesRequest
385
385
  * @return EnableAutonomousDatabaseInsightAdvancedFeaturesResponse
386
386
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeatures API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/EnableAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use EnableAutonomousDatabaseInsightAdvancedFeatures API.
388
388
  */
389
389
  enableAutonomousDatabaseInsightAdvancedFeatures(enableAutonomousDatabaseInsightAdvancedFeaturesRequest: requests.EnableAutonomousDatabaseInsightAdvancedFeaturesRequest): Promise<responses.EnableAutonomousDatabaseInsightAdvancedFeaturesResponse>;
390
390
  /**
@@ -393,7 +393,7 @@ export declare class OperationsInsightsClient {
393
393
  * @param EnableDatabaseInsightRequest
394
394
  * @return EnableDatabaseInsightResponse
395
395
  * @throws OciError when an error occurs
396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/EnableDatabaseInsight.ts.html |here} to see how to use EnableDatabaseInsight API.
397
397
  */
398
398
  enableDatabaseInsight(enableDatabaseInsightRequest: requests.EnableDatabaseInsightRequest): Promise<responses.EnableDatabaseInsightResponse>;
399
399
  /**
@@ -402,7 +402,7 @@ export declare class OperationsInsightsClient {
402
402
  * @param EnableExadataInsightRequest
403
403
  * @return EnableExadataInsightResponse
404
404
  * @throws OciError when an error occurs
405
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
405
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/EnableExadataInsight.ts.html |here} to see how to use EnableExadataInsight API.
406
406
  */
407
407
  enableExadataInsight(enableExadataInsightRequest: requests.EnableExadataInsightRequest): Promise<responses.EnableExadataInsightResponse>;
408
408
  /**
@@ -411,7 +411,7 @@ export declare class OperationsInsightsClient {
411
411
  * @param EnableHostInsightRequest
412
412
  * @return EnableHostInsightResponse
413
413
  * @throws OciError when an error occurs
414
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
414
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/EnableHostInsight.ts.html |here} to see how to use EnableHostInsight API.
415
415
  */
416
416
  enableHostInsight(enableHostInsightRequest: requests.EnableHostInsightRequest): Promise<responses.EnableHostInsightResponse>;
417
417
  /**
@@ -421,7 +421,7 @@ export declare class OperationsInsightsClient {
421
421
  * @param GetAwrDatabaseReportRequest
422
422
  * @return GetAwrDatabaseReportResponse
423
423
  * @throws OciError when an error occurs
424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
424
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetAwrDatabaseReport.ts.html |here} to see how to use GetAwrDatabaseReport API.
425
425
  */
426
426
  getAwrDatabaseReport(getAwrDatabaseReportRequest: requests.GetAwrDatabaseReportRequest): Promise<responses.GetAwrDatabaseReportResponse>;
427
427
  /**
@@ -431,7 +431,7 @@ export declare class OperationsInsightsClient {
431
431
  * @param GetAwrDatabaseSqlReportRequest
432
432
  * @return GetAwrDatabaseSqlReportResponse
433
433
  * @throws OciError when an error occurs
434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetAwrDatabaseSqlReport.ts.html |here} to see how to use GetAwrDatabaseSqlReport API.
435
435
  */
436
436
  getAwrDatabaseSqlReport(getAwrDatabaseSqlReportRequest: requests.GetAwrDatabaseSqlReportRequest): Promise<responses.GetAwrDatabaseSqlReportResponse>;
437
437
  /**
@@ -440,7 +440,7 @@ export declare class OperationsInsightsClient {
440
440
  * @param GetAwrHubRequest
441
441
  * @return GetAwrHubResponse
442
442
  * @throws OciError when an error occurs
443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetAwrHub.ts.html |here} to see how to use GetAwrHub API.
444
444
  */
445
445
  getAwrHub(getAwrHubRequest: requests.GetAwrHubRequest): Promise<responses.GetAwrHubResponse>;
446
446
  /**
@@ -451,7 +451,7 @@ export declare class OperationsInsightsClient {
451
451
  * @param GetAwrReportRequest
452
452
  * @return GetAwrReportResponse
453
453
  * @throws OciError when an error occurs
454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
454
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetAwrReport.ts.html |here} to see how to use GetAwrReport API.
455
455
  */
456
456
  getAwrReport(getAwrReportRequest: requests.GetAwrReportRequest): Promise<responses.GetAwrReportResponse>;
457
457
  /**
@@ -460,7 +460,7 @@ export declare class OperationsInsightsClient {
460
460
  * @param GetDatabaseInsightRequest
461
461
  * @return GetDatabaseInsightResponse
462
462
  * @throws OciError when an error occurs
463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetDatabaseInsight.ts.html |here} to see how to use GetDatabaseInsight API.
464
464
  */
465
465
  getDatabaseInsight(getDatabaseInsightRequest: requests.GetDatabaseInsightRequest): Promise<responses.GetDatabaseInsightResponse>;
466
466
  /**
@@ -469,7 +469,7 @@ export declare class OperationsInsightsClient {
469
469
  * @param GetEnterpriseManagerBridgeRequest
470
470
  * @return GetEnterpriseManagerBridgeResponse
471
471
  * @throws OciError when an error occurs
472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetEnterpriseManagerBridge.ts.html |here} to see how to use GetEnterpriseManagerBridge API.
473
473
  */
474
474
  getEnterpriseManagerBridge(getEnterpriseManagerBridgeRequest: requests.GetEnterpriseManagerBridgeRequest): Promise<responses.GetEnterpriseManagerBridgeResponse>;
475
475
  /**
@@ -478,7 +478,7 @@ export declare class OperationsInsightsClient {
478
478
  * @param GetExadataInsightRequest
479
479
  * @return GetExadataInsightResponse
480
480
  * @throws OciError when an error occurs
481
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetExadataInsight.ts.html |here} to see how to use GetExadataInsight API.
482
482
  */
483
483
  getExadataInsight(getExadataInsightRequest: requests.GetExadataInsightRequest): Promise<responses.GetExadataInsightResponse>;
484
484
  /**
@@ -487,7 +487,7 @@ export declare class OperationsInsightsClient {
487
487
  * @param GetHostInsightRequest
488
488
  * @return GetHostInsightResponse
489
489
  * @throws OciError when an error occurs
490
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
490
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetHostInsight.ts.html |here} to see how to use GetHostInsight API.
491
491
  */
492
492
  getHostInsight(getHostInsightRequest: requests.GetHostInsightRequest): Promise<responses.GetHostInsightResponse>;
493
493
  /**
@@ -496,7 +496,7 @@ export declare class OperationsInsightsClient {
496
496
  * @param GetOperationsInsightsPrivateEndpointRequest
497
497
  * @return GetOperationsInsightsPrivateEndpointResponse
498
498
  * @throws OciError when an error occurs
499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use GetOperationsInsightsPrivateEndpoint API.
500
500
  */
501
501
  getOperationsInsightsPrivateEndpoint(getOperationsInsightsPrivateEndpointRequest: requests.GetOperationsInsightsPrivateEndpointRequest): Promise<responses.GetOperationsInsightsPrivateEndpointResponse>;
502
502
  /**
@@ -507,7 +507,7 @@ export declare class OperationsInsightsClient {
507
507
  * @param GetOperationsInsightsWarehouseRequest
508
508
  * @return GetOperationsInsightsWarehouseResponse
509
509
  * @throws OciError when an error occurs
510
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
510
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetOperationsInsightsWarehouse.ts.html |here} to see how to use GetOperationsInsightsWarehouse API.
511
511
  */
512
512
  getOperationsInsightsWarehouse(getOperationsInsightsWarehouseRequest: requests.GetOperationsInsightsWarehouseRequest): Promise<responses.GetOperationsInsightsWarehouseResponse>;
513
513
  /**
@@ -516,7 +516,7 @@ export declare class OperationsInsightsClient {
516
516
  * @param GetOperationsInsightsWarehouseUserRequest
517
517
  * @return GetOperationsInsightsWarehouseUserResponse
518
518
  * @throws OciError when an error occurs
519
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
519
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetOperationsInsightsWarehouseUser.ts.html |here} to see how to use GetOperationsInsightsWarehouseUser API.
520
520
  */
521
521
  getOperationsInsightsWarehouseUser(getOperationsInsightsWarehouseUserRequest: requests.GetOperationsInsightsWarehouseUserRequest): Promise<responses.GetOperationsInsightsWarehouseUserResponse>;
522
522
  /**
@@ -528,7 +528,7 @@ export declare class OperationsInsightsClient {
528
528
  * @param GetOpsiConfigurationRequest
529
529
  * @return GetOpsiConfigurationResponse
530
530
  * @throws OciError when an error occurs
531
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfiguration API.
531
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetOpsiConfiguration.ts.html |here} to see how to use GetOpsiConfiguration API.
532
532
  */
533
533
  getOpsiConfiguration(getOpsiConfigurationRequest: requests.GetOpsiConfigurationRequest): Promise<responses.GetOpsiConfigurationResponse>;
534
534
  /**
@@ -537,7 +537,7 @@ export declare class OperationsInsightsClient {
537
537
  * @param GetOpsiDataObjectRequest
538
538
  * @return GetOpsiDataObjectResponse
539
539
  * @throws OciError when an error occurs
540
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
540
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetOpsiDataObject.ts.html |here} to see how to use GetOpsiDataObject API.
541
541
  */
542
542
  getOpsiDataObject(getOpsiDataObjectRequest: requests.GetOpsiDataObjectRequest): Promise<responses.GetOpsiDataObjectResponse>;
543
543
  /**
@@ -546,7 +546,7 @@ export declare class OperationsInsightsClient {
546
546
  * @param GetWorkRequestRequest
547
547
  * @return GetWorkRequestResponse
548
548
  * @throws OciError when an error occurs
549
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
549
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
550
550
  */
551
551
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
552
552
  /**
@@ -555,7 +555,7 @@ export declare class OperationsInsightsClient {
555
555
  * @param IngestDatabaseConfigurationRequest
556
556
  * @return IngestDatabaseConfigurationResponse
557
557
  * @throws OciError when an error occurs
558
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
558
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestDatabaseConfiguration.ts.html |here} to see how to use IngestDatabaseConfiguration API.
559
559
  */
560
560
  ingestDatabaseConfiguration(ingestDatabaseConfigurationRequest: requests.IngestDatabaseConfigurationRequest): Promise<responses.IngestDatabaseConfigurationResponse>;
561
561
  /**
@@ -564,7 +564,7 @@ export declare class OperationsInsightsClient {
564
564
  * @param IngestHostConfigurationRequest
565
565
  * @return IngestHostConfigurationResponse
566
566
  * @throws OciError when an error occurs
567
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
567
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestHostConfiguration.ts.html |here} to see how to use IngestHostConfiguration API.
568
568
  */
569
569
  ingestHostConfiguration(ingestHostConfigurationRequest: requests.IngestHostConfigurationRequest): Promise<responses.IngestHostConfigurationResponse>;
570
570
  /**
@@ -573,7 +573,7 @@ export declare class OperationsInsightsClient {
573
573
  * @param IngestHostMetricsRequest
574
574
  * @return IngestHostMetricsResponse
575
575
  * @throws OciError when an error occurs
576
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
576
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestHostMetrics.ts.html |here} to see how to use IngestHostMetrics API.
577
577
  */
578
578
  ingestHostMetrics(ingestHostMetricsRequest: requests.IngestHostMetricsRequest): Promise<responses.IngestHostMetricsResponse>;
579
579
  /**
@@ -584,7 +584,7 @@ export declare class OperationsInsightsClient {
584
584
  * @param IngestSqlBucketRequest
585
585
  * @return IngestSqlBucketResponse
586
586
  * @throws OciError when an error occurs
587
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestSqlBucket.ts.html |here} to see how to use IngestSqlBucket API.
588
588
  */
589
589
  ingestSqlBucket(ingestSqlBucketRequest: requests.IngestSqlBucketRequest): Promise<responses.IngestSqlBucketResponse>;
590
590
  /**
@@ -595,7 +595,7 @@ export declare class OperationsInsightsClient {
595
595
  * @param IngestSqlPlanLinesRequest
596
596
  * @return IngestSqlPlanLinesResponse
597
597
  * @throws OciError when an error occurs
598
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
598
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestSqlPlanLines.ts.html |here} to see how to use IngestSqlPlanLines API.
599
599
  */
600
600
  ingestSqlPlanLines(ingestSqlPlanLinesRequest: requests.IngestSqlPlanLinesRequest): Promise<responses.IngestSqlPlanLinesResponse>;
601
601
  /**
@@ -606,7 +606,7 @@ export declare class OperationsInsightsClient {
606
606
  * @param IngestSqlStatsRequest
607
607
  * @return IngestSqlStatsResponse
608
608
  * @throws OciError when an error occurs
609
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
609
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestSqlStats.ts.html |here} to see how to use IngestSqlStats API.
610
610
  */
611
611
  ingestSqlStats(ingestSqlStatsRequest: requests.IngestSqlStatsRequest): Promise<responses.IngestSqlStatsResponse>;
612
612
  /**
@@ -618,7 +618,7 @@ export declare class OperationsInsightsClient {
618
618
  * @param IngestSqlTextRequest
619
619
  * @return IngestSqlTextResponse
620
620
  * @throws OciError when an error occurs
621
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
621
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/IngestSqlText.ts.html |here} to see how to use IngestSqlText API.
622
622
  */
623
623
  ingestSqlText(ingestSqlTextRequest: requests.IngestSqlTextRequest): Promise<responses.IngestSqlTextResponse>;
624
624
  /**
@@ -628,7 +628,7 @@ export declare class OperationsInsightsClient {
628
628
  * @param ListAwrDatabaseSnapshotsRequest
629
629
  * @return ListAwrDatabaseSnapshotsResponse
630
630
  * @throws OciError when an error occurs
631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListAwrDatabaseSnapshots.ts.html |here} to see how to use ListAwrDatabaseSnapshots API.
632
632
  */
633
633
  listAwrDatabaseSnapshots(listAwrDatabaseSnapshotsRequest: requests.ListAwrDatabaseSnapshotsRequest): Promise<responses.ListAwrDatabaseSnapshotsResponse>;
634
634
  /**
@@ -638,7 +638,7 @@ export declare class OperationsInsightsClient {
638
638
  * @param ListAwrDatabasesRequest
639
639
  * @return ListAwrDatabasesResponse
640
640
  * @throws OciError when an error occurs
641
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
641
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListAwrDatabases.ts.html |here} to see how to use ListAwrDatabases API.
642
642
  */
643
643
  listAwrDatabases(listAwrDatabasesRequest: requests.ListAwrDatabasesRequest): Promise<responses.ListAwrDatabasesResponse>;
644
644
  /**
@@ -648,7 +648,7 @@ export declare class OperationsInsightsClient {
648
648
  * @param ListAwrHubsRequest
649
649
  * @return ListAwrHubsResponse
650
650
  * @throws OciError when an error occurs
651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
651
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListAwrHubs.ts.html |here} to see how to use ListAwrHubs API.
652
652
  */
653
653
  listAwrHubs(listAwrHubsRequest: requests.ListAwrHubsRequest): Promise<responses.ListAwrHubsResponse>;
654
654
  /**
@@ -659,7 +659,7 @@ export declare class OperationsInsightsClient {
659
659
  * @param ListAwrSnapshotsRequest
660
660
  * @return ListAwrSnapshotsResponse
661
661
  * @throws OciError when an error occurs
662
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshots API.
663
663
  */
664
664
  listAwrSnapshots(listAwrSnapshotsRequest: requests.ListAwrSnapshotsRequest): Promise<responses.ListAwrSnapshotsResponse>;
665
665
  /**
@@ -670,7 +670,7 @@ export declare class OperationsInsightsClient {
670
670
  * @param ListDatabaseConfigurationsRequest
671
671
  * @return ListDatabaseConfigurationsResponse
672
672
  * @throws OciError when an error occurs
673
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
673
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurations API.
674
674
  */
675
675
  listDatabaseConfigurations(listDatabaseConfigurationsRequest: requests.ListDatabaseConfigurationsRequest): Promise<responses.ListDatabaseConfigurationsResponse>;
676
676
  /**
@@ -681,7 +681,7 @@ export declare class OperationsInsightsClient {
681
681
  * @param ListDatabaseInsightsRequest
682
682
  * @return ListDatabaseInsightsResponse
683
683
  * @throws OciError when an error occurs
684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
684
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsights API.
685
685
  */
686
686
  listDatabaseInsights(listDatabaseInsightsRequest: requests.ListDatabaseInsightsRequest): Promise<responses.ListDatabaseInsightsResponse>;
687
687
  /**
@@ -692,7 +692,7 @@ export declare class OperationsInsightsClient {
692
692
  * @param ListEnterpriseManagerBridgesRequest
693
693
  * @return ListEnterpriseManagerBridgesResponse
694
694
  * @throws OciError when an error occurs
695
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
695
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridges API.
696
696
  */
697
697
  listEnterpriseManagerBridges(listEnterpriseManagerBridgesRequest: requests.ListEnterpriseManagerBridgesRequest): Promise<responses.ListEnterpriseManagerBridgesResponse>;
698
698
  /**
@@ -701,7 +701,7 @@ export declare class OperationsInsightsClient {
701
701
  * @param ListExadataConfigurationsRequest
702
702
  * @return ListExadataConfigurationsResponse
703
703
  * @throws OciError when an error occurs
704
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
704
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurations API.
705
705
  */
706
706
  listExadataConfigurations(listExadataConfigurationsRequest: requests.ListExadataConfigurationsRequest): Promise<responses.ListExadataConfigurationsResponse>;
707
707
  /**
@@ -712,7 +712,7 @@ export declare class OperationsInsightsClient {
712
712
  * @param ListExadataInsightsRequest
713
713
  * @return ListExadataInsightsResponse
714
714
  * @throws OciError when an error occurs
715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
715
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsights API.
716
716
  */
717
717
  listExadataInsights(listExadataInsightsRequest: requests.ListExadataInsightsRequest): Promise<responses.ListExadataInsightsResponse>;
718
718
  /**
@@ -723,7 +723,7 @@ export declare class OperationsInsightsClient {
723
723
  * @param ListHostConfigurationsRequest
724
724
  * @return ListHostConfigurationsResponse
725
725
  * @throws OciError when an error occurs
726
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
726
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurations API.
727
727
  */
728
728
  listHostConfigurations(listHostConfigurationsRequest: requests.ListHostConfigurationsRequest): Promise<responses.ListHostConfigurationsResponse>;
729
729
  /**
@@ -734,7 +734,7 @@ export declare class OperationsInsightsClient {
734
734
  * @param ListHostInsightsRequest
735
735
  * @return ListHostInsightsResponse
736
736
  * @throws OciError when an error occurs
737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsights API.
738
738
  */
739
739
  listHostInsights(listHostInsightsRequest: requests.ListHostInsightsRequest): Promise<responses.ListHostInsightsResponse>;
740
740
  /**
@@ -744,7 +744,7 @@ export declare class OperationsInsightsClient {
744
744
  * @param ListHostedEntitiesRequest
745
745
  * @return ListHostedEntitiesResponse
746
746
  * @throws OciError when an error occurs
747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntities API.
748
748
  */
749
749
  listHostedEntities(listHostedEntitiesRequest: requests.ListHostedEntitiesRequest): Promise<responses.ListHostedEntitiesResponse>;
750
750
  /**
@@ -758,7 +758,7 @@ export declare class OperationsInsightsClient {
758
758
  * @param ListImportableAgentEntitiesRequest
759
759
  * @return ListImportableAgentEntitiesResponse
760
760
  * @throws OciError when an error occurs
761
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
761
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntities API.
762
762
  */
763
763
  listImportableAgentEntities(listImportableAgentEntitiesRequest: requests.ListImportableAgentEntitiesRequest): Promise<responses.ListImportableAgentEntitiesResponse>;
764
764
  /**
@@ -774,7 +774,7 @@ export declare class OperationsInsightsClient {
774
774
  * @param ListImportableComputeEntitiesRequest
775
775
  * @return ListImportableComputeEntitiesResponse
776
776
  * @throws OciError when an error occurs
777
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntities API.
778
778
  */
779
779
  listImportableComputeEntities(listImportableComputeEntitiesRequest: requests.ListImportableComputeEntitiesRequest): Promise<responses.ListImportableComputeEntitiesResponse>;
780
780
  /**
@@ -784,7 +784,7 @@ export declare class OperationsInsightsClient {
784
784
  * @param ListImportableEnterpriseManagerEntitiesRequest
785
785
  * @return ListImportableEnterpriseManagerEntitiesResponse
786
786
  * @throws OciError when an error occurs
787
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
787
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntities API.
788
788
  */
789
789
  listImportableEnterpriseManagerEntities(listImportableEnterpriseManagerEntitiesRequest: requests.ListImportableEnterpriseManagerEntitiesRequest): Promise<responses.ListImportableEnterpriseManagerEntitiesResponse>;
790
790
  /**
@@ -793,7 +793,7 @@ export declare class OperationsInsightsClient {
793
793
  * @param ListOperationsInsightsPrivateEndpointsRequest
794
794
  * @return ListOperationsInsightsPrivateEndpointsResponse
795
795
  * @throws OciError when an error occurs
796
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
796
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpoints API.
797
797
  */
798
798
  listOperationsInsightsPrivateEndpoints(listOperationsInsightsPrivateEndpointsRequest: requests.ListOperationsInsightsPrivateEndpointsRequest): Promise<responses.ListOperationsInsightsPrivateEndpointsResponse>;
799
799
  /**
@@ -803,7 +803,7 @@ export declare class OperationsInsightsClient {
803
803
  * @param ListOperationsInsightsWarehouseUsersRequest
804
804
  * @return ListOperationsInsightsWarehouseUsersResponse
805
805
  * @throws OciError when an error occurs
806
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
806
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsers API.
807
807
  */
808
808
  listOperationsInsightsWarehouseUsers(listOperationsInsightsWarehouseUsersRequest: requests.ListOperationsInsightsWarehouseUsersRequest): Promise<responses.ListOperationsInsightsWarehouseUsersResponse>;
809
809
  /**
@@ -814,7 +814,7 @@ export declare class OperationsInsightsClient {
814
814
  * @param ListOperationsInsightsWarehousesRequest
815
815
  * @return ListOperationsInsightsWarehousesResponse
816
816
  * @throws OciError when an error occurs
817
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
817
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehouses API.
818
818
  */
819
819
  listOperationsInsightsWarehouses(listOperationsInsightsWarehousesRequest: requests.ListOperationsInsightsWarehousesRequest): Promise<responses.ListOperationsInsightsWarehousesResponse>;
820
820
  /**
@@ -824,7 +824,7 @@ export declare class OperationsInsightsClient {
824
824
  * @param ListOpsiConfigurationsRequest
825
825
  * @return ListOpsiConfigurationsResponse
826
826
  * @throws OciError when an error occurs
827
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurations API.
827
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurations API.
828
828
  */
829
829
  listOpsiConfigurations(listOpsiConfigurationsRequest: requests.ListOpsiConfigurationsRequest): Promise<responses.ListOpsiConfigurationsResponse>;
830
830
  /**
@@ -834,7 +834,7 @@ export declare class OperationsInsightsClient {
834
834
  * @param ListOpsiDataObjectsRequest
835
835
  * @return ListOpsiDataObjectsResponse
836
836
  * @throws OciError when an error occurs
837
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
837
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjects API.
838
838
  */
839
839
  listOpsiDataObjects(listOpsiDataObjectsRequest: requests.ListOpsiDataObjectsRequest): Promise<responses.ListOpsiDataObjectsResponse>;
840
840
  /**
@@ -845,7 +845,7 @@ export declare class OperationsInsightsClient {
845
845
  * @param ListSqlPlansRequest
846
846
  * @return ListSqlPlansResponse
847
847
  * @throws OciError when an error occurs
848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlans API.
849
849
  */
850
850
  listSqlPlans(listSqlPlansRequest: requests.ListSqlPlansRequest): Promise<responses.ListSqlPlansResponse>;
851
851
  /**
@@ -856,7 +856,7 @@ export declare class OperationsInsightsClient {
856
856
  * @param ListSqlSearchesRequest
857
857
  * @return ListSqlSearchesResponse
858
858
  * @throws OciError when an error occurs
859
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
859
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearches API.
860
860
  */
861
861
  listSqlSearches(listSqlSearchesRequest: requests.ListSqlSearchesRequest): Promise<responses.ListSqlSearchesResponse>;
862
862
  /**
@@ -866,7 +866,7 @@ export declare class OperationsInsightsClient {
866
866
  * @param ListSqlTextsRequest
867
867
  * @return ListSqlTextsResponse
868
868
  * @throws OciError when an error occurs
869
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
869
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTexts API.
870
870
  */
871
871
  listSqlTexts(listSqlTextsRequest: requests.ListSqlTextsRequest): Promise<responses.ListSqlTextsResponse>;
872
872
  /**
@@ -876,7 +876,7 @@ export declare class OperationsInsightsClient {
876
876
  * @param ListWorkRequestErrorsRequest
877
877
  * @return ListWorkRequestErrorsResponse
878
878
  * @throws OciError when an error occurs
879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
879
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
880
880
  */
881
881
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
882
882
  /**
@@ -886,7 +886,7 @@ export declare class OperationsInsightsClient {
886
886
  * @param ListWorkRequestLogsRequest
887
887
  * @return ListWorkRequestLogsResponse
888
888
  * @throws OciError when an error occurs
889
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
889
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
890
890
  */
891
891
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
892
892
  /**
@@ -896,7 +896,7 @@ export declare class OperationsInsightsClient {
896
896
  * @param ListWorkRequestsRequest
897
897
  * @return ListWorkRequestsResponse
898
898
  * @throws OciError when an error occurs
899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
899
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
900
900
  */
901
901
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
902
902
  /**
@@ -907,7 +907,7 @@ export declare class OperationsInsightsClient {
907
907
  * @param QueryOpsiDataObjectDataRequest
908
908
  * @return QueryOpsiDataObjectDataResponse
909
909
  * @throws OciError when an error occurs
910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectData API.
911
911
  */
912
912
  queryOpsiDataObjectData(queryOpsiDataObjectDataRequest: requests.QueryOpsiDataObjectDataRequest): Promise<responses.QueryOpsiDataObjectDataResponse>;
913
913
  /**
@@ -916,7 +916,7 @@ export declare class OperationsInsightsClient {
916
916
  * @param RotateOperationsInsightsWarehouseWalletRequest
917
917
  * @return RotateOperationsInsightsWarehouseWalletResponse
918
918
  * @throws OciError when an error occurs
919
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
919
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWallet API.
920
920
  */
921
921
  rotateOperationsInsightsWarehouseWallet(rotateOperationsInsightsWarehouseWalletRequest: requests.RotateOperationsInsightsWarehouseWalletRequest): Promise<responses.RotateOperationsInsightsWarehouseWalletResponse>;
922
922
  /**
@@ -930,7 +930,7 @@ export declare class OperationsInsightsClient {
930
930
  * @param SummarizeAwrDatabaseCpuUsagesRequest
931
931
  * @return SummarizeAwrDatabaseCpuUsagesResponse
932
932
  * @throws OciError when an error occurs
933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsages API.
934
934
  */
935
935
  summarizeAwrDatabaseCpuUsages(summarizeAwrDatabaseCpuUsagesRequest: requests.SummarizeAwrDatabaseCpuUsagesRequest): Promise<responses.SummarizeAwrDatabaseCpuUsagesResponse>;
936
936
  /**
@@ -940,7 +940,7 @@ export declare class OperationsInsightsClient {
940
940
  * @param SummarizeAwrDatabaseMetricsRequest
941
941
  * @return SummarizeAwrDatabaseMetricsResponse
942
942
  * @throws OciError when an error occurs
943
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
943
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetrics API.
944
944
  */
945
945
  summarizeAwrDatabaseMetrics(summarizeAwrDatabaseMetricsRequest: requests.SummarizeAwrDatabaseMetricsRequest): Promise<responses.SummarizeAwrDatabaseMetricsResponse>;
946
946
  /**
@@ -954,7 +954,7 @@ export declare class OperationsInsightsClient {
954
954
  * @param SummarizeAwrDatabaseParameterChangesRequest
955
955
  * @return SummarizeAwrDatabaseParameterChangesResponse
956
956
  * @throws OciError when an error occurs
957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
957
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChanges API.
958
958
  */
959
959
  summarizeAwrDatabaseParameterChanges(summarizeAwrDatabaseParameterChangesRequest: requests.SummarizeAwrDatabaseParameterChangesRequest): Promise<responses.SummarizeAwrDatabaseParameterChangesResponse>;
960
960
  /**
@@ -974,7 +974,7 @@ export declare class OperationsInsightsClient {
974
974
  * @param SummarizeAwrDatabaseParametersRequest
975
975
  * @return SummarizeAwrDatabaseParametersResponse
976
976
  * @throws OciError when an error occurs
977
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
977
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParameters API.
978
978
  */
979
979
  summarizeAwrDatabaseParameters(summarizeAwrDatabaseParametersRequest: requests.SummarizeAwrDatabaseParametersRequest): Promise<responses.SummarizeAwrDatabaseParametersResponse>;
980
980
  /**
@@ -984,7 +984,7 @@ export declare class OperationsInsightsClient {
984
984
  * @param SummarizeAwrDatabaseSnapshotRangesRequest
985
985
  * @return SummarizeAwrDatabaseSnapshotRangesResponse
986
986
  * @throws OciError when an error occurs
987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRanges API.
988
988
  */
989
989
  summarizeAwrDatabaseSnapshotRanges(summarizeAwrDatabaseSnapshotRangesRequest: requests.SummarizeAwrDatabaseSnapshotRangesRequest): Promise<responses.SummarizeAwrDatabaseSnapshotRangesResponse>;
990
990
  /**
@@ -994,7 +994,7 @@ export declare class OperationsInsightsClient {
994
994
  * @param SummarizeAwrDatabaseSysstatsRequest
995
995
  * @return SummarizeAwrDatabaseSysstatsResponse
996
996
  * @throws OciError when an error occurs
997
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
997
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstats API.
998
998
  */
999
999
  summarizeAwrDatabaseSysstats(summarizeAwrDatabaseSysstatsRequest: requests.SummarizeAwrDatabaseSysstatsRequest): Promise<responses.SummarizeAwrDatabaseSysstatsResponse>;
1000
1000
  /**
@@ -1004,7 +1004,7 @@ export declare class OperationsInsightsClient {
1004
1004
  * @param SummarizeAwrDatabaseTopWaitEventsRequest
1005
1005
  * @return SummarizeAwrDatabaseTopWaitEventsResponse
1006
1006
  * @throws OciError when an error occurs
1007
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
1007
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEvents API.
1008
1008
  */
1009
1009
  summarizeAwrDatabaseTopWaitEvents(summarizeAwrDatabaseTopWaitEventsRequest: requests.SummarizeAwrDatabaseTopWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseTopWaitEventsResponse>;
1010
1010
  /**
@@ -1014,7 +1014,7 @@ export declare class OperationsInsightsClient {
1014
1014
  * @param SummarizeAwrDatabaseWaitEventBucketsRequest
1015
1015
  * @return SummarizeAwrDatabaseWaitEventBucketsResponse
1016
1016
  * @throws OciError when an error occurs
1017
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
1017
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBuckets API.
1018
1018
  */
1019
1019
  summarizeAwrDatabaseWaitEventBuckets(summarizeAwrDatabaseWaitEventBucketsRequest: requests.SummarizeAwrDatabaseWaitEventBucketsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventBucketsResponse>;
1020
1020
  /**
@@ -1024,7 +1024,7 @@ export declare class OperationsInsightsClient {
1024
1024
  * @param SummarizeAwrDatabaseWaitEventsRequest
1025
1025
  * @return SummarizeAwrDatabaseWaitEventsResponse
1026
1026
  * @throws OciError when an error occurs
1027
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
1027
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEvents API.
1028
1028
  */
1029
1029
  summarizeAwrDatabaseWaitEvents(summarizeAwrDatabaseWaitEventsRequest: requests.SummarizeAwrDatabaseWaitEventsRequest): Promise<responses.SummarizeAwrDatabaseWaitEventsResponse>;
1030
1030
  /**
@@ -1034,7 +1034,7 @@ export declare class OperationsInsightsClient {
1034
1034
  * @param SummarizeAwrSourcesSummariesRequest
1035
1035
  * @return SummarizeAwrSourcesSummariesResponse
1036
1036
  * @throws OciError when an error occurs
1037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
1037
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummaries API.
1038
1038
  */
1039
1039
  summarizeAwrSourcesSummaries(summarizeAwrSourcesSummariesRequest: requests.SummarizeAwrSourcesSummariesRequest): Promise<responses.SummarizeAwrSourcesSummariesResponse>;
1040
1040
  /**
@@ -1045,7 +1045,7 @@ export declare class OperationsInsightsClient {
1045
1045
  * @param SummarizeConfigurationItemsRequest
1046
1046
  * @return SummarizeConfigurationItemsResponse
1047
1047
  * @throws OciError when an error occurs
1048
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItems API.
1048
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItems API.
1049
1049
  */
1050
1050
  summarizeConfigurationItems(summarizeConfigurationItemsRequest: requests.SummarizeConfigurationItemsRequest): Promise<responses.SummarizeConfigurationItemsResponse>;
1051
1051
  /**
@@ -1057,7 +1057,7 @@ export declare class OperationsInsightsClient {
1057
1057
  * @param SummarizeDatabaseInsightResourceCapacityTrendRequest
1058
1058
  * @return SummarizeDatabaseInsightResourceCapacityTrendResponse
1059
1059
  * @throws OciError when an error occurs
1060
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
1060
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrend API.
1061
1061
  */
1062
1062
  summarizeDatabaseInsightResourceCapacityTrend(summarizeDatabaseInsightResourceCapacityTrendRequest: requests.SummarizeDatabaseInsightResourceCapacityTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceCapacityTrendResponse>;
1063
1063
  /**
@@ -1068,7 +1068,7 @@ export declare class OperationsInsightsClient {
1068
1068
  * @param SummarizeDatabaseInsightResourceForecastTrendRequest
1069
1069
  * @return SummarizeDatabaseInsightResourceForecastTrendResponse
1070
1070
  * @throws OciError when an error occurs
1071
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
1071
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrend API.
1072
1072
  */
1073
1073
  summarizeDatabaseInsightResourceForecastTrend(summarizeDatabaseInsightResourceForecastTrendRequest: requests.SummarizeDatabaseInsightResourceForecastTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceForecastTrendResponse>;
1074
1074
  /**
@@ -1079,7 +1079,7 @@ export declare class OperationsInsightsClient {
1079
1079
  * @param SummarizeDatabaseInsightResourceStatisticsRequest
1080
1080
  * @return SummarizeDatabaseInsightResourceStatisticsResponse
1081
1081
  * @throws OciError when an error occurs
1082
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
1082
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatistics API.
1083
1083
  */
1084
1084
  summarizeDatabaseInsightResourceStatistics(summarizeDatabaseInsightResourceStatisticsRequest: requests.SummarizeDatabaseInsightResourceStatisticsRequest): Promise<responses.SummarizeDatabaseInsightResourceStatisticsResponse>;
1085
1085
  /**
@@ -1092,7 +1092,7 @@ export declare class OperationsInsightsClient {
1092
1092
  * @param SummarizeDatabaseInsightResourceUsageRequest
1093
1093
  * @return SummarizeDatabaseInsightResourceUsageResponse
1094
1094
  * @throws OciError when an error occurs
1095
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
1095
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsage API.
1096
1096
  */
1097
1097
  summarizeDatabaseInsightResourceUsage(summarizeDatabaseInsightResourceUsageRequest: requests.SummarizeDatabaseInsightResourceUsageRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageResponse>;
1098
1098
  /**
@@ -1104,7 +1104,7 @@ export declare class OperationsInsightsClient {
1104
1104
  * @param SummarizeDatabaseInsightResourceUsageTrendRequest
1105
1105
  * @return SummarizeDatabaseInsightResourceUsageTrendResponse
1106
1106
  * @throws OciError when an error occurs
1107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
1107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrend API.
1108
1108
  */
1109
1109
  summarizeDatabaseInsightResourceUsageTrend(summarizeDatabaseInsightResourceUsageTrendRequest: requests.SummarizeDatabaseInsightResourceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightResourceUsageTrendResponse>;
1110
1110
  /**
@@ -1115,7 +1115,7 @@ export declare class OperationsInsightsClient {
1115
1115
  * @param SummarizeDatabaseInsightResourceUtilizationInsightRequest
1116
1116
  * @return SummarizeDatabaseInsightResourceUtilizationInsightResponse
1117
1117
  * @throws OciError when an error occurs
1118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
1118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsight API.
1119
1119
  */
1120
1120
  summarizeDatabaseInsightResourceUtilizationInsight(summarizeDatabaseInsightResourceUtilizationInsightRequest: requests.SummarizeDatabaseInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeDatabaseInsightResourceUtilizationInsightResponse>;
1121
1121
  /**
@@ -1127,7 +1127,7 @@ export declare class OperationsInsightsClient {
1127
1127
  * @param SummarizeDatabaseInsightTablespaceUsageTrendRequest
1128
1128
  * @return SummarizeDatabaseInsightTablespaceUsageTrendResponse
1129
1129
  * @throws OciError when an error occurs
1130
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
1130
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeDatabaseInsightTablespaceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightTablespaceUsageTrend API.
1131
1131
  */
1132
1132
  summarizeDatabaseInsightTablespaceUsageTrend(summarizeDatabaseInsightTablespaceUsageTrendRequest: requests.SummarizeDatabaseInsightTablespaceUsageTrendRequest): Promise<responses.SummarizeDatabaseInsightTablespaceUsageTrendResponse>;
1133
1133
  /**
@@ -1144,7 +1144,7 @@ export declare class OperationsInsightsClient {
1144
1144
  * @param SummarizeExadataInsightResourceCapacityTrendRequest
1145
1145
  * @return SummarizeExadataInsightResourceCapacityTrendResponse
1146
1146
  * @throws OciError when an error occurs
1147
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
1147
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrend API.
1148
1148
  */
1149
1149
  summarizeExadataInsightResourceCapacityTrend(summarizeExadataInsightResourceCapacityTrendRequest: requests.SummarizeExadataInsightResourceCapacityTrendRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendResponse>;
1150
1150
  /**
@@ -1158,7 +1158,7 @@ export declare class OperationsInsightsClient {
1158
1158
  * @param SummarizeExadataInsightResourceCapacityTrendAggregatedRequest
1159
1159
  * @return SummarizeExadataInsightResourceCapacityTrendAggregatedResponse
1160
1160
  * @throws OciError when an error occurs
1161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
1161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceCapacityTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceCapacityTrendAggregated API.
1162
1162
  */
1163
1163
  summarizeExadataInsightResourceCapacityTrendAggregated(summarizeExadataInsightResourceCapacityTrendAggregatedRequest: requests.SummarizeExadataInsightResourceCapacityTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceCapacityTrendAggregatedResponse>;
1164
1164
  /**
@@ -1175,7 +1175,7 @@ export declare class OperationsInsightsClient {
1175
1175
  * @param SummarizeExadataInsightResourceForecastTrendRequest
1176
1176
  * @return SummarizeExadataInsightResourceForecastTrendResponse
1177
1177
  * @throws OciError when an error occurs
1178
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
1178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrend API.
1179
1179
  */
1180
1180
  summarizeExadataInsightResourceForecastTrend(summarizeExadataInsightResourceForecastTrendRequest: requests.SummarizeExadataInsightResourceForecastTrendRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendResponse>;
1181
1181
  /**
@@ -1188,7 +1188,7 @@ export declare class OperationsInsightsClient {
1188
1188
  * @param SummarizeExadataInsightResourceForecastTrendAggregatedRequest
1189
1189
  * @return SummarizeExadataInsightResourceForecastTrendAggregatedResponse
1190
1190
  * @throws OciError when an error occurs
1191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
1191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceForecastTrendAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceForecastTrendAggregated API.
1192
1192
  */
1193
1193
  summarizeExadataInsightResourceForecastTrendAggregated(summarizeExadataInsightResourceForecastTrendAggregatedRequest: requests.SummarizeExadataInsightResourceForecastTrendAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceForecastTrendAggregatedResponse>;
1194
1194
  /**
@@ -1202,7 +1202,7 @@ export declare class OperationsInsightsClient {
1202
1202
  * @param SummarizeExadataInsightResourceStatisticsRequest
1203
1203
  * @return SummarizeExadataInsightResourceStatisticsResponse
1204
1204
  * @throws OciError when an error occurs
1205
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
1205
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceStatistics.ts.html |here} to see how to use SummarizeExadataInsightResourceStatistics API.
1206
1206
  */
1207
1207
  summarizeExadataInsightResourceStatistics(summarizeExadataInsightResourceStatisticsRequest: requests.SummarizeExadataInsightResourceStatisticsRequest): Promise<responses.SummarizeExadataInsightResourceStatisticsResponse>;
1208
1208
  /**
@@ -1217,7 +1217,7 @@ export declare class OperationsInsightsClient {
1217
1217
  * @param SummarizeExadataInsightResourceUsageRequest
1218
1218
  * @return SummarizeExadataInsightResourceUsageResponse
1219
1219
  * @throws OciError when an error occurs
1220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
1220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceUsage.ts.html |here} to see how to use SummarizeExadataInsightResourceUsage API.
1221
1221
  */
1222
1222
  summarizeExadataInsightResourceUsage(summarizeExadataInsightResourceUsageRequest: requests.SummarizeExadataInsightResourceUsageRequest): Promise<responses.SummarizeExadataInsightResourceUsageResponse>;
1223
1223
  /**
@@ -1232,7 +1232,7 @@ export declare class OperationsInsightsClient {
1232
1232
  * @param SummarizeExadataInsightResourceUsageAggregatedRequest
1233
1233
  * @return SummarizeExadataInsightResourceUsageAggregatedResponse
1234
1234
  * @throws OciError when an error occurs
1235
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
1235
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceUsageAggregated.ts.html |here} to see how to use SummarizeExadataInsightResourceUsageAggregated API.
1236
1236
  */
1237
1237
  summarizeExadataInsightResourceUsageAggregated(summarizeExadataInsightResourceUsageAggregatedRequest: requests.SummarizeExadataInsightResourceUsageAggregatedRequest): Promise<responses.SummarizeExadataInsightResourceUsageAggregatedResponse>;
1238
1238
  /**
@@ -1241,7 +1241,7 @@ export declare class OperationsInsightsClient {
1241
1241
  * @param SummarizeExadataInsightResourceUtilizationInsightRequest
1242
1242
  * @return SummarizeExadataInsightResourceUtilizationInsightResponse
1243
1243
  * @throws OciError when an error occurs
1244
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
1244
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeExadataInsightResourceUtilizationInsight API.
1245
1245
  */
1246
1246
  summarizeExadataInsightResourceUtilizationInsight(summarizeExadataInsightResourceUtilizationInsightRequest: requests.SummarizeExadataInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeExadataInsightResourceUtilizationInsightResponse>;
1247
1247
  /**
@@ -1250,9 +1250,19 @@ export declare class OperationsInsightsClient {
1250
1250
  * @param SummarizeExadataMembersRequest
1251
1251
  * @return SummarizeExadataMembersResponse
1252
1252
  * @throws OciError when an error occurs
1253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
1253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeExadataMembers.ts.html |here} to see how to use SummarizeExadataMembers API.
1254
1254
  */
1255
1255
  summarizeExadataMembers(summarizeExadataMembersRequest: requests.SummarizeExadataMembersRequest): Promise<responses.SummarizeExadataMembersResponse>;
1256
+ /**
1257
+ * Returns response with usage time series data with breakdown by network interface for the time period specified.
1258
+ *
1259
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1260
+ * @param SummarizeHostInsightNetworkUsageTrendRequest
1261
+ * @return SummarizeHostInsightNetworkUsageTrendResponse
1262
+ * @throws OciError when an error occurs
1263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightNetworkUsageTrend.ts.html |here} to see how to use SummarizeHostInsightNetworkUsageTrend API.
1264
+ */
1265
+ summarizeHostInsightNetworkUsageTrend(summarizeHostInsightNetworkUsageTrendRequest: requests.SummarizeHostInsightNetworkUsageTrendRequest): Promise<responses.SummarizeHostInsightNetworkUsageTrendResponse>;
1256
1266
  /**
1257
1267
  * Returns response with time series data (endTimestamp, capacity) for the time period specified.
1258
1268
  * The maximum time range for analysis is 2 years, hence this is intentionally not paginated.
@@ -1262,7 +1272,7 @@ export declare class OperationsInsightsClient {
1262
1272
  * @param SummarizeHostInsightResourceCapacityTrendRequest
1263
1273
  * @return SummarizeHostInsightResourceCapacityTrendResponse
1264
1274
  * @throws OciError when an error occurs
1265
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
1275
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeHostInsightResourceCapacityTrend API.
1266
1276
  */
1267
1277
  summarizeHostInsightResourceCapacityTrend(summarizeHostInsightResourceCapacityTrendRequest: requests.SummarizeHostInsightResourceCapacityTrendRequest): Promise<responses.SummarizeHostInsightResourceCapacityTrendResponse>;
1268
1278
  /**
@@ -1273,7 +1283,7 @@ export declare class OperationsInsightsClient {
1273
1283
  * @param SummarizeHostInsightResourceForecastTrendRequest
1274
1284
  * @return SummarizeHostInsightResourceForecastTrendResponse
1275
1285
  * @throws OciError when an error occurs
1276
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
1286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeHostInsightResourceForecastTrend API.
1277
1287
  */
1278
1288
  summarizeHostInsightResourceForecastTrend(summarizeHostInsightResourceForecastTrendRequest: requests.SummarizeHostInsightResourceForecastTrendRequest): Promise<responses.SummarizeHostInsightResourceForecastTrendResponse>;
1279
1289
  /**
@@ -1284,7 +1294,7 @@ export declare class OperationsInsightsClient {
1284
1294
  * @param SummarizeHostInsightResourceStatisticsRequest
1285
1295
  * @return SummarizeHostInsightResourceStatisticsResponse
1286
1296
  * @throws OciError when an error occurs
1287
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
1297
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightResourceStatistics.ts.html |here} to see how to use SummarizeHostInsightResourceStatistics API.
1288
1298
  */
1289
1299
  summarizeHostInsightResourceStatistics(summarizeHostInsightResourceStatisticsRequest: requests.SummarizeHostInsightResourceStatisticsRequest): Promise<responses.SummarizeHostInsightResourceStatisticsResponse>;
1290
1300
  /**
@@ -1297,7 +1307,7 @@ export declare class OperationsInsightsClient {
1297
1307
  * @param SummarizeHostInsightResourceUsageRequest
1298
1308
  * @return SummarizeHostInsightResourceUsageResponse
1299
1309
  * @throws OciError when an error occurs
1300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
1310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightResourceUsage.ts.html |here} to see how to use SummarizeHostInsightResourceUsage API.
1301
1311
  */
1302
1312
  summarizeHostInsightResourceUsage(summarizeHostInsightResourceUsageRequest: requests.SummarizeHostInsightResourceUsageRequest): Promise<responses.SummarizeHostInsightResourceUsageResponse>;
1303
1313
  /**
@@ -1309,7 +1319,7 @@ export declare class OperationsInsightsClient {
1309
1319
  * @param SummarizeHostInsightResourceUsageTrendRequest
1310
1320
  * @return SummarizeHostInsightResourceUsageTrendResponse
1311
1321
  * @throws OciError when an error occurs
1312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
1322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeHostInsightResourceUsageTrend API.
1313
1323
  */
1314
1324
  summarizeHostInsightResourceUsageTrend(summarizeHostInsightResourceUsageTrendRequest: requests.SummarizeHostInsightResourceUsageTrendRequest): Promise<responses.SummarizeHostInsightResourceUsageTrendResponse>;
1315
1325
  /**
@@ -1320,9 +1330,19 @@ export declare class OperationsInsightsClient {
1320
1330
  * @param SummarizeHostInsightResourceUtilizationInsightRequest
1321
1331
  * @return SummarizeHostInsightResourceUtilizationInsightResponse
1322
1332
  * @throws OciError when an error occurs
1323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
1333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeHostInsightResourceUtilizationInsight API.
1324
1334
  */
1325
1335
  summarizeHostInsightResourceUtilizationInsight(summarizeHostInsightResourceUtilizationInsightRequest: requests.SummarizeHostInsightResourceUtilizationInsightRequest): Promise<responses.SummarizeHostInsightResourceUtilizationInsightResponse>;
1336
+ /**
1337
+ * Returns response with usage time series data with breakdown by filesystem for the time period specified.
1338
+ *
1339
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
1340
+ * @param SummarizeHostInsightStorageUsageTrendRequest
1341
+ * @return SummarizeHostInsightStorageUsageTrendResponse
1342
+ * @throws OciError when an error occurs
1343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightStorageUsageTrend.ts.html |here} to see how to use SummarizeHostInsightStorageUsageTrend API.
1344
+ */
1345
+ summarizeHostInsightStorageUsageTrend(summarizeHostInsightStorageUsageTrendRequest: requests.SummarizeHostInsightStorageUsageTrendRequest): Promise<responses.SummarizeHostInsightStorageUsageTrendResponse>;
1326
1346
  /**
1327
1347
  * Returns response with aggregated data (timestamp, usageData) for top processes on a specific date.
1328
1348
  * Data is aggregated for the time specified and processes are sorted descendent by the process metric specified (CPU, MEMORY, VIRTUAL_MEMORY).
@@ -1332,7 +1352,7 @@ export declare class OperationsInsightsClient {
1332
1352
  * @param SummarizeHostInsightTopProcessesUsageRequest
1333
1353
  * @return SummarizeHostInsightTopProcessesUsageResponse
1334
1354
  * @throws OciError when an error occurs
1335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
1355
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightTopProcessesUsage.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsage API.
1336
1356
  */
1337
1357
  summarizeHostInsightTopProcessesUsage(summarizeHostInsightTopProcessesUsageRequest: requests.SummarizeHostInsightTopProcessesUsageRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageResponse>;
1338
1358
  /**
@@ -1344,7 +1364,7 @@ export declare class OperationsInsightsClient {
1344
1364
  * @param SummarizeHostInsightTopProcessesUsageTrendRequest
1345
1365
  * @return SummarizeHostInsightTopProcessesUsageTrendResponse
1346
1366
  * @throws OciError when an error occurs
1347
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
1367
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeHostInsightTopProcessesUsageTrend.ts.html |here} to see how to use SummarizeHostInsightTopProcessesUsageTrend API.
1348
1368
  */
1349
1369
  summarizeHostInsightTopProcessesUsageTrend(summarizeHostInsightTopProcessesUsageTrendRequest: requests.SummarizeHostInsightTopProcessesUsageTrendRequest): Promise<responses.SummarizeHostInsightTopProcessesUsageTrendResponse>;
1350
1370
  /**
@@ -1355,7 +1375,7 @@ export declare class OperationsInsightsClient {
1355
1375
  * @param SummarizeOperationsInsightsWarehouseResourceUsageRequest
1356
1376
  * @return SummarizeOperationsInsightsWarehouseResourceUsageResponse
1357
1377
  * @throws OciError when an error occurs
1358
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
1378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeOperationsInsightsWarehouseResourceUsage.ts.html |here} to see how to use SummarizeOperationsInsightsWarehouseResourceUsage API.
1359
1379
  */
1360
1380
  summarizeOperationsInsightsWarehouseResourceUsage(summarizeOperationsInsightsWarehouseResourceUsageRequest: requests.SummarizeOperationsInsightsWarehouseResourceUsageRequest): Promise<responses.SummarizeOperationsInsightsWarehouseResourceUsageResponse>;
1361
1381
  /**
@@ -1366,7 +1386,7 @@ export declare class OperationsInsightsClient {
1366
1386
  * @param SummarizeSqlInsightsRequest
1367
1387
  * @return SummarizeSqlInsightsResponse
1368
1388
  * @throws OciError when an error occurs
1369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
1389
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeSqlInsights.ts.html |here} to see how to use SummarizeSqlInsights API.
1370
1390
  */
1371
1391
  summarizeSqlInsights(summarizeSqlInsightsRequest: requests.SummarizeSqlInsightsRequest): Promise<responses.SummarizeSqlInsightsResponse>;
1372
1392
  /**
@@ -1377,7 +1397,7 @@ export declare class OperationsInsightsClient {
1377
1397
  * @param SummarizeSqlPlanInsightsRequest
1378
1398
  * @return SummarizeSqlPlanInsightsResponse
1379
1399
  * @throws OciError when an error occurs
1380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
1400
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeSqlPlanInsights.ts.html |here} to see how to use SummarizeSqlPlanInsights API.
1381
1401
  */
1382
1402
  summarizeSqlPlanInsights(summarizeSqlPlanInsightsRequest: requests.SummarizeSqlPlanInsightsRequest): Promise<responses.SummarizeSqlPlanInsightsResponse>;
1383
1403
  /**
@@ -1388,7 +1408,7 @@ export declare class OperationsInsightsClient {
1388
1408
  * @param SummarizeSqlResponseTimeDistributionsRequest
1389
1409
  * @return SummarizeSqlResponseTimeDistributionsResponse
1390
1410
  * @throws OciError when an error occurs
1391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
1411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeSqlResponseTimeDistributions.ts.html |here} to see how to use SummarizeSqlResponseTimeDistributions API.
1392
1412
  */
1393
1413
  summarizeSqlResponseTimeDistributions(summarizeSqlResponseTimeDistributionsRequest: requests.SummarizeSqlResponseTimeDistributionsRequest): Promise<responses.SummarizeSqlResponseTimeDistributionsResponse>;
1394
1414
  /**
@@ -1399,7 +1419,7 @@ export declare class OperationsInsightsClient {
1399
1419
  * @param SummarizeSqlStatisticsRequest
1400
1420
  * @return SummarizeSqlStatisticsResponse
1401
1421
  * @throws OciError when an error occurs
1402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
1422
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeSqlStatistics.ts.html |here} to see how to use SummarizeSqlStatistics API.
1403
1423
  */
1404
1424
  summarizeSqlStatistics(summarizeSqlStatisticsRequest: requests.SummarizeSqlStatisticsRequest): Promise<responses.SummarizeSqlStatisticsResponse>;
1405
1425
  /**
@@ -1410,7 +1430,7 @@ export declare class OperationsInsightsClient {
1410
1430
  * @param SummarizeSqlStatisticsTimeSeriesRequest
1411
1431
  * @return SummarizeSqlStatisticsTimeSeriesResponse
1412
1432
  * @throws OciError when an error occurs
1413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
1433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeSqlStatisticsTimeSeries.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeries API.
1414
1434
  */
1415
1435
  summarizeSqlStatisticsTimeSeries(summarizeSqlStatisticsTimeSeriesRequest: requests.SummarizeSqlStatisticsTimeSeriesRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesResponse>;
1416
1436
  /**
@@ -1421,7 +1441,7 @@ export declare class OperationsInsightsClient {
1421
1441
  * @param SummarizeSqlStatisticsTimeSeriesByPlanRequest
1422
1442
  * @return SummarizeSqlStatisticsTimeSeriesByPlanResponse
1423
1443
  * @throws OciError when an error occurs
1424
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
1444
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/SummarizeSqlStatisticsTimeSeriesByPlan.ts.html |here} to see how to use SummarizeSqlStatisticsTimeSeriesByPlan API.
1425
1445
  */
1426
1446
  summarizeSqlStatisticsTimeSeriesByPlan(summarizeSqlStatisticsTimeSeriesByPlanRequest: requests.SummarizeSqlStatisticsTimeSeriesByPlanRequest): Promise<responses.SummarizeSqlStatisticsTimeSeriesByPlanResponse>;
1427
1447
  /**
@@ -1430,7 +1450,7 @@ export declare class OperationsInsightsClient {
1430
1450
  * @param UpdateAwrHubRequest
1431
1451
  * @return UpdateAwrHubResponse
1432
1452
  * @throws OciError when an error occurs
1433
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
1453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateAwrHub.ts.html |here} to see how to use UpdateAwrHub API.
1434
1454
  */
1435
1455
  updateAwrHub(updateAwrHubRequest: requests.UpdateAwrHubRequest): Promise<responses.UpdateAwrHubResponse>;
1436
1456
  /**
@@ -1439,7 +1459,7 @@ export declare class OperationsInsightsClient {
1439
1459
  * @param UpdateDatabaseInsightRequest
1440
1460
  * @return UpdateDatabaseInsightResponse
1441
1461
  * @throws OciError when an error occurs
1442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
1462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateDatabaseInsight.ts.html |here} to see how to use UpdateDatabaseInsight API.
1443
1463
  */
1444
1464
  updateDatabaseInsight(updateDatabaseInsightRequest: requests.UpdateDatabaseInsightRequest): Promise<responses.UpdateDatabaseInsightResponse>;
1445
1465
  /**
@@ -1448,7 +1468,7 @@ export declare class OperationsInsightsClient {
1448
1468
  * @param UpdateEnterpriseManagerBridgeRequest
1449
1469
  * @return UpdateEnterpriseManagerBridgeResponse
1450
1470
  * @throws OciError when an error occurs
1451
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
1471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateEnterpriseManagerBridge.ts.html |here} to see how to use UpdateEnterpriseManagerBridge API.
1452
1472
  */
1453
1473
  updateEnterpriseManagerBridge(updateEnterpriseManagerBridgeRequest: requests.UpdateEnterpriseManagerBridgeRequest): Promise<responses.UpdateEnterpriseManagerBridgeResponse>;
1454
1474
  /**
@@ -1457,7 +1477,7 @@ export declare class OperationsInsightsClient {
1457
1477
  * @param UpdateExadataInsightRequest
1458
1478
  * @return UpdateExadataInsightResponse
1459
1479
  * @throws OciError when an error occurs
1460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
1480
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateExadataInsight.ts.html |here} to see how to use UpdateExadataInsight API.
1461
1481
  */
1462
1482
  updateExadataInsight(updateExadataInsightRequest: requests.UpdateExadataInsightRequest): Promise<responses.UpdateExadataInsightResponse>;
1463
1483
  /**
@@ -1466,7 +1486,7 @@ export declare class OperationsInsightsClient {
1466
1486
  * @param UpdateHostInsightRequest
1467
1487
  * @return UpdateHostInsightResponse
1468
1488
  * @throws OciError when an error occurs
1469
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
1489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateHostInsight.ts.html |here} to see how to use UpdateHostInsight API.
1470
1490
  */
1471
1491
  updateHostInsight(updateHostInsightRequest: requests.UpdateHostInsightRequest): Promise<responses.UpdateHostInsightResponse>;
1472
1492
  /**
@@ -1475,7 +1495,7 @@ export declare class OperationsInsightsClient {
1475
1495
  * @param UpdateOperationsInsightsPrivateEndpointRequest
1476
1496
  * @return UpdateOperationsInsightsPrivateEndpointResponse
1477
1497
  * @throws OciError when an error occurs
1478
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
1498
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use UpdateOperationsInsightsPrivateEndpoint API.
1479
1499
  */
1480
1500
  updateOperationsInsightsPrivateEndpoint(updateOperationsInsightsPrivateEndpointRequest: requests.UpdateOperationsInsightsPrivateEndpointRequest): Promise<responses.UpdateOperationsInsightsPrivateEndpointResponse>;
1481
1501
  /**
@@ -1486,7 +1506,7 @@ export declare class OperationsInsightsClient {
1486
1506
  * @param UpdateOperationsInsightsWarehouseRequest
1487
1507
  * @return UpdateOperationsInsightsWarehouseResponse
1488
1508
  * @throws OciError when an error occurs
1489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
1509
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateOperationsInsightsWarehouse.ts.html |here} to see how to use UpdateOperationsInsightsWarehouse API.
1490
1510
  */
1491
1511
  updateOperationsInsightsWarehouse(updateOperationsInsightsWarehouseRequest: requests.UpdateOperationsInsightsWarehouseRequest): Promise<responses.UpdateOperationsInsightsWarehouseResponse>;
1492
1512
  /**
@@ -1495,7 +1515,7 @@ export declare class OperationsInsightsClient {
1495
1515
  * @param UpdateOperationsInsightsWarehouseUserRequest
1496
1516
  * @return UpdateOperationsInsightsWarehouseUserResponse
1497
1517
  * @throws OciError when an error occurs
1498
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
1518
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateOperationsInsightsWarehouseUser.ts.html |here} to see how to use UpdateOperationsInsightsWarehouseUser API.
1499
1519
  */
1500
1520
  updateOperationsInsightsWarehouseUser(updateOperationsInsightsWarehouseUserRequest: requests.UpdateOperationsInsightsWarehouseUserRequest): Promise<responses.UpdateOperationsInsightsWarehouseUserResponse>;
1501
1521
  /**
@@ -1504,7 +1524,7 @@ export declare class OperationsInsightsClient {
1504
1524
  * @param UpdateOpsiConfigurationRequest
1505
1525
  * @return UpdateOpsiConfigurationResponse
1506
1526
  * @throws OciError when an error occurs
1507
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/UpdateOpsiConfiguration.ts.html |here} to see how to use UpdateOpsiConfiguration API.
1527
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.0/opsi/UpdateOpsiConfiguration.ts.html |here} to see how to use UpdateOpsiConfiguration API.
1508
1528
  */
1509
1529
  updateOpsiConfiguration(updateOpsiConfigurationRequest: requests.UpdateOpsiConfigurationRequest): Promise<responses.UpdateOpsiConfigurationResponse>;
1510
1530
  }