oci-opsi 2.27.0 → 2.30.0

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