oci-opsi 2.27.0 → 2.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (227) hide show
  1. package/lib/client.d.ts +139 -108
  2. package/lib/client.js +631 -216
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/data-object-column-metadata.d.ts +70 -0
  5. package/lib/model/data-object-column-metadata.js +82 -0
  6. package/lib/model/data-object-column-metadata.js.map +1 -0
  7. package/lib/model/data-object-column-unit.d.ts +29 -0
  8. package/lib/model/data-object-column-unit.js +100 -0
  9. package/lib/model/data-object-column-unit.js.map +1 -0
  10. package/lib/model/data-object-core-column-unit.d.ts +40 -0
  11. package/lib/model/data-object-core-column-unit.js +67 -0
  12. package/lib/model/data-object-core-column-unit.js.map +1 -0
  13. package/lib/model/data-object-custom-column-unit.d.ts +31 -0
  14. package/lib/model/data-object-custom-column-unit.js +57 -0
  15. package/lib/model/data-object-custom-column-unit.js.map +1 -0
  16. package/lib/model/data-object-data-size-column-unit.d.ts +50 -0
  17. package/lib/model/data-object-data-size-column-unit.js +77 -0
  18. package/lib/model/data-object-data-size-column-unit.js.map +1 -0
  19. package/lib/model/data-object-frequency-column-unit.d.ts +43 -0
  20. package/lib/model/data-object-frequency-column-unit.js +70 -0
  21. package/lib/model/data-object-frequency-column-unit.js.map +1 -0
  22. package/lib/model/data-object-other-standard-column-unit.d.ts +52 -0
  23. package/lib/model/data-object-other-standard-column-unit.js +79 -0
  24. package/lib/model/data-object-other-standard-column-unit.js.map +1 -0
  25. package/lib/model/data-object-power-column-unit.d.ts +43 -0
  26. package/lib/model/data-object-power-column-unit.js +70 -0
  27. package/lib/model/data-object-power-column-unit.js.map +1 -0
  28. package/lib/model/data-object-query-time-filters.d.ts +45 -0
  29. package/lib/model/data-object-query-time-filters.js +32 -0
  30. package/lib/model/data-object-query-time-filters.js.map +1 -0
  31. package/lib/model/data-object-query.d.ts +25 -0
  32. package/lib/model/data-object-query.js +68 -0
  33. package/lib/model/data-object-query.js.map +1 -0
  34. package/lib/model/data-object-rate-column-unit.d.ts +29 -0
  35. package/lib/model/data-object-rate-column-unit.js +71 -0
  36. package/lib/model/data-object-rate-column-unit.js.map +1 -0
  37. package/lib/model/data-object-temperature-column-unit.d.ts +40 -0
  38. package/lib/model/data-object-temperature-column-unit.js +67 -0
  39. package/lib/model/data-object-temperature-column-unit.js.map +1 -0
  40. package/lib/model/data-object-templatized-query.d.ts +52 -0
  41. package/lib/model/data-object-templatized-query.js +65 -0
  42. package/lib/model/data-object-templatized-query.js.map +1 -0
  43. package/lib/model/data-object-time-column-unit.d.ts +48 -0
  44. package/lib/model/data-object-time-column-unit.js +75 -0
  45. package/lib/model/data-object-time-column-unit.js.map +1 -0
  46. package/lib/model/database-insights-data-object-summary.d.ts +27 -0
  47. package/lib/model/database-insights-data-object-summary.js +57 -0
  48. package/lib/model/database-insights-data-object-summary.js.map +1 -0
  49. package/lib/model/database-insights-data-object.d.ts +27 -0
  50. package/lib/model/database-insights-data-object.js +57 -0
  51. package/lib/model/database-insights-data-object.js.map +1 -0
  52. package/lib/model/exadata-insights-data-object-summary.d.ts +27 -0
  53. package/lib/model/exadata-insights-data-object-summary.js +57 -0
  54. package/lib/model/exadata-insights-data-object-summary.js.map +1 -0
  55. package/lib/model/exadata-insights-data-object.d.ts +27 -0
  56. package/lib/model/exadata-insights-data-object.js +57 -0
  57. package/lib/model/exadata-insights-data-object.js.map +1 -0
  58. package/lib/model/host-insights-data-object-summary.d.ts +27 -0
  59. package/lib/model/host-insights-data-object-summary.js +57 -0
  60. package/lib/model/host-insights-data-object-summary.js.map +1 -0
  61. package/lib/model/host-insights-data-object.d.ts +27 -0
  62. package/lib/model/host-insights-data-object.js +55 -0
  63. package/lib/model/host-insights-data-object.js.map +1 -0
  64. package/lib/model/index.d.ts +60 -0
  65. package/lib/model/index.js +67 -6
  66. package/lib/model/index.js.map +1 -1
  67. package/lib/model/opsi-data-object-summary.d.ts +37 -0
  68. package/lib/model/opsi-data-object-summary.js +76 -0
  69. package/lib/model/opsi-data-object-summary.js.map +1 -0
  70. package/lib/model/opsi-data-object-type.d.ts +32 -0
  71. package/lib/model/opsi-data-object-type.js +43 -0
  72. package/lib/model/opsi-data-object-type.js.map +1 -0
  73. package/lib/model/opsi-data-object.d.ts +42 -0
  74. package/lib/model/opsi-data-object.js +88 -0
  75. package/lib/model/opsi-data-object.js.map +1 -0
  76. package/lib/model/opsi-data-objects-collection.d.ts +29 -0
  77. package/lib/model/opsi-data-objects-collection.js +64 -0
  78. package/lib/model/opsi-data-objects-collection.js.map +1 -0
  79. package/lib/model/opsi-data-objects.d.ts +28 -0
  80. package/lib/model/opsi-data-objects.js +32 -0
  81. package/lib/model/opsi-data-objects.js.map +1 -0
  82. package/lib/model/query-data-object-json-result-set-rows-collection.d.ts +35 -0
  83. package/lib/model/query-data-object-json-result-set-rows-collection.js +69 -0
  84. package/lib/model/query-data-object-json-result-set-rows-collection.js.map +1 -0
  85. package/lib/model/query-data-object-result-set-column-metadata.d.ts +42 -0
  86. package/lib/model/query-data-object-result-set-column-metadata.js +43 -0
  87. package/lib/model/query-data-object-result-set-column-metadata.js.map +1 -0
  88. package/lib/model/query-data-object-result-set-rows-collection.d.ts +25 -0
  89. package/lib/model/query-data-object-result-set-rows-collection.js +68 -0
  90. package/lib/model/query-data-object-result-set-rows-collection.js.map +1 -0
  91. package/lib/model/query-opsi-data-object-data-details.d.ts +31 -0
  92. package/lib/model/query-opsi-data-object-data-details.js +62 -0
  93. package/lib/model/query-opsi-data-object-data-details.js.map +1 -0
  94. package/lib/model/resource-filters.d.ts +65 -0
  95. package/lib/model/resource-filters.js +32 -0
  96. package/lib/model/resource-filters.js.map +1 -0
  97. package/lib/request/add-exadata-insight-members-request.d.ts +1 -1
  98. package/lib/request/change-database-insight-compartment-request.d.ts +1 -1
  99. package/lib/request/change-enterprise-manager-bridge-compartment-request.d.ts +1 -1
  100. package/lib/request/change-exadata-insight-compartment-request.d.ts +1 -1
  101. package/lib/request/change-host-insight-compartment-request.d.ts +1 -1
  102. package/lib/request/change-operations-insights-private-endpoint-compartment-request.d.ts +1 -1
  103. package/lib/request/change-pe-comanaged-database-insight-request.d.ts +1 -1
  104. package/lib/request/create-awr-hub-request.d.ts +1 -1
  105. package/lib/request/create-database-insight-request.d.ts +1 -1
  106. package/lib/request/create-enterprise-manager-bridge-request.d.ts +1 -1
  107. package/lib/request/create-exadata-insight-request.d.ts +1 -1
  108. package/lib/request/create-host-insight-request.d.ts +1 -1
  109. package/lib/request/create-operations-insights-private-endpoint-request.d.ts +1 -1
  110. package/lib/request/create-operations-insights-warehouse-request.d.ts +1 -1
  111. package/lib/request/create-operations-insights-warehouse-user-request.d.ts +1 -1
  112. package/lib/request/delete-awr-hub-request.d.ts +1 -1
  113. package/lib/request/delete-database-insight-request.d.ts +1 -1
  114. package/lib/request/delete-enterprise-manager-bridge-request.d.ts +1 -1
  115. package/lib/request/delete-exadata-insight-request.d.ts +1 -1
  116. package/lib/request/delete-host-insight-request.d.ts +1 -1
  117. package/lib/request/delete-operations-insights-private-endpoint-request.d.ts +1 -1
  118. package/lib/request/delete-operations-insights-warehouse-request.d.ts +1 -1
  119. package/lib/request/delete-operations-insights-warehouse-user-request.d.ts +1 -1
  120. package/lib/request/disable-database-insight-request.d.ts +1 -1
  121. package/lib/request/disable-exadata-insight-request.d.ts +1 -1
  122. package/lib/request/disable-host-insight-request.d.ts +1 -1
  123. package/lib/request/download-operations-insights-warehouse-wallet-request.d.ts +1 -1
  124. package/lib/request/enable-database-insight-request.d.ts +1 -1
  125. package/lib/request/enable-exadata-insight-request.d.ts +1 -1
  126. package/lib/request/enable-host-insight-request.d.ts +1 -1
  127. package/lib/request/get-awr-hub-request.d.ts +1 -1
  128. package/lib/request/get-awr-report-request.d.ts +1 -1
  129. package/lib/request/get-database-insight-request.d.ts +1 -1
  130. package/lib/request/get-enterprise-manager-bridge-request.d.ts +1 -1
  131. package/lib/request/get-exadata-insight-request.d.ts +1 -1
  132. package/lib/request/get-host-insight-request.d.ts +1 -1
  133. package/lib/request/get-operations-insights-private-endpoint-request.d.ts +1 -1
  134. package/lib/request/get-operations-insights-warehouse-request.d.ts +1 -1
  135. package/lib/request/get-operations-insights-warehouse-user-request.d.ts +1 -1
  136. package/lib/request/get-opsi-data-object-request.d.ts +32 -0
  137. package/lib/request/get-opsi-data-object-request.js +15 -0
  138. package/lib/request/get-opsi-data-object-request.js.map +1 -0
  139. package/lib/request/get-work-request-request.d.ts +1 -1
  140. package/lib/request/index.d.ts +6 -0
  141. package/lib/request/index.js +3 -1
  142. package/lib/request/index.js.map +1 -1
  143. package/lib/request/ingest-database-configuration-request.d.ts +1 -1
  144. package/lib/request/ingest-host-configuration-request.d.ts +1 -1
  145. package/lib/request/ingest-host-metrics-request.d.ts +1 -1
  146. package/lib/request/ingest-sql-bucket-request.d.ts +1 -1
  147. package/lib/request/ingest-sql-plan-lines-request.d.ts +1 -1
  148. package/lib/request/ingest-sql-stats-request.d.ts +1 -1
  149. package/lib/request/ingest-sql-text-request.d.ts +1 -1
  150. package/lib/request/list-awr-hubs-request.d.ts +1 -1
  151. package/lib/request/list-awr-snapshots-request.d.ts +1 -1
  152. package/lib/request/list-database-configurations-request.d.ts +1 -1
  153. package/lib/request/list-database-insights-request.d.ts +1 -1
  154. package/lib/request/list-enterprise-manager-bridges-request.d.ts +1 -1
  155. package/lib/request/list-exadata-configurations-request.d.ts +1 -1
  156. package/lib/request/list-exadata-insights-request.d.ts +1 -1
  157. package/lib/request/list-host-configurations-request.d.ts +1 -1
  158. package/lib/request/list-host-insights-request.d.ts +1 -1
  159. package/lib/request/list-hosted-entities-request.d.ts +1 -1
  160. package/lib/request/list-importable-agent-entities-request.d.ts +1 -1
  161. package/lib/request/list-importable-enterprise-manager-entities-request.d.ts +1 -1
  162. package/lib/request/list-operations-insights-private-endpoints-request.d.ts +1 -1
  163. package/lib/request/list-operations-insights-warehouse-users-request.d.ts +1 -1
  164. package/lib/request/list-operations-insights-warehouses-request.d.ts +1 -1
  165. package/lib/request/list-opsi-data-objects-request.d.ts +69 -0
  166. package/lib/request/list-opsi-data-objects-request.js +24 -0
  167. package/lib/request/list-opsi-data-objects-request.js.map +1 -0
  168. package/lib/request/list-sql-plans-request.d.ts +1 -1
  169. package/lib/request/list-sql-searches-request.d.ts +1 -1
  170. package/lib/request/list-sql-texts-request.d.ts +1 -1
  171. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  172. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  173. package/lib/request/list-work-requests-request.d.ts +1 -1
  174. package/lib/request/query-opsi-data-object-data-request.d.ts +49 -0
  175. package/lib/request/query-opsi-data-object-data-request.js +15 -0
  176. package/lib/request/query-opsi-data-object-data-request.js.map +1 -0
  177. package/lib/request/rotate-operations-insights-warehouse-wallet-request.d.ts +1 -1
  178. package/lib/request/summarize-awr-sources-summaries-request.d.ts +1 -1
  179. package/lib/request/summarize-database-insight-resource-capacity-trend-request.d.ts +1 -1
  180. package/lib/request/summarize-database-insight-resource-forecast-trend-request.d.ts +1 -1
  181. package/lib/request/summarize-database-insight-resource-statistics-request.d.ts +1 -1
  182. package/lib/request/summarize-database-insight-resource-usage-request.d.ts +1 -1
  183. package/lib/request/summarize-database-insight-resource-usage-trend-request.d.ts +1 -1
  184. package/lib/request/summarize-database-insight-resource-utilization-insight-request.d.ts +1 -1
  185. package/lib/request/summarize-database-insight-tablespace-usage-trend-request.d.ts +1 -1
  186. package/lib/request/summarize-exadata-insight-resource-capacity-trend-aggregated-request.d.ts +1 -1
  187. package/lib/request/summarize-exadata-insight-resource-capacity-trend-request.d.ts +1 -1
  188. package/lib/request/summarize-exadata-insight-resource-forecast-trend-aggregated-request.d.ts +1 -1
  189. package/lib/request/summarize-exadata-insight-resource-forecast-trend-request.d.ts +1 -1
  190. package/lib/request/summarize-exadata-insight-resource-statistics-request.d.ts +1 -1
  191. package/lib/request/summarize-exadata-insight-resource-usage-aggregated-request.d.ts +1 -1
  192. package/lib/request/summarize-exadata-insight-resource-usage-request.d.ts +1 -1
  193. package/lib/request/summarize-exadata-insight-resource-utilization-insight-request.d.ts +1 -1
  194. package/lib/request/summarize-exadata-members-request.d.ts +1 -1
  195. package/lib/request/summarize-host-insight-resource-capacity-trend-request.d.ts +1 -1
  196. package/lib/request/summarize-host-insight-resource-forecast-trend-request.d.ts +1 -1
  197. package/lib/request/summarize-host-insight-resource-statistics-request.d.ts +1 -1
  198. package/lib/request/summarize-host-insight-resource-usage-request.d.ts +1 -1
  199. package/lib/request/summarize-host-insight-resource-usage-trend-request.d.ts +1 -1
  200. package/lib/request/summarize-host-insight-resource-utilization-insight-request.d.ts +1 -1
  201. package/lib/request/summarize-host-insight-top-processes-usage-trend-request.d.ts +1 -1
  202. package/lib/request/summarize-operations-insights-warehouse-resource-usage-request.d.ts +1 -1
  203. package/lib/request/summarize-sql-insights-request.d.ts +1 -1
  204. package/lib/request/summarize-sql-plan-insights-request.d.ts +1 -1
  205. package/lib/request/summarize-sql-response-time-distributions-request.d.ts +1 -1
  206. package/lib/request/summarize-sql-statistics-request.d.ts +1 -1
  207. package/lib/request/summarize-sql-statistics-time-series-by-plan-request.d.ts +1 -1
  208. package/lib/request/summarize-sql-statistics-time-series-request.d.ts +1 -1
  209. package/lib/request/update-awr-hub-request.d.ts +1 -1
  210. package/lib/request/update-database-insight-request.d.ts +1 -1
  211. package/lib/request/update-enterprise-manager-bridge-request.d.ts +1 -1
  212. package/lib/request/update-exadata-insight-request.d.ts +1 -1
  213. package/lib/request/update-host-insight-request.d.ts +1 -1
  214. package/lib/request/update-operations-insights-private-endpoint-request.d.ts +1 -1
  215. package/lib/request/update-operations-insights-warehouse-request.d.ts +1 -1
  216. package/lib/request/update-operations-insights-warehouse-user-request.d.ts +1 -1
  217. package/lib/response/get-opsi-data-object-response.d.ts +25 -0
  218. package/lib/response/get-opsi-data-object-response.js +15 -0
  219. package/lib/response/get-opsi-data-object-response.js.map +1 -0
  220. package/lib/response/index.d.ts +6 -0
  221. package/lib/response/list-opsi-data-objects-response.d.ts +32 -0
  222. package/lib/response/list-opsi-data-objects-response.js +15 -0
  223. package/lib/response/list-opsi-data-objects-response.js.map +1 -0
  224. package/lib/response/query-opsi-data-object-data-response.d.ts +32 -0
  225. package/lib/response/query-opsi-data-object-data-response.js +15 -0
  226. package/lib/response/query-opsi-data-object-data-response.js.map +1 -0
  227. package/package.json +3 -3
@@ -0,0 +1,71 @@
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, 2022, 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.DataObjectRateColumnUnit = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var DataObjectRateColumnUnit;
40
+ (function (DataObjectRateColumnUnit) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.DataObjectColumnUnit.getJsonObj(obj))), {
45
+ "numerator": obj.numerator
46
+ ? model.DataObjectColumnUnit.getJsonObj(obj.numerator)
47
+ : undefined,
48
+ "denominator": obj.denominator
49
+ ? model.DataObjectColumnUnit.getJsonObj(obj.denominator)
50
+ : undefined
51
+ });
52
+ return jsonObj;
53
+ }
54
+ DataObjectRateColumnUnit.getJsonObj = getJsonObj;
55
+ DataObjectRateColumnUnit.unitCategory = "RATE";
56
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
57
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
58
+ ? obj
59
+ : model.DataObjectColumnUnit.getDeserializedJsonObj(obj))), {
60
+ "numerator": obj.numerator
61
+ ? model.DataObjectColumnUnit.getDeserializedJsonObj(obj.numerator)
62
+ : undefined,
63
+ "denominator": obj.denominator
64
+ ? model.DataObjectColumnUnit.getDeserializedJsonObj(obj.denominator)
65
+ : undefined
66
+ });
67
+ return jsonObj;
68
+ }
69
+ DataObjectRateColumnUnit.getDeserializedJsonObj = getDeserializedJsonObj;
70
+ })(DataObjectRateColumnUnit = exports.DataObjectRateColumnUnit || (exports.DataObjectRateColumnUnit = {}));
71
+ //# sourceMappingURL=data-object-rate-column-unit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-object-rate-column-unit.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/data-object-rate-column-unit.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,wBAAwB,CAuCxC;AAvCD,WAAiB,wBAAwB;IACvC,SAAgB,UAAU,CAAC,GAA6B,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAA8B,CAAC,GAC1E;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC;gBACtD,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBACxD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,mCAAU,aAgBzB,CAAA;IACY,qCAAY,GAAG,MAAM,CAAC;IACnC,SAAgB,sBAAsB,CACpC,GAA6B,EAC7B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAA8B,CAAC,GACtF;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBAClE,CAAC,CAAC,SAAS;YACb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBACpE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,+CAAsB,yBAmBrC,CAAA;AACH,CAAC,EAvCgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAuCxC"}
@@ -0,0 +1,40 @@
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, 2022, 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
+ * Unit details of a data object column of TEMPERATURE unit category.
19
+ */
20
+ export interface DataObjectTemperatureColumnUnit extends model.DataObjectColumnUnit {
21
+ /**
22
+ * Temparature unit.
23
+ */
24
+ "unit"?: DataObjectTemperatureColumnUnit.Unit;
25
+ "unitCategory": string;
26
+ }
27
+ export declare namespace DataObjectTemperatureColumnUnit {
28
+ enum Unit {
29
+ Celsius = "CELSIUS",
30
+ Fahrenheit = "FAHRENHEIT",
31
+ /**
32
+ * This value is used if a service returns a value for this enum that is not recognized by this
33
+ * version of the SDK.
34
+ */
35
+ UnknownValue = "UNKNOWN_VALUE"
36
+ }
37
+ function getJsonObj(obj: DataObjectTemperatureColumnUnit, isParentJsonObj?: boolean): object;
38
+ const unitCategory = "TEMPERATURE";
39
+ function getDeserializedJsonObj(obj: DataObjectTemperatureColumnUnit, isParentJsonObj?: boolean): object;
40
+ }
@@ -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, 2022, 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.DataObjectTemperatureColumnUnit = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var DataObjectTemperatureColumnUnit;
40
+ (function (DataObjectTemperatureColumnUnit) {
41
+ let Unit;
42
+ (function (Unit) {
43
+ Unit["Celsius"] = "CELSIUS";
44
+ Unit["Fahrenheit"] = "FAHRENHEIT";
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
+ Unit["UnknownValue"] = "UNKNOWN_VALUE";
50
+ })(Unit = DataObjectTemperatureColumnUnit.Unit || (DataObjectTemperatureColumnUnit.Unit = {}));
51
+ function getJsonObj(obj, isParentJsonObj) {
52
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
53
+ ? obj
54
+ : model.DataObjectColumnUnit.getJsonObj(obj))), {});
55
+ return jsonObj;
56
+ }
57
+ DataObjectTemperatureColumnUnit.getJsonObj = getJsonObj;
58
+ DataObjectTemperatureColumnUnit.unitCategory = "TEMPERATURE";
59
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
60
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
61
+ ? obj
62
+ : model.DataObjectColumnUnit.getDeserializedJsonObj(obj))), {});
63
+ return jsonObj;
64
+ }
65
+ DataObjectTemperatureColumnUnit.getDeserializedJsonObj = getDeserializedJsonObj;
66
+ })(DataObjectTemperatureColumnUnit = exports.DataObjectTemperatureColumnUnit || (exports.DataObjectTemperatureColumnUnit = {}));
67
+ //# sourceMappingURL=data-object-temperature-column-unit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-object-temperature-column-unit.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/data-object-temperature-column-unit.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,+BAA+B,CAwC/C;AAxCD,WAAiB,+BAA+B;IAC9C,IAAY,IAQX;IARD,WAAY,IAAI;QACd,2BAAmB,CAAA;QACnB,iCAAyB,CAAA;QACzB;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EARW,IAAI,GAAJ,oCAAI,KAAJ,oCAAI,QAQf;IAED,SAAgB,UAAU,CACxB,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAqC,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,0CAAU,aAYzB,CAAA;IACY,4CAAY,GAAG,aAAa,CAAC;IAC1C,SAAgB,sBAAsB,CACpC,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAChD,GAAG,CACgC,CAAC,GACvC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAsB,yBAcrC,CAAA;AACH,CAAC,EAxCgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAwC/C"}
@@ -0,0 +1,52 @@
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, 2022, 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
+ * Information required in a structured template to form and execute query on a data object.
19
+ */
20
+ export interface DataObjectTemplatizedQuery extends model.DataObjectQuery {
21
+ /**
22
+ * List of items to be added into the SELECT clause of the query; items will be added with comma separation.
23
+ */
24
+ "selectList"?: Array<string>;
25
+ /**
26
+ * List of items to be added into the WHERE clause of the query; items will be added with AND separation.
27
+ * Item can contain a single condition or multiple conditions.
28
+ * Single condition e.g: \"optimizer_mode='mode1'\"
29
+ * Multiple conditions e.g: (module='module1' OR module='module2')
30
+ *
31
+ */
32
+ "whereConditionsList"?: Array<string>;
33
+ /**
34
+ * List of items to be added into the GROUP BY clause of the query; items will be added with comma separation.
35
+ */
36
+ "groupByList"?: Array<string>;
37
+ /**
38
+ * List of items to be added into the HAVING clause of the query; items will be added with AND separation.
39
+ */
40
+ "havingConditionsList"?: Array<string>;
41
+ /**
42
+ * List of items to be added into the ORDER BY clause of the query; items will be added with comma separation.
43
+ */
44
+ "orderByList"?: Array<string>;
45
+ "timeFilters"?: model.DataObjectQueryTimeFilters;
46
+ "queryType": string;
47
+ }
48
+ export declare namespace DataObjectTemplatizedQuery {
49
+ function getJsonObj(obj: DataObjectTemplatizedQuery, isParentJsonObj?: boolean): object;
50
+ const queryType = "TEMPLATIZED_QUERY";
51
+ function getDeserializedJsonObj(obj: DataObjectTemplatizedQuery, isParentJsonObj?: boolean): object;
52
+ }
@@ -0,0 +1,65 @@
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, 2022, 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.DataObjectTemplatizedQuery = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var DataObjectTemplatizedQuery;
40
+ (function (DataObjectTemplatizedQuery) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.DataObjectQuery.getJsonObj(obj))), {
45
+ "timeFilters": obj.timeFilters
46
+ ? model.DataObjectQueryTimeFilters.getJsonObj(obj.timeFilters)
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ DataObjectTemplatizedQuery.getJsonObj = getJsonObj;
52
+ DataObjectTemplatizedQuery.queryType = "TEMPLATIZED_QUERY";
53
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
54
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
55
+ ? obj
56
+ : model.DataObjectQuery.getDeserializedJsonObj(obj))), {
57
+ "timeFilters": obj.timeFilters
58
+ ? model.DataObjectQueryTimeFilters.getDeserializedJsonObj(obj.timeFilters)
59
+ : undefined
60
+ });
61
+ return jsonObj;
62
+ }
63
+ DataObjectTemplatizedQuery.getDeserializedJsonObj = getDeserializedJsonObj;
64
+ })(DataObjectTemplatizedQuery = exports.DataObjectTemplatizedQuery || (exports.DataObjectTemplatizedQuery = {}));
65
+ //# sourceMappingURL=data-object-templatized-query.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-object-templatized-query.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/data-object-templatized-query.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoClC,IAAiB,0BAA0B,CAiC1C;AAjCD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GACvE;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC9D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACY,oCAAS,GAAG,mBAAmB,CAAC;IAC7C,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAgC,CAAC,GACnF;YACD,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC1E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,iDAAsB,yBAgBrC,CAAA;AACH,CAAC,EAjCgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAiC1C"}
@@ -0,0 +1,48 @@
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, 2022, 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
+ * Unit details of a data object column of TIME unit category.
19
+ */
20
+ export interface DataObjectTimeColumnUnit extends model.DataObjectColumnUnit {
21
+ /**
22
+ * Time unit.
23
+ */
24
+ "unit"?: DataObjectTimeColumnUnit.Unit;
25
+ "unitCategory": string;
26
+ }
27
+ export declare namespace DataObjectTimeColumnUnit {
28
+ enum Unit {
29
+ NanoSecond = "NANO_SECOND",
30
+ MicroSecond = "MICRO_SECOND",
31
+ MilliSecond = "MILLI_SECOND",
32
+ CentiSecond = "CENTI_SECOND",
33
+ Second = "SECOND",
34
+ Hour = "HOUR",
35
+ Day = "DAY",
36
+ Week = "WEEK",
37
+ Month = "MONTH",
38
+ Year = "YEAR",
39
+ /**
40
+ * This value is used if a service returns a value for this enum that is not recognized by this
41
+ * version of the SDK.
42
+ */
43
+ UnknownValue = "UNKNOWN_VALUE"
44
+ }
45
+ function getJsonObj(obj: DataObjectTimeColumnUnit, isParentJsonObj?: boolean): object;
46
+ const unitCategory = "TIME";
47
+ function getDeserializedJsonObj(obj: DataObjectTimeColumnUnit, isParentJsonObj?: boolean): object;
48
+ }
@@ -0,0 +1,75 @@
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, 2022, 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.DataObjectTimeColumnUnit = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var DataObjectTimeColumnUnit;
40
+ (function (DataObjectTimeColumnUnit) {
41
+ let Unit;
42
+ (function (Unit) {
43
+ Unit["NanoSecond"] = "NANO_SECOND";
44
+ Unit["MicroSecond"] = "MICRO_SECOND";
45
+ Unit["MilliSecond"] = "MILLI_SECOND";
46
+ Unit["CentiSecond"] = "CENTI_SECOND";
47
+ Unit["Second"] = "SECOND";
48
+ Unit["Hour"] = "HOUR";
49
+ Unit["Day"] = "DAY";
50
+ Unit["Week"] = "WEEK";
51
+ Unit["Month"] = "MONTH";
52
+ Unit["Year"] = "YEAR";
53
+ /**
54
+ * This value is used if a service returns a value for this enum that is not recognized by this
55
+ * version of the SDK.
56
+ */
57
+ Unit["UnknownValue"] = "UNKNOWN_VALUE";
58
+ })(Unit = DataObjectTimeColumnUnit.Unit || (DataObjectTimeColumnUnit.Unit = {}));
59
+ function getJsonObj(obj, isParentJsonObj) {
60
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
61
+ ? obj
62
+ : model.DataObjectColumnUnit.getJsonObj(obj))), {});
63
+ return jsonObj;
64
+ }
65
+ DataObjectTimeColumnUnit.getJsonObj = getJsonObj;
66
+ DataObjectTimeColumnUnit.unitCategory = "TIME";
67
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
68
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
69
+ ? obj
70
+ : model.DataObjectColumnUnit.getDeserializedJsonObj(obj))), {});
71
+ return jsonObj;
72
+ }
73
+ DataObjectTimeColumnUnit.getDeserializedJsonObj = getDeserializedJsonObj;
74
+ })(DataObjectTimeColumnUnit = exports.DataObjectTimeColumnUnit || (exports.DataObjectTimeColumnUnit = {}));
75
+ //# sourceMappingURL=data-object-time-column-unit.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-object-time-column-unit.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/data-object-time-column-unit.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,wBAAwB,CA2CxC;AA3CD,WAAiB,wBAAwB;IACvC,IAAY,IAgBX;IAhBD,WAAY,IAAI;QACd,kCAA0B,CAAA;QAC1B,oCAA4B,CAAA;QAC5B,oCAA4B,CAAA;QAC5B,oCAA4B,CAAA;QAC5B,yBAAiB,CAAA;QACjB,qBAAa,CAAA;QACb,mBAAW,CAAA;QACX,qBAAa,CAAA;QACb,uBAAe,CAAA;QACf,qBAAa,CAAA;QACb;;;WAGG;QACH,sCAA8B,CAAA;IAChC,CAAC,EAhBW,IAAI,GAAJ,6BAAI,KAAJ,6BAAI,QAgBf;IAED,SAAgB,UAAU,CAAC,GAA6B,EAAE,eAAyB;QACjF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAA8B,CAAC,GAC1E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,mCAAU,aASzB,CAAA;IACY,qCAAY,GAAG,MAAM,CAAC;IACnC,SAAgB,sBAAsB,CACpC,GAA6B,EAC7B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAA8B,CAAC,GACtF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,+CAAsB,yBAYrC,CAAA;AACH,CAAC,EA3CgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QA2CxC"}
@@ -0,0 +1,27 @@
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, 2022, 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 database insights data object.
19
+ */
20
+ export interface DatabaseInsightsDataObjectSummary extends model.OpsiDataObjectSummary {
21
+ "dataObjectType": string;
22
+ }
23
+ export declare namespace DatabaseInsightsDataObjectSummary {
24
+ function getJsonObj(obj: DatabaseInsightsDataObjectSummary, isParentJsonObj?: boolean): object;
25
+ const dataObjectType = "DATABASE_INSIGHTS_DATA_OBJECT";
26
+ function getDeserializedJsonObj(obj: DatabaseInsightsDataObjectSummary, isParentJsonObj?: boolean): object;
27
+ }
@@ -0,0 +1,57 @@
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, 2022, 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.DatabaseInsightsDataObjectSummary = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var DatabaseInsightsDataObjectSummary;
40
+ (function (DatabaseInsightsDataObjectSummary) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.OpsiDataObjectSummary.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ DatabaseInsightsDataObjectSummary.getJsonObj = getJsonObj;
48
+ DatabaseInsightsDataObjectSummary.dataObjectType = "DATABASE_INSIGHTS_DATA_OBJECT";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.OpsiDataObjectSummary.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ DatabaseInsightsDataObjectSummary.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(DatabaseInsightsDataObjectSummary = exports.DatabaseInsightsDataObjectSummary || (exports.DatabaseInsightsDataObjectSummary = {}));
57
+ //# sourceMappingURL=database-insights-data-object-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-insights-data-object-summary.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/database-insights-data-object-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,iCAAiC,CA8BjD;AA9BD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CACxB,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qBAAqB,CAAC,UAAU,CAAC,GAAG,CAAuC,CAAC,GACpF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAU,aAYzB,CAAA;IACY,gDAAc,GAAG,+BAA+B,CAAC;IAC9D,SAAgB,sBAAsB,CACpC,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,qBAAqB,CAAC,sBAAsB,CACjD,GAAG,CACkC,CAAC,GACzC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wDAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QA8BjD"}
@@ -0,0 +1,27 @@
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, 2022, 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
+ * Database insights data object.
19
+ */
20
+ export interface DatabaseInsightsDataObject extends model.OpsiDataObject {
21
+ "dataObjectType": string;
22
+ }
23
+ export declare namespace DatabaseInsightsDataObject {
24
+ function getJsonObj(obj: DatabaseInsightsDataObject, isParentJsonObj?: boolean): object;
25
+ const dataObjectType = "DATABASE_INSIGHTS_DATA_OBJECT";
26
+ function getDeserializedJsonObj(obj: DatabaseInsightsDataObject, isParentJsonObj?: boolean): object;
27
+ }
@@ -0,0 +1,57 @@
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, 2022, 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.DatabaseInsightsDataObject = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var DatabaseInsightsDataObject;
40
+ (function (DatabaseInsightsDataObject) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.OpsiDataObject.getJsonObj(obj))), {});
45
+ return jsonObj;
46
+ }
47
+ DatabaseInsightsDataObject.getJsonObj = getJsonObj;
48
+ DatabaseInsightsDataObject.dataObjectType = "DATABASE_INSIGHTS_DATA_OBJECT";
49
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
50
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
51
+ ? obj
52
+ : model.OpsiDataObject.getDeserializedJsonObj(obj))), {});
53
+ return jsonObj;
54
+ }
55
+ DatabaseInsightsDataObject.getDeserializedJsonObj = getDeserializedJsonObj;
56
+ })(DatabaseInsightsDataObject = exports.DatabaseInsightsDataObject || (exports.DatabaseInsightsDataObject = {}));
57
+ //# sourceMappingURL=database-insights-data-object.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database-insights-data-object.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/database-insights-data-object.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,0BAA0B,CAyB1C;AAzBD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GACtE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAU,aASzB,CAAA;IACY,yCAAc,GAAG,+BAA+B,CAAC;IAC9D,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,GAAG,CAAgC,CAAC,GAClF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,iDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAyB1C"}
@@ -0,0 +1,27 @@
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, 2022, 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 an exadata insights data object.
19
+ */
20
+ export interface ExadataInsightsDataObjectSummary extends model.OpsiDataObjectSummary {
21
+ "dataObjectType": string;
22
+ }
23
+ export declare namespace ExadataInsightsDataObjectSummary {
24
+ function getJsonObj(obj: ExadataInsightsDataObjectSummary, isParentJsonObj?: boolean): object;
25
+ const dataObjectType = "EXADATA_INSIGHTS_DATA_OBJECT";
26
+ function getDeserializedJsonObj(obj: ExadataInsightsDataObjectSummary, isParentJsonObj?: boolean): object;
27
+ }