oci-opsi 2.53.0 → 2.54.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 (197) hide show
  1. package/lib/client.d.ts +160 -133
  2. package/lib/client.js +337 -140
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/autonomous-database-insight-summary.d.ts +4 -0
  5. package/lib/model/autonomous-database-insight-summary.js.map +1 -1
  6. package/lib/model/autonomous-database-insight.d.ts +10 -0
  7. package/lib/model/autonomous-database-insight.js +16 -2
  8. package/lib/model/autonomous-database-insight.js.map +1 -1
  9. package/lib/model/change-autonomous-database-insight-advanced-features-details.d.ts +31 -0
  10. package/lib/model/change-autonomous-database-insight-advanced-features-details.js +66 -0
  11. package/lib/model/change-autonomous-database-insight-advanced-features-details.js.map +1 -0
  12. package/lib/model/enable-autonomous-database-insight-advanced-features-details.d.ts +31 -0
  13. package/lib/model/enable-autonomous-database-insight-advanced-features-details.js +66 -0
  14. package/lib/model/enable-autonomous-database-insight-advanced-features-details.js.map +1 -0
  15. package/lib/model/host-insight-summary.js +4 -0
  16. package/lib/model/host-insight-summary.js.map +1 -1
  17. package/lib/model/host-insight.js +4 -0
  18. package/lib/model/host-insight.js.map +1 -1
  19. package/lib/model/index.d.ts +8 -0
  20. package/lib/model/index.js +16 -8
  21. package/lib/model/index.js.map +1 -1
  22. package/lib/model/pe-comanaged-host-insight-summary.d.ts +54 -0
  23. package/lib/model/pe-comanaged-host-insight-summary.js +69 -0
  24. package/lib/model/pe-comanaged-host-insight-summary.js.map +1 -0
  25. package/lib/model/pe-comanaged-host-insight.d.ts +58 -0
  26. package/lib/model/pe-comanaged-host-insight.js +67 -0
  27. package/lib/model/pe-comanaged-host-insight.js.map +1 -0
  28. package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.d.ts +8 -0
  29. package/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.js.map +1 -1
  30. package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.d.ts +8 -0
  31. package/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.js.map +1 -1
  32. package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.d.ts +8 -0
  33. package/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.js.map +1 -1
  34. package/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.d.ts +8 -0
  35. package/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.js.map +1 -1
  36. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  37. package/lib/request/change-autonomous-database-insight-advanced-features-request.d.ts +50 -0
  38. package/lib/request/change-autonomous-database-insight-advanced-features-request.js +15 -0
  39. package/lib/request/change-autonomous-database-insight-advanced-features-request.js.map +1 -0
  40. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  41. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  42. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  43. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  44. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  45. package/lib/request/change-opsi-configuration-compartment-request.d.ts +1 -1
  46. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  47. package/lib/request/create-awr-hub-request.d.ts +1 -1
  48. package/lib/request/create-database-insight-request.d.ts +1 -1
  49. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  50. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  51. package/lib/request/create-host-insight-request.d.ts +1 -1
  52. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  53. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  54. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  55. package/lib/request/create-opsi-configuration-request.d.ts +1 -1
  56. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  57. package/lib/request/delete-database-insight-request.d.ts +1 -1
  58. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  59. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  60. package/lib/request/delete-host-insight-request.d.ts +1 -1
  61. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  62. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  63. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  64. package/lib/request/delete-opsi-configuration-request.d.ts +1 -1
  65. package/lib/request/disable-autonomous-database-insight-advanced-features-request.d.ts +45 -0
  66. package/lib/request/disable-autonomous-database-insight-advanced-features-request.js +15 -0
  67. package/lib/request/disable-autonomous-database-insight-advanced-features-request.js.map +1 -0
  68. package/lib/request/disable-database-insight-request.d.ts +1 -1
  69. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  70. package/lib/request/disable-host-insight-request.d.ts +1 -1
  71. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  72. package/lib/request/enable-autonomous-database-insight-advanced-features-request.d.ts +50 -0
  73. package/lib/request/enable-autonomous-database-insight-advanced-features-request.js +15 -0
  74. package/lib/request/enable-autonomous-database-insight-advanced-features-request.js.map +1 -0
  75. package/lib/request/enable-database-insight-request.d.ts +1 -1
  76. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  77. package/lib/request/enable-host-insight-request.d.ts +1 -1
  78. package/lib/request/get-awr-database-report-request.d.ts +1 -1
  79. package/lib/request/get-awr-database-sql-report-request.d.ts +1 -1
  80. package/lib/request/get-awr-hub-request.d.ts +1 -1
  81. package/lib/request/get-awr-report-request.d.ts +1 -1
  82. package/lib/request/get-database-insight-request.d.ts +1 -1
  83. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  84. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  85. package/lib/request/get-host-insight-request.d.ts +1 -1
  86. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  87. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  88. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  89. package/lib/request/get-opsi-configuration-request.d.ts +1 -1
  90. package/lib/request/get-opsi-data-object-request.d.ts +1 -1
  91. package/lib/request/get-work-request-request.d.ts +1 -1
  92. package/lib/request/index.d.ts +6 -0
  93. package/lib/request/index.js.map +1 -1
  94. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  95. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  96. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  97. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  98. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  99. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  100. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  101. package/lib/request/list-awr-database-snapshots-request.d.ts +1 -1
  102. package/lib/request/list-awr-databases-request.d.ts +1 -1
  103. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  104. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  105. package/lib/request/list-database-configurations-request.d.ts +1 -1
  106. package/lib/request/list-database-insights-request.d.ts +1 -1
  107. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  108. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  109. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  110. package/lib/request/list-host-configurations-request.d.ts +2 -2
  111. package/lib/request/list-host-insights-request.d.ts +2 -2
  112. package/lib/request/list-hosted-entities-request.d.ts +2 -2
  113. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  114. package/lib/request/list-importable-compute-entities-request.d.ts +1 -1
  115. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  116. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  117. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  118. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  119. package/lib/request/list-opsi-configurations-request.d.ts +1 -1
  120. package/lib/request/list-opsi-data-objects-request.d.ts +1 -1
  121. package/lib/request/list-sql-plans-request.d.ts +1 -1
  122. package/lib/request/list-sql-searches-request.d.ts +1 -1
  123. package/lib/request/list-sql-texts-request.d.ts +1 -1
  124. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  125. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  126. package/lib/request/list-work-requests-request.d.ts +1 -1
  127. package/lib/request/query-opsi-data-object-data-request.d.ts +1 -1
  128. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  129. package/lib/request/summarize-awr-database-cpu-usages-request.d.ts +1 -1
  130. package/lib/request/summarize-awr-database-metrics-request.d.ts +1 -1
  131. package/lib/request/summarize-awr-database-parameter-changes-request.d.ts +1 -1
  132. package/lib/request/summarize-awr-database-parameters-request.d.ts +1 -1
  133. package/lib/request/summarize-awr-database-snapshot-ranges-request.d.ts +1 -1
  134. package/lib/request/summarize-awr-database-sysstats-request.d.ts +1 -1
  135. package/lib/request/summarize-awr-database-top-wait-events-request.d.ts +1 -1
  136. package/lib/request/summarize-awr-database-wait-event-buckets-request.d.ts +1 -1
  137. package/lib/request/summarize-awr-database-wait-events-request.d.ts +1 -1
  138. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  139. package/lib/request/summarize-configuration-items-request.d.ts +1 -1
  140. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +9 -1
  141. package/lib/request/summarize-database-insight-resource-capacity-trend-request.js.map +1 -1
  142. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +9 -1
  143. package/lib/request/summarize-database-insight-resource-forecast-trend-request.js.map +1 -1
  144. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +9 -1
  145. package/lib/request/summarize-database-insight-resource-statistics-request.js.map +1 -1
  146. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +6 -1
  147. package/lib/request/summarize-database-insight-resource-usage-request.js.map +1 -1
  148. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +6 -1
  149. package/lib/request/summarize-database-insight-resource-usage-trend-request.js.map +1 -1
  150. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +14 -1
  151. package/lib/request/summarize-database-insight-resource-utilization-insight-request.js.map +1 -1
  152. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  153. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  154. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  155. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  156. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  157. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  158. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  159. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  160. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  161. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  162. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +2 -2
  163. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +2 -2
  164. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +2 -2
  165. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +2 -2
  166. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +2 -2
  167. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +2 -2
  168. package/lib/request/summarize-host-insight-top-processes-usage-request.d.ts +2 -2
  169. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +2 -2
  170. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  171. package/lib/request/summarize-sql-insights-request.d.ts +6 -1
  172. package/lib/request/summarize-sql-insights-request.js.map +1 -1
  173. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  174. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  175. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  176. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  177. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  178. package/lib/request/update-awr-hub-request.d.ts +1 -1
  179. package/lib/request/update-database-insight-request.d.ts +1 -1
  180. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  181. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  182. package/lib/request/update-host-insight-request.d.ts +1 -1
  183. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  184. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  185. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  186. package/lib/request/update-opsi-configuration-request.d.ts +1 -1
  187. package/lib/response/change-autonomous-database-insight-advanced-features-response.d.ts +25 -0
  188. package/lib/response/change-autonomous-database-insight-advanced-features-response.js +15 -0
  189. package/lib/response/change-autonomous-database-insight-advanced-features-response.js.map +1 -0
  190. package/lib/response/disable-autonomous-database-insight-advanced-features-response.d.ts +25 -0
  191. package/lib/response/disable-autonomous-database-insight-advanced-features-response.js +15 -0
  192. package/lib/response/disable-autonomous-database-insight-advanced-features-response.js.map +1 -0
  193. package/lib/response/enable-autonomous-database-insight-advanced-features-response.d.ts +25 -0
  194. package/lib/response/enable-autonomous-database-insight-advanced-features-response.js +15 -0
  195. package/lib/response/enable-autonomous-database-insight-advanced-features-response.js.map +1 -0
  196. package/lib/response/index.d.ts +6 -0
  197. package/package.json +3 -3
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshotsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListAwrSnapshots.ts.html |here} to see how to use ListAwrSnapshotsRequest.
17
17
  */
18
18
  export interface ListAwrSnapshotsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListDatabaseConfigurations.ts.html |here} to see how to use ListDatabaseConfigurationsRequest.
17
17
  */
18
18
  export interface ListDatabaseConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsightsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListDatabaseInsights.ts.html |here} to see how to use ListDatabaseInsightsRequest.
17
17
  */
18
18
  export interface ListDatabaseInsightsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridgesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListEnterpriseManagerBridges.ts.html |here} to see how to use ListEnterpriseManagerBridgesRequest.
17
17
  */
18
18
  export interface ListEnterpriseManagerBridgesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListExadataConfigurations.ts.html |here} to see how to use ListExadataConfigurationsRequest.
17
17
  */
18
18
  export interface ListExadataConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsightsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListExadataInsights.ts.html |here} to see how to use ListExadataInsightsRequest.
17
17
  */
18
18
  export interface ListExadataInsightsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListHostConfigurations.ts.html |here} to see how to use ListHostConfigurationsRequest.
17
17
  */
18
18
  export interface ListHostConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -114,7 +114,7 @@ export interface ListHostConfigurationsRequest extends common.BaseRequest {
114
114
  "compartmentIdInSubtree"?: boolean;
115
115
  /**
116
116
  * Filter by one or more host types.
117
- * Possible values are CLOUD-HOST, EXTERNAL-HOST
117
+ * Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
118
118
  *
119
119
  */
120
120
  "hostType"?: Array<string>;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsightsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListHostInsights.ts.html |here} to see how to use ListHostInsightsRequest.
17
17
  */
18
18
  export interface ListHostInsightsRequest extends common.BaseRequest {
19
19
  /**
@@ -35,7 +35,7 @@ export interface ListHostInsightsRequest extends common.BaseRequest {
35
35
  "lifecycleState"?: Array<model.LifecycleState>;
36
36
  /**
37
37
  * Filter by one or more host types.
38
- * Possible values are CLOUD-HOST, EXTERNAL-HOST
38
+ * Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
39
39
  *
40
40
  */
41
41
  "hostType"?: Array<string>;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListHostedEntities.ts.html |here} to see how to use ListHostedEntitiesRequest.
17
17
  */
18
18
  export interface ListHostedEntitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -97,7 +97,7 @@ export interface ListHostedEntitiesRequest extends common.BaseRequest {
97
97
  "opcRequestId"?: string;
98
98
  /**
99
99
  * Filter by one or more host types.
100
- * Possible values are CLOUD-HOST, EXTERNAL-HOST
100
+ * Possible values are CLOUD-HOST, EXTERNAL-HOST, COMANAGED-VM-HOST, COMANAGED-BM-HOST, COMANAGED-EXACS-HOST
101
101
  *
102
102
  */
103
103
  "hostType"?: Array<string>;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListImportableAgentEntities.ts.html |here} to see how to use ListImportableAgentEntitiesRequest.
17
17
  */
18
18
  export interface ListImportableAgentEntitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntitiesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListImportableComputeEntities.ts.html |here} to see how to use ListImportableComputeEntitiesRequest.
17
17
  */
18
18
  export interface ListImportableComputeEntitiesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntitiesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListImportableEnterpriseManagerEntities.ts.html |here} to see how to use ListImportableEnterpriseManagerEntitiesRequest.
16
16
  */
17
17
  export interface ListImportableEnterpriseManagerEntitiesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpointsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOperationsInsightsPrivateEndpoints.ts.html |here} to see how to use ListOperationsInsightsPrivateEndpointsRequest.
17
17
  */
18
18
  export interface ListOperationsInsightsPrivateEndpointsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOperationsInsightsWarehouseUsers.ts.html |here} to see how to use ListOperationsInsightsWarehouseUsersRequest.
17
17
  */
18
18
  export interface ListOperationsInsightsWarehouseUsersRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehousesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOperationsInsightsWarehouses.ts.html |here} to see how to use ListOperationsInsightsWarehousesRequest.
17
17
  */
18
18
  export interface ListOperationsInsightsWarehousesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOpsiConfigurations.ts.html |here} to see how to use ListOpsiConfigurationsRequest.
17
17
  */
18
18
  export interface ListOpsiConfigurationsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListOpsiDataObjects.ts.html |here} to see how to use ListOpsiDataObjectsRequest.
17
17
  */
18
18
  export interface ListOpsiDataObjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlansRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListSqlPlans.ts.html |here} to see how to use ListSqlPlansRequest.
16
16
  */
17
17
  export interface ListSqlPlansRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearchesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListSqlSearches.ts.html |here} to see how to use ListSqlSearchesRequest.
16
16
  */
17
17
  export interface ListSqlSearchesRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTextsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListSqlTexts.ts.html |here} to see how to use ListSqlTextsRequest.
16
16
  */
17
17
  export interface ListSqlTextsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectDataRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/QueryOpsiDataObjectData.ts.html |here} to see how to use QueryOpsiDataObjectDataRequest.
17
17
  */
18
18
  export interface QueryOpsiDataObjectDataRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWalletRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/RotateOperationsInsightsWarehouseWallet.ts.html |here} to see how to use RotateOperationsInsightsWarehouseWalletRequest.
16
16
  */
17
17
  export interface RotateOperationsInsightsWarehouseWalletRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsagesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseCpuUsages.ts.html |here} to see how to use SummarizeAwrDatabaseCpuUsagesRequest.
17
17
  */
18
18
  export interface SummarizeAwrDatabaseCpuUsagesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetricsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseMetrics.ts.html |here} to see how to use SummarizeAwrDatabaseMetricsRequest.
17
17
  */
18
18
  export interface SummarizeAwrDatabaseMetricsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChangesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseParameterChanges.ts.html |here} to see how to use SummarizeAwrDatabaseParameterChangesRequest.
17
17
  */
18
18
  export interface SummarizeAwrDatabaseParameterChangesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParametersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseParameters.ts.html |here} to see how to use SummarizeAwrDatabaseParametersRequest.
17
17
  */
18
18
  export interface SummarizeAwrDatabaseParametersRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRangesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDatabaseSnapshotRangesRequest.
17
17
  */
18
18
  export interface SummarizeAwrDatabaseSnapshotRangesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstatsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseSysstats.ts.html |here} to see how to use SummarizeAwrDatabaseSysstatsRequest.
17
17
  */
18
18
  export interface SummarizeAwrDatabaseSysstatsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEventsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseTopWaitEventsRequest.
17
17
  */
18
18
  export interface SummarizeAwrDatabaseTopWaitEventsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBucketsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventBucketsRequest.
17
17
  */
18
18
  export interface SummarizeAwrDatabaseWaitEventBucketsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrDatabaseWaitEvents.ts.html |here} to see how to use SummarizeAwrDatabaseWaitEventsRequest.
17
17
  */
18
18
  export interface SummarizeAwrDatabaseWaitEventsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummariesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeAwrSourcesSummaries.ts.html |here} to see how to use SummarizeAwrSourcesSummariesRequest.
17
17
  */
18
18
  export interface SummarizeAwrSourcesSummariesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItemsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeConfigurationItems.ts.html |here} to see how to use SummarizeConfigurationItemsRequest.
17
17
  */
18
18
  export interface SummarizeConfigurationItemsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceCapacityTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceCapacityTrendRequest.
17
17
  */
18
18
  export interface SummarizeDatabaseInsightResourceCapacityTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -169,6 +169,14 @@ export interface SummarizeDatabaseInsightResourceCapacityTrendRequest extends co
169
169
  *
170
170
  */
171
171
  "vmclusterName"?: Array<string>;
172
+ /**
173
+ * Percent value in which a resource metric is considered highly utilized.
174
+ */
175
+ "highUtilizationThreshold"?: number;
176
+ /**
177
+ * Percent value in which a resource metric is considered low utilized.
178
+ */
179
+ "lowUtilizationThreshold"?: number;
172
180
  }
173
181
  export declare namespace SummarizeDatabaseInsightResourceCapacityTrendRequest {
174
182
  enum DatabaseType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-capacity-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-capacity-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoKH,IAAiB,oDAAoD,CA+BpE;AA/BD,WAAiB,oDAAoD;IACnE,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,iEAAY,KAAZ,iEAAY,QAgBvB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,qEAAgB,KAAhB,qEAAgB,QAK3B;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,+BAAqB,CAAA;QACrB,uCAA6B,CAAA;IAC/B,CAAC,EAJW,MAAM,GAAN,2DAAM,KAAN,2DAAM,QAIjB;AACH,CAAC,EA/BgB,oDAAoD,GAApD,4DAAoD,KAApD,4DAAoD,QA+BpE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-capacity-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-capacity-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4KH,IAAiB,oDAAoD,CA+BpE;AA/BD,WAAiB,oDAAoD;IACnE,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,iEAAY,KAAZ,iEAAY,QAgBvB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,qEAAgB,KAAhB,qEAAgB,QAK3B;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,+BAAqB,CAAA;QACrB,uCAA6B,CAAA;IAC/B,CAAC,EAJW,MAAM,GAAN,2DAAM,KAAN,2DAAM,QAIjB;AACH,CAAC,EA/BgB,oDAAoD,GAApD,4DAAoD,KAApD,4DAAoD,QA+BpE"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrendRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceForecastTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceForecastTrendRequest.
16
16
  */
17
17
  export interface SummarizeDatabaseInsightResourceForecastTrendRequest extends common.BaseRequest {
18
18
  /**
@@ -185,6 +185,14 @@ export interface SummarizeDatabaseInsightResourceForecastTrendRequest extends co
185
185
  *
186
186
  */
187
187
  "vmclusterName"?: Array<string>;
188
+ /**
189
+ * Percent value in which a resource metric is considered highly utilized.
190
+ */
191
+ "highUtilizationThreshold"?: number;
192
+ /**
193
+ * Percent value in which a resource metric is considered low utilized.
194
+ */
195
+ "lowUtilizationThreshold"?: number;
188
196
  }
189
197
  export declare namespace SummarizeDatabaseInsightResourceForecastTrendRequest {
190
198
  enum DatabaseType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-forecast-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-forecast-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqLH,IAAiB,oDAAoD,CAoCpE;AApCD,WAAiB,oDAAoD;IACnE,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,iEAAY,KAAZ,iEAAY,QAgBvB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,8DAAS,KAAT,8DAAS,QAGpB;IAED,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,mCAAkB,CAAA;QAClB,wCAAuB,CAAA;IACzB,CAAC,EAJW,aAAa,GAAb,kEAAa,KAAb,kEAAa,QAIxB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,qEAAgB,KAAhB,qEAAgB,QAK3B;AACH,CAAC,EApCgB,oDAAoD,GAApD,4DAAoD,KAApD,4DAAoD,QAoCpE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-forecast-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-forecast-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6LH,IAAiB,oDAAoD,CAoCpE;AApCD,WAAiB,oDAAoD;IACnE,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,iEAAY,KAAZ,iEAAY,QAgBvB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,wBAAW,CAAA;IACb,CAAC,EAHW,SAAS,GAAT,8DAAS,KAAT,8DAAS,QAGpB;IAED,IAAY,aAIX;IAJD,WAAY,aAAa;QACvB,kCAAiB,CAAA;QACjB,mCAAkB,CAAA;QAClB,wCAAuB,CAAA;IACzB,CAAC,EAJW,aAAa,GAAb,kEAAa,KAAb,kEAAa,QAIxB;IAED,IAAY,gBAKX;IALD,WAAY,gBAAgB;QAC1B,wDAAoC,CAAA;QACpC,sDAAkC,CAAA;QAClC,qEAAiD,CAAA;QACjD,mEAA+C,CAAA;IACjD,CAAC,EALW,gBAAgB,GAAhB,qEAAgB,KAAhB,qEAAgB,QAK3B;AACH,CAAC,EApCgB,oDAAoD,GAApD,4DAAoD,KAApD,4DAAoD,QAoCpE"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatisticsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceStatistics.ts.html |here} to see how to use SummarizeDatabaseInsightResourceStatisticsRequest.
17
17
  */
18
18
  export interface SummarizeDatabaseInsightResourceStatisticsRequest extends common.BaseRequest {
19
19
  /**
@@ -181,6 +181,14 @@ export interface SummarizeDatabaseInsightResourceStatisticsRequest extends commo
181
181
  *
182
182
  */
183
183
  "vmclusterName"?: Array<string>;
184
+ /**
185
+ * Percent value in which a resource metric is considered highly utilized.
186
+ */
187
+ "highUtilizationThreshold"?: number;
188
+ /**
189
+ * Percent value in which a resource metric is considered low utilized.
190
+ */
191
+ "lowUtilizationThreshold"?: number;
184
192
  }
185
193
  export declare namespace SummarizeDatabaseInsightResourceStatisticsRequest {
186
194
  enum DatabaseType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgLH,IAAiB,iDAAiD,CA0BjE;AA1BD,WAAiB,iDAAiD;IAChE,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,8DAAY,KAAZ,8DAAY,QAgBvB;IAED,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,mDAAyC,CAAA;QACzC,uCAA6B,CAAA;QAC7B,uCAA6B,CAAA;IAC/B,CAAC,EANW,MAAM,GAAN,wDAAM,KAAN,wDAAM,QAMjB;AACH,CAAC,EA1BgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QA0BjE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-statistics-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-statistics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwLH,IAAiB,iDAAiD,CA0BjE;AA1BD,WAAiB,iDAAiD;IAChE,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,8DAAY,KAAZ,8DAAY,QAgBvB;IAED,IAAY,MAMX;IAND,WAAY,MAAM;QAChB,mDAAyC,CAAA;QACzC,yBAAe,CAAA;QACf,mDAAyC,CAAA;QACzC,uCAA6B,CAAA;QAC7B,uCAA6B,CAAA;IAC/B,CAAC,EANW,MAAM,GAAN,wDAAM,KAAN,wDAAM,QAMjB;AACH,CAAC,EA1BgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QA0BjE"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceUsage.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageRequest.
16
16
  */
17
17
  export interface SummarizeDatabaseInsightResourceUsageRequest extends common.BaseRequest {
18
18
  /**
@@ -144,6 +144,11 @@ export interface SummarizeDatabaseInsightResourceUsageRequest extends common.Bas
144
144
  *
145
145
  */
146
146
  "vmclusterName"?: Array<string>;
147
+ /**
148
+ * Filter by one or more cdb name.
149
+ *
150
+ */
151
+ "cdbName"?: Array<string>;
147
152
  }
148
153
  export declare namespace SummarizeDatabaseInsightResourceUsageRequest {
149
154
  enum DatabaseType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4IH,IAAiB,4CAA4C,CAkB5D;AAlBD,WAAiB,4CAA4C;IAC3D,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,yDAAY,KAAZ,yDAAY,QAgBvB;AACH,CAAC,EAlBgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAkB5D"}
1
+ {"version":3,"file":"summarize-database-insight-resource-usage-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-usage-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiJH,IAAiB,4CAA4C,CAkB5D;AAlBD,WAAiB,4CAA4C;IAC3D,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,yDAAY,KAAZ,yDAAY,QAgBvB;AACH,CAAC,EAlBgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QAkB5D"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrendRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceUsageTrend.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUsageTrendRequest.
17
17
  */
18
18
  export interface SummarizeDatabaseInsightResourceUsageTrendRequest extends common.BaseRequest {
19
19
  /**
@@ -150,6 +150,11 @@ export interface SummarizeDatabaseInsightResourceUsageTrendRequest extends commo
150
150
  *
151
151
  */
152
152
  "vmclusterName"?: Array<string>;
153
+ /**
154
+ * Filter by one or more cdb name.
155
+ *
156
+ */
157
+ "cdbName"?: Array<string>;
153
158
  }
154
159
  export declare namespace SummarizeDatabaseInsightResourceUsageTrendRequest {
155
160
  enum DatabaseType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiJH,IAAiB,iDAAiD,CAwBjE;AAxBD,WAAiB,iDAAiD;IAChE,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,8DAAY,KAAZ,8DAAY,QAgBvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,yBAAe,CAAA;QACf,+BAAqB,CAAA;IACvB,CAAC,EAJW,MAAM,GAAN,wDAAM,KAAN,wDAAM,QAIjB;AACH,CAAC,EAxBgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAwBjE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-usage-trend-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-usage-trend-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsJH,IAAiB,iDAAiD,CAwBjE;AAxBD,WAAiB,iDAAiD;IAChE,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,8DAAY,KAAZ,8DAAY,QAgBvB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,uCAA6B,CAAA;QAC7B,yBAAe,CAAA;QACf,+BAAqB,CAAA;IACvB,CAAC,EAJW,MAAM,GAAN,wDAAM,KAAN,wDAAM,QAIjB;AACH,CAAC,EAxBgB,iDAAiD,GAAjD,yDAAiD,KAAjD,yDAAiD,QAwBjE"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.53.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsightRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/SummarizeDatabaseInsightResourceUtilizationInsight.ts.html |here} to see how to use SummarizeDatabaseInsightResourceUtilizationInsightRequest.
16
16
  */
17
17
  export interface SummarizeDatabaseInsightResourceUtilizationInsightRequest extends common.BaseRequest {
18
18
  /**
@@ -144,6 +144,19 @@ export interface SummarizeDatabaseInsightResourceUtilizationInsightRequest exten
144
144
  *
145
145
  */
146
146
  "vmclusterName"?: Array<string>;
147
+ /**
148
+ * Filter by one or more cdb name.
149
+ *
150
+ */
151
+ "cdbName"?: Array<string>;
152
+ /**
153
+ * Percent value in which a resource metric is considered highly utilized.
154
+ */
155
+ "highUtilizationThreshold"?: number;
156
+ /**
157
+ * Percent value in which a resource metric is considered low utilized.
158
+ */
159
+ "lowUtilizationThreshold"?: number;
147
160
  }
148
161
  export declare namespace SummarizeDatabaseInsightResourceUtilizationInsightRequest {
149
162
  enum DatabaseType {
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-utilization-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-utilization-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6IH,IAAiB,yDAAyD,CAkBzE;AAlBD,WAAiB,yDAAyD;IACxE,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,sEAAY,KAAZ,sEAAY,QAgBvB;AACH,CAAC,EAlBgB,yDAAyD,GAAzD,iEAAyD,KAAzD,iEAAyD,QAkBzE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-utilization-insight-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/summarize-database-insight-resource-utilization-insight-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA0JH,IAAiB,yDAAyD,CAkBzE;AAlBD,WAAiB,yDAAyD;IACxE,IAAY,YAgBX;IAhBD,WAAY,YAAY;QACtB,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,8BAAc,CAAA;QACd,4CAA4B,CAAA;QAC5B,kDAAkC,CAAA;QAClC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,mDAAmC,CAAA;QACnC,mDAAmC,CAAA;QACnC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,yDAAyC,CAAA;QACzC,+DAA+C,CAAA;IACjD,CAAC,EAhBW,YAAY,GAAZ,sEAAY,KAAZ,sEAAY,QAgBvB;AACH,CAAC,EAlBgB,yDAAyD,GAAzD,iEAAyD,KAAzD,iEAAyD,QAkBzE"}