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
@@ -0,0 +1,54 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Summary of a Private Endpoint host insight resource.
19
+ */
20
+ export interface PeComanagedHostInsightSummary extends model.HostInsightSummary {
21
+ /**
22
+ * Platform type.
23
+ * Supported platformType(s) for MACS-managed external host insight: [LINUX].
24
+ * Supported platformType(s) for MACS-managed cloud host insight: [LINUX].
25
+ * Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
26
+ *
27
+ */
28
+ "platformType"?: PeComanagedHostInsightSummary.PlatformType;
29
+ /**
30
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM Cluster or DB System ID, depending on which configuration the resource belongs to.
31
+ */
32
+ "parentId"?: string;
33
+ /**
34
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Infrastructure.
35
+ */
36
+ "rootId"?: string;
37
+ "entitySource": string;
38
+ }
39
+ export declare namespace PeComanagedHostInsightSummary {
40
+ enum PlatformType {
41
+ Linux = "LINUX",
42
+ Solaris = "SOLARIS",
43
+ Sunos = "SUNOS",
44
+ Zlinux = "ZLINUX",
45
+ /**
46
+ * This value is used if a service returns a value for this enum that is not recognized by this
47
+ * version of the SDK.
48
+ */
49
+ UnknownValue = "UNKNOWN_VALUE"
50
+ }
51
+ function getJsonObj(obj: PeComanagedHostInsightSummary, isParentJsonObj?: boolean): object;
52
+ const entitySource = "PE_COMANAGED_HOST";
53
+ function getDeserializedJsonObj(obj: PeComanagedHostInsightSummary, isParentJsonObj?: boolean): object;
54
+ }
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.PeComanagedHostInsightSummary = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var PeComanagedHostInsightSummary;
40
+ (function (PeComanagedHostInsightSummary) {
41
+ let PlatformType;
42
+ (function (PlatformType) {
43
+ PlatformType["Linux"] = "LINUX";
44
+ PlatformType["Solaris"] = "SOLARIS";
45
+ PlatformType["Sunos"] = "SUNOS";
46
+ PlatformType["Zlinux"] = "ZLINUX";
47
+ /**
48
+ * This value is used if a service returns a value for this enum that is not recognized by this
49
+ * version of the SDK.
50
+ */
51
+ PlatformType["UnknownValue"] = "UNKNOWN_VALUE";
52
+ })(PlatformType = PeComanagedHostInsightSummary.PlatformType || (PeComanagedHostInsightSummary.PlatformType = {}));
53
+ function getJsonObj(obj, isParentJsonObj) {
54
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
55
+ ? obj
56
+ : model.HostInsightSummary.getJsonObj(obj))), {});
57
+ return jsonObj;
58
+ }
59
+ PeComanagedHostInsightSummary.getJsonObj = getJsonObj;
60
+ PeComanagedHostInsightSummary.entitySource = "PE_COMANAGED_HOST";
61
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
62
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
63
+ ? obj
64
+ : model.HostInsightSummary.getDeserializedJsonObj(obj))), {});
65
+ return jsonObj;
66
+ }
67
+ PeComanagedHostInsightSummary.getDeserializedJsonObj = getDeserializedJsonObj;
68
+ })(PeComanagedHostInsightSummary = exports.PeComanagedHostInsightSummary || (exports.PeComanagedHostInsightSummary = {}));
69
+ //# sourceMappingURL=pe-comanaged-host-insight-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pe-comanaged-host-insight-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/pe-comanaged-host-insight-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2BlC,IAAiB,6BAA6B,CAwC7C;AAxCD,WAAiB,6BAA6B;IAC5C,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,0CAAY,KAAZ,0CAAY,QAUvB;IAED,SAAgB,UAAU,CACxB,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,GAAG,CAAmC,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,wCAAU,aAYzB,CAAA;IACY,0CAAY,GAAG,mBAAmB,CAAC;IAChD,SAAgB,sBAAsB,CACpC,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,GAAG,CAAmC,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,oDAAsB,yBAYrC,CAAA;AACH,CAAC,EAxCgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAwC7C"}
@@ -0,0 +1,58 @@
1
+ /**
2
+ * Operations Insights API
3
+ * Use the Operations Insights API to perform data extraction operations to obtain database
4
+ resource utilization, performance statistics, and reference information. For more information,
5
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
6
+
7
+ * OpenAPI spec version: 20200630
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OracleSDKGenerator.
11
+ * Do not edit the class manually.
12
+ *
13
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
14
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
15
+ */
16
+ import * as model from "../model";
17
+ /**
18
+ * Private Endpoint host insight resource.
19
+ */
20
+ export interface PeComanagedHostInsight extends model.HostInsight {
21
+ /**
22
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the OPSI private endpoint
23
+ */
24
+ "opsiPrivateEndpointId": string;
25
+ /**
26
+ * Platform type.
27
+ * Supported platformType(s) for MACS-managed external host insight: [LINUX].
28
+ * Supported platformType(s) for MACS-managed cloud host insight: [LINUX].
29
+ * Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX].
30
+ *
31
+ */
32
+ "platformType"?: PeComanagedHostInsight.PlatformType;
33
+ /**
34
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VM Cluster or DB System ID, depending on which configuration the resource belongs to.
35
+ */
36
+ "parentId"?: string;
37
+ /**
38
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Exadata Infrastructure.
39
+ */
40
+ "rootId"?: string;
41
+ "entitySource": string;
42
+ }
43
+ export declare namespace PeComanagedHostInsight {
44
+ enum PlatformType {
45
+ Linux = "LINUX",
46
+ Solaris = "SOLARIS",
47
+ Sunos = "SUNOS",
48
+ Zlinux = "ZLINUX",
49
+ /**
50
+ * This value is used if a service returns a value for this enum that is not recognized by this
51
+ * version of the SDK.
52
+ */
53
+ UnknownValue = "UNKNOWN_VALUE"
54
+ }
55
+ function getJsonObj(obj: PeComanagedHostInsight, isParentJsonObj?: boolean): object;
56
+ const entitySource = "PE_COMANAGED_HOST";
57
+ function getDeserializedJsonObj(obj: PeComanagedHostInsight, isParentJsonObj?: boolean): object;
58
+ }
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ /**
3
+ * Operations Insights API
4
+ * Use the Operations Insights API to perform data extraction operations to obtain database
5
+ resource utilization, performance statistics, and reference information. For more information,
6
+ see [About Oracle Cloud Infrastructure Operations Insights](https://docs.cloud.oracle.com/en-us/iaas/operations-insights/doc/operations-insights.html).
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
15
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
16
+ */
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
20
+ }) : (function(o, m, k, k2) {
21
+ if (k2 === undefined) k2 = k;
22
+ o[k2] = m[k];
23
+ }));
24
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
25
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
26
+ }) : function(o, v) {
27
+ o["default"] = v;
28
+ });
29
+ var __importStar = (this && this.__importStar) || function (mod) {
30
+ if (mod && mod.__esModule) return mod;
31
+ var result = {};
32
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
33
+ __setModuleDefault(result, mod);
34
+ return result;
35
+ };
36
+ Object.defineProperty(exports, "__esModule", { value: true });
37
+ exports.PeComanagedHostInsight = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var PeComanagedHostInsight;
40
+ (function (PeComanagedHostInsight) {
41
+ let PlatformType;
42
+ (function (PlatformType) {
43
+ PlatformType["Linux"] = "LINUX";
44
+ PlatformType["Solaris"] = "SOLARIS";
45
+ PlatformType["Sunos"] = "SUNOS";
46
+ PlatformType["Zlinux"] = "ZLINUX";
47
+ /**
48
+ * This value is used if a service returns a value for this enum that is not recognized by this
49
+ * version of the SDK.
50
+ */
51
+ PlatformType["UnknownValue"] = "UNKNOWN_VALUE";
52
+ })(PlatformType = PeComanagedHostInsight.PlatformType || (PeComanagedHostInsight.PlatformType = {}));
53
+ function getJsonObj(obj, isParentJsonObj) {
54
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.HostInsight.getJsonObj(obj))), {});
55
+ return jsonObj;
56
+ }
57
+ PeComanagedHostInsight.getJsonObj = getJsonObj;
58
+ PeComanagedHostInsight.entitySource = "PE_COMANAGED_HOST";
59
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
60
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
61
+ ? obj
62
+ : model.HostInsight.getDeserializedJsonObj(obj))), {});
63
+ return jsonObj;
64
+ }
65
+ PeComanagedHostInsight.getDeserializedJsonObj = getDeserializedJsonObj;
66
+ })(PeComanagedHostInsight = exports.PeComanagedHostInsight || (exports.PeComanagedHostInsight = {}));
67
+ //# sourceMappingURL=pe-comanaged-host-insight.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pe-comanaged-host-insight.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/pe-comanaged-host-insight.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,sBAAsB,CAmCtC;AAnCD,WAAiB,sBAAsB;IACrC,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,+BAAe,CAAA;QACf,mCAAmB,CAAA;QACnB,+BAAe,CAAA;QACf,iCAAiB,CAAA;QACjB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,mCAAY,KAAZ,mCAAY,QAUvB;IAED,SAAgB,UAAU,CAAC,GAA2B,EAAE,eAAyB;QAC/E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAA4B,CAAC,GACvF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,iCAAU,aAOzB,CAAA;IACY,mCAAY,GAAG,mBAAmB,CAAC;IAChD,SAAgB,sBAAsB,CACpC,GAA2B,EAC3B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAA4B,CAAC,GAC3E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,6CAAsB,yBAYrC,CAAA;AACH,CAAC,EAnCgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAmCtC"}
@@ -27,6 +27,14 @@ export interface SummarizeDatabaseInsightResourceCapacityTrendAggregationCollect
27
27
  * The end timestamp that was passed into the request.
28
28
  */
29
29
  "timeIntervalEnd": Date;
30
+ /**
31
+ * Percent value in which a resource metric is considered highly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
32
+ */
33
+ "highUtilizationThreshold": number;
34
+ /**
35
+ * Percent value in which a resource metric is considered lowly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
36
+ */
37
+ "lowUtilizationThreshold": number;
30
38
  /**
31
39
  * Defines the type of resource metric (example: CPU, STORAGE)
32
40
  *
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-capacity-trend-aggregation-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqClC,IAAiB,kEAAkE,CA4DlF;AA5DD,WAAiB,kEAAkE;IACjF,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,iFAAc,KAAd,iFAAc,QAYzB;IAED,IAAY,SAWX;IAXD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,sBAAS,CAAA;QACT,0BAAa,CAAA;QACb,0BAAa,CAAA;QACb,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAXW,SAAS,GAAT,4EAAS,KAAT,4EAAS,QAWpB;IAED,SAAgB,UAAU,CACxB,GAAuE;QAEvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6EAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAuE;QAEvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yFAAsB,yBAerC,CAAA;AACH,CAAC,EA5DgB,kEAAkE,GAAlE,0EAAkE,KAAlE,0EAAkE,QA4DlF"}
1
+ {"version":3,"file":"summarize-database-insight-resource-capacity-trend-aggregation-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-capacity-trend-aggregation-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA6ClC,IAAiB,kEAAkE,CA4DlF;AA5DD,WAAiB,kEAAkE;IACjF,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,iFAAc,KAAd,iFAAc,QAYzB;IAED,IAAY,SAWX;IAXD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,sBAAS,CAAA;QACT,0BAAa,CAAA;QACb,0BAAa,CAAA;QACb,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAXW,SAAS,GAAT,4EAAS,KAAT,4EAAS,QAWpB;IAED,SAAgB,UAAU,CACxB,GAAuE;QAEvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6EAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAuE;QAEvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yFAAsB,yBAerC,CAAA;AACH,CAAC,EA5DgB,kEAAkE,GAAlE,0EAAkE,KAAlE,0EAAkE,QA4DlF"}
@@ -26,6 +26,14 @@ export interface SummarizeDatabaseInsightResourceForecastTrendAggregation {
26
26
  * The end timestamp that was passed into the request.
27
27
  */
28
28
  "timeIntervalEnd": Date;
29
+ /**
30
+ * Percent value in which a resource metric is considered highly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
31
+ */
32
+ "highUtilizationThreshold": number;
33
+ /**
34
+ * Percent value in which a resource metric is considered lowly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
35
+ */
36
+ "lowUtilizationThreshold": number;
29
37
  /**
30
38
  * Defines the type of resource metric (example: CPU, STORAGE)
31
39
  *
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-forecast-trend-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ClC,IAAiB,wDAAwD,CAsFxE;AAtFD,WAAiB,wDAAwD;IACvE,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,uEAAc,KAAd,uEAAc,QAYzB;IAED,IAAY,SAWX;IAXD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,sBAAS,CAAA;QACT,0BAAa,CAAA;QACb,0BAAa,CAAA;QACb,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAXW,SAAS,GAAT,kEAAS,KAAT,kEAAS,QAWpB;IAED,IAAY,OAcX;IAdD,WAAY,OAAO;QACjB,4BAAiB,CAAA;QACjB,6CAAkC,CAAA;QAClC,iEAAsD,CAAA;QACtD,2CAAgC,CAAA;QAChC,iEAAsD,CAAA;QACtD,8EAAmE,CAAA;QACnE,+DAAoD,CAAA;QACpD,2CAAgC,CAAA;QAChC;;;WAGG;QACH,yCAA8B,CAAA;IAChC,CAAC,EAdW,OAAO,GAAP,gEAAO,KAAP,gEAAO,QAclB;IAED,SAAgB,UAAU,CACxB,GAA6D;QAE7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mEAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA6D;QAE7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+EAAsB,yBAoBrC,CAAA;AACH,CAAC,EAtFgB,wDAAwD,GAAxD,gEAAwD,KAAxD,gEAAwD,QAsFxE"}
1
+ {"version":3,"file":"summarize-database-insight-resource-forecast-trend-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-forecast-trend-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkDlC,IAAiB,wDAAwD,CAsFxE;AAtFD,WAAiB,wDAAwD;IACvE,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,uEAAc,KAAd,uEAAc,QAYzB;IAED,IAAY,SAWX;IAXD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,sBAAS,CAAA;QACT,0BAAa,CAAA;QACb,0BAAa,CAAA;QACb,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAXW,SAAS,GAAT,kEAAS,KAAT,kEAAS,QAWpB;IAED,IAAY,OAcX;IAdD,WAAY,OAAO;QACjB,4BAAiB,CAAA;QACjB,6CAAkC,CAAA;QAClC,iEAAsD,CAAA;QACtD,2CAAgC,CAAA;QAChC,iEAAsD,CAAA;QACtD,8EAAmE,CAAA;QACnE,+DAAoD,CAAA;QACpD,2CAAgC,CAAA;QAChC;;;WAGG;QACH,yCAA8B,CAAA;IAChC,CAAC,EAdW,OAAO,GAAP,gEAAO,KAAP,gEAAO,QAclB;IAED,SAAgB,UAAU,CACxB,GAA6D;QAE7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,mEAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA6D;QAE7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,GAAG,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC5B,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YACb,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,+EAAsB,yBAoBrC,CAAA;AACH,CAAC,EAtFgB,wDAAwD,GAAxD,gEAAwD,KAAxD,gEAAwD,QAsFxE"}
@@ -26,6 +26,14 @@ export interface SummarizeDatabaseInsightResourceStatisticsAggregationCollection
26
26
  * The end timestamp that was passed into the request.
27
27
  */
28
28
  "timeIntervalEnd": Date;
29
+ /**
30
+ * Percent value in which a resource metric is considered highly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
31
+ */
32
+ "highUtilizationThreshold": number;
33
+ /**
34
+ * Percent value in which a resource metric is considered lowly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
35
+ */
36
+ "lowUtilizationThreshold": number;
29
37
  /**
30
38
  * Defines the type of resource metric (example: CPU, STORAGE)
31
39
  *
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-statistics-aggregation-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8BlC,IAAiB,+DAA+D,CA4D/E;AA5DD,WAAiB,+DAA+D;IAC9E,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,8EAAc,KAAd,8EAAc,QAYzB;IAED,IAAY,SAWX;IAXD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,sBAAS,CAAA;QACT,0BAAa,CAAA;QACb,0BAAa,CAAA;QACb,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAXW,SAAS,GAAT,yEAAS,KAAT,yEAAS,QAWpB;IAED,SAAgB,UAAU,CACxB,GAAoE;QAEpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,0EAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAoE;QAEpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sFAAsB,yBAerC,CAAA;AACH,CAAC,EA5DgB,+DAA+D,GAA/D,uEAA+D,KAA/D,uEAA+D,QA4D/E"}
1
+ {"version":3,"file":"summarize-database-insight-resource-statistics-aggregation-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-statistics-aggregation-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsClC,IAAiB,+DAA+D,CA4D/E;AA5DD,WAAiB,+DAA+D;IAC9E,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,8EAAc,KAAd,8EAAc,QAYzB;IAED,IAAY,SAWX;IAXD,WAAY,SAAS;QACnB,4BAAe,CAAA;QACf,sBAAS,CAAA;QACT,0BAAa,CAAA;QACb,0BAAa,CAAA;QACb,gCAAmB,CAAA;QACnB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EAXW,SAAS,GAAT,yEAAS,KAAT,yEAAS,QAWpB;IAED,SAAgB,UAAU,CACxB,GAAoE;QAEpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,0EAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAoE;QAEpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sFAAsB,yBAerC,CAAA;AACH,CAAC,EA5DgB,+DAA+D,GAA/D,uEAA+D,KAA/D,uEAA+D,QA4D/E"}
@@ -27,6 +27,14 @@ export interface SummarizeDatabaseInsightResourceUtilizationInsightAggregation {
27
27
  * The end timestamp that was passed into the request.
28
28
  */
29
29
  "timeIntervalEnd": Date;
30
+ /**
31
+ * Percent value in which a resource metric is considered highly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
32
+ */
33
+ "highUtilizationThreshold": number;
34
+ /**
35
+ * Percent value in which a resource metric is considered lowly utilized. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
36
+ */
37
+ "lowUtilizationThreshold": number;
30
38
  /**
31
39
  * Defines the type of resource metric (example: CPU, STORAGE)
32
40
  *
@@ -1 +1 @@
1
- {"version":3,"file":"summarize-database-insight-resource-utilization-insight-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyBlC,IAAiB,6DAA6D,CAmD7E;AAnDD,WAAiB,6DAA6D;IAC5E,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,4EAAc,KAAd,4EAAc,QAYzB;IAED,SAAgB,UAAU,CACxB,GAAkE;QAElE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAChF,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wEAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkE;QAElE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CAC9D,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACxF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,oFAAsB,yBAkBrC,CAAA;AACH,CAAC,EAnDgB,6DAA6D,GAA7D,qEAA6D,KAA7D,qEAA6D,QAmD7E"}
1
+ {"version":3,"file":"summarize-database-insight-resource-utilization-insight-aggregation.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/summarize-database-insight-resource-utilization-insight-aggregation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiClC,IAAiB,6DAA6D,CAmD7E;AAnDD,WAAiB,6DAA6D;IAC5E,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,6BAAW,CAAA;QACX,qCAAmB,CAAA;QACnB,2BAAS,CAAA;QACT,mCAAiB,CAAA;QACjB,0CAAwB,CAAA;QACxB,0CAAwB,CAAA;QACxB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,4EAAc,KAAd,4EAAc,QAYzB;IAED,SAAgB,UAAU,CACxB,GAAkE;QAElE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAChF,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,wEAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAkE;QAElE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CAC9D,GAAG,CAAC,oBAAoB,CACzB;gBACH,CAAC,CAAC,SAAS;YACb,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAAC,GAAG,CAAC,kBAAkB,CAAC;gBACxF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,oFAAsB,yBAkBrC,CAAA;AACH,CAAC,EAnDgB,6DAA6D,GAA7D,qEAA6D,KAA7D,qEAA6D,QAmD7E"}
@@ -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/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembersRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/AddExadataInsightMembers.ts.html |here} to see how to use AddExadataInsightMembersRequest.
17
17
  */
18
18
  export interface AddExadataInsightMembersRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,50 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20200630
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeAutonomousDatabaseInsightAdvancedFeatures.ts.html |here} to see how to use ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest.
17
+ */
18
+ export interface ChangeAutonomousDatabaseInsightAdvancedFeaturesRequest extends common.BaseRequest {
19
+ /**
20
+ * Details for the advanced features of Autonomous Database in Operations Insights.
21
+ */
22
+ "changeAutonomousDatabaseInsightAdvancedFeaturesDetails": model.ChangeAutonomousDatabaseInsightAdvancedFeaturesDetails;
23
+ /**
24
+ * Unique database insight identifier
25
+ */
26
+ "databaseInsightId": string;
27
+ /**
28
+ * Used for optimistic concurrency control. In the update or delete call for a resource, set the `if-match`
29
+ * parameter to the value of the etag from a previous get, create, or update response for that resource. The resource
30
+ * will be updated or deleted only if the etag you provide matches the resource's current etag value.
31
+ *
32
+ */
33
+ "ifMatch"?: string;
34
+ /**
35
+ * Unique Oracle-assigned identifier for the request. If you need to contact
36
+ * Oracle about a particular request, please provide the request ID.
37
+ *
38
+ */
39
+ "opcRequestId"?: string;
40
+ /**
41
+ * A token that uniquely identifies a request that can be retried in case of a timeout or
42
+ * server error without risk of executing the same action again. Retry tokens expire after 24
43
+ * hours.
44
+ * <p>
45
+ *Note:* Retry tokens can be invalidated before the 24 hour time limit due to conflicting
46
+ * operations, such as a resource being deleted or purged from the system.
47
+ *
48
+ */
49
+ "opcRetryToken"?: string;
50
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=change-autonomous-database-insight-advanced-features-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"change-autonomous-database-insight-advanced-features-request.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/request/change-autonomous-database-insight-advanced-features-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeDatabaseInsightCompartment.ts.html |here} to see how to use ChangeDatabaseInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDatabaseInsightCompartmentRequest 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/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeEnterpriseManagerBridgeCompartment.ts.html |here} to see how to use ChangeEnterpriseManagerBridgeCompartmentRequest.
17
17
  */
18
18
  export interface ChangeEnterpriseManagerBridgeCompartmentRequest 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/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeExadataInsightCompartment.ts.html |here} to see how to use ChangeExadataInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeExadataInsightCompartmentRequest 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/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeHostInsightCompartment.ts.html |here} to see how to use ChangeHostInsightCompartmentRequest.
17
17
  */
18
18
  export interface ChangeHostInsightCompartmentRequest 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/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeOperationsInsightsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeOperationsInsightsPrivateEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangeOperationsInsightsPrivateEndpointCompartmentRequest 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/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangeOpsiConfigurationCompartment.ts.html |here} to see how to use ChangeOpsiConfigurationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeOpsiConfigurationCompartmentRequest 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/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/ChangePeComanagedDatabaseInsight.ts.html |here} to see how to use ChangePeComanagedDatabaseInsightRequest.
17
17
  */
18
18
  export interface ChangePeComanagedDatabaseInsightRequest 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/CreateAwrHub.ts.html |here} to see how to use CreateAwrHubRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateAwrHub.ts.html |here} to see how to use CreateAwrHubRequest.
17
17
  */
18
18
  export interface CreateAwrHubRequest 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/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateDatabaseInsight.ts.html |here} to see how to use CreateDatabaseInsightRequest.
17
17
  */
18
18
  export interface CreateDatabaseInsightRequest 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/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridgeRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateEnterpriseManagerBridge.ts.html |here} to see how to use CreateEnterpriseManagerBridgeRequest.
17
17
  */
18
18
  export interface CreateEnterpriseManagerBridgeRequest 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/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateExadataInsight.ts.html |here} to see how to use CreateExadataInsightRequest.
17
17
  */
18
18
  export interface CreateExadataInsightRequest 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/CreateHostInsight.ts.html |here} to see how to use CreateHostInsightRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateHostInsight.ts.html |here} to see how to use CreateHostInsightRequest.
17
17
  */
18
18
  export interface CreateHostInsightRequest 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/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateOperationsInsightsPrivateEndpoint.ts.html |here} to see how to use CreateOperationsInsightsPrivateEndpointRequest.
17
17
  */
18
18
  export interface CreateOperationsInsightsPrivateEndpointRequest 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/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouseRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateOperationsInsightsWarehouse.ts.html |here} to see how to use CreateOperationsInsightsWarehouseRequest.
17
17
  */
18
18
  export interface CreateOperationsInsightsWarehouseRequest 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/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUserRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateOperationsInsightsWarehouseUser.ts.html |here} to see how to use CreateOperationsInsightsWarehouseUserRequest.
17
17
  */
18
18
  export interface CreateOperationsInsightsWarehouseUserRequest 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/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/opsi/CreateOpsiConfiguration.ts.html |here} to see how to use CreateOpsiConfigurationRequest.
17
17
  */
18
18
  export interface CreateOpsiConfigurationRequest extends common.BaseRequest {
19
19
  /**