oci-opsi 2.29.0 → 2.32.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 +138 -108
  2. package/lib/client.js +307 -109
  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,29 @@
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
+ * Collection of OPSI data object summary objects.
19
+ */
20
+ export interface OpsiDataObjectsCollection {
21
+ /**
22
+ * Array of OPSI data object summary objects.
23
+ */
24
+ "items": Array<model.OpsiDataObjectSummary>;
25
+ }
26
+ export declare namespace OpsiDataObjectsCollection {
27
+ function getJsonObj(obj: OpsiDataObjectsCollection): object;
28
+ function getDeserializedJsonObj(obj: OpsiDataObjectsCollection): object;
29
+ }
@@ -0,0 +1,64 @@
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.OpsiDataObjectsCollection = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var OpsiDataObjectsCollection;
40
+ (function (OpsiDataObjectsCollection) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "items": obj.items
44
+ ? obj.items.map(item => {
45
+ return model.OpsiDataObjectSummary.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ OpsiDataObjectsCollection.getJsonObj = getJsonObj;
52
+ function getDeserializedJsonObj(obj) {
53
+ const jsonObj = Object.assign(Object.assign({}, obj), {
54
+ "items": obj.items
55
+ ? obj.items.map(item => {
56
+ return model.OpsiDataObjectSummary.getDeserializedJsonObj(item);
57
+ })
58
+ : undefined
59
+ });
60
+ return jsonObj;
61
+ }
62
+ OpsiDataObjectsCollection.getDeserializedJsonObj = getDeserializedJsonObj;
63
+ })(OpsiDataObjectsCollection = exports.OpsiDataObjectsCollection || (exports.OpsiDataObjectsCollection = {}));
64
+ //# sourceMappingURL=opsi-data-objects-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opsi-data-objects-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/opsi-data-objects-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,yBAAyB,CA6BzC;AA7BD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,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,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,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,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA6BzC"}
@@ -0,0 +1,28 @@
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
+ /**
17
+ * Logical grouping used for OPSI data object targeted operations.
18
+ */
19
+ export interface OpsiDataObjects {
20
+ /**
21
+ * OPSI Data Object.
22
+ */
23
+ "opsiDataObjects"?: any;
24
+ }
25
+ export declare namespace OpsiDataObjects {
26
+ function getJsonObj(obj: OpsiDataObjects): object;
27
+ function getDeserializedJsonObj(obj: OpsiDataObjects): object;
28
+ }
@@ -0,0 +1,32 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.OpsiDataObjects = void 0;
19
+ var OpsiDataObjects;
20
+ (function (OpsiDataObjects) {
21
+ function getJsonObj(obj) {
22
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
23
+ return jsonObj;
24
+ }
25
+ OpsiDataObjects.getJsonObj = getJsonObj;
26
+ function getDeserializedJsonObj(obj) {
27
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
28
+ return jsonObj;
29
+ }
30
+ OpsiDataObjects.getDeserializedJsonObj = getDeserializedJsonObj;
31
+ })(OpsiDataObjects = exports.OpsiDataObjects || (exports.OpsiDataObjects = {}));
32
+ //# sourceMappingURL=opsi-data-objects.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"opsi-data-objects.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/opsi-data-objects.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAeH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
@@ -0,0 +1,35 @@
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
+ * Collection of result set rows from the data object query.
19
+ */
20
+ export interface QueryDataObjectJsonResultSetRowsCollection extends model.QueryDataObjectResultSetRowsCollection {
21
+ /**
22
+ * Array of result set rows.
23
+ */
24
+ "items": Array<any>;
25
+ /**
26
+ * Array of QueryDataObjectResultSetColumnMetadata objects that describe the result set columns.
27
+ */
28
+ "itemsMetadata": Array<model.QueryDataObjectResultSetColumnMetadata>;
29
+ "format": string;
30
+ }
31
+ export declare namespace QueryDataObjectJsonResultSetRowsCollection {
32
+ function getJsonObj(obj: QueryDataObjectJsonResultSetRowsCollection, isParentJsonObj?: boolean): object;
33
+ const format = "JSON";
34
+ function getDeserializedJsonObj(obj: QueryDataObjectJsonResultSetRowsCollection, isParentJsonObj?: boolean): object;
35
+ }
@@ -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, 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.QueryDataObjectJsonResultSetRowsCollection = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var QueryDataObjectJsonResultSetRowsCollection;
40
+ (function (QueryDataObjectJsonResultSetRowsCollection) {
41
+ function getJsonObj(obj, isParentJsonObj) {
42
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
43
+ ? obj
44
+ : model.QueryDataObjectResultSetRowsCollection.getJsonObj(obj))), {
45
+ "itemsMetadata": obj.itemsMetadata
46
+ ? obj.itemsMetadata.map(item => {
47
+ return model.QueryDataObjectResultSetColumnMetadata.getJsonObj(item);
48
+ })
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ QueryDataObjectJsonResultSetRowsCollection.getJsonObj = getJsonObj;
54
+ QueryDataObjectJsonResultSetRowsCollection.format = "JSON";
55
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
56
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
57
+ ? obj
58
+ : model.QueryDataObjectResultSetRowsCollection.getDeserializedJsonObj(obj))), {
59
+ "itemsMetadata": obj.itemsMetadata
60
+ ? obj.itemsMetadata.map(item => {
61
+ return model.QueryDataObjectResultSetColumnMetadata.getDeserializedJsonObj(item);
62
+ })
63
+ : undefined
64
+ });
65
+ return jsonObj;
66
+ }
67
+ QueryDataObjectJsonResultSetRowsCollection.getDeserializedJsonObj = getDeserializedJsonObj;
68
+ })(QueryDataObjectJsonResultSetRowsCollection = exports.QueryDataObjectJsonResultSetRowsCollection || (exports.QueryDataObjectJsonResultSetRowsCollection = {}));
69
+ //# sourceMappingURL=query-data-object-json-result-set-rows-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query-data-object-json-result-set-rows-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/query-data-object-json-result-set-rows-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,0CAA0C,CA4C1D;AA5CD,WAAiB,0CAA0C;IACzD,SAAgB,UAAU,CACxB,GAA+C,EAC/C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sCAAsC,CAAC,UAAU,CACtD,GAAG,CAC2C,CAAC,GAClD;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,sCAAsC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,qDAAU,aAoBzB,CAAA;IACY,iDAAM,GAAG,MAAM,CAAC;IAC7B,SAAgB,sBAAsB,CACpC,GAA+C,EAC/C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CAClE,GAAG,CAC2C,CAAC,GAClD;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACnF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,iEAAsB,yBAoBrC,CAAA;AACH,CAAC,EA5CgB,0CAA0C,GAA1C,kDAA0C,KAA1C,kDAA0C,QA4C1D"}
@@ -0,0 +1,42 @@
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
+ /**
17
+ * Metadata of a column in a data object query result set.
18
+ */
19
+ export interface QueryDataObjectResultSetColumnMetadata {
20
+ /**
21
+ * Name of the column in a data object query result set.
22
+ */
23
+ "name": string;
24
+ /**
25
+ * Type of the column in a data object query result set.
26
+ */
27
+ "dataTypeName"?: QueryDataObjectResultSetColumnMetadata.DataTypeName;
28
+ }
29
+ export declare namespace QueryDataObjectResultSetColumnMetadata {
30
+ enum DataTypeName {
31
+ Number = "NUMBER",
32
+ Timestamp = "TIMESTAMP",
33
+ Varchar2 = "VARCHAR2",
34
+ /**
35
+ * This value is used if a service returns a value for this enum that is not recognized by this
36
+ * version of the SDK.
37
+ */
38
+ UnknownValue = "UNKNOWN_VALUE"
39
+ }
40
+ function getJsonObj(obj: QueryDataObjectResultSetColumnMetadata): object;
41
+ function getDeserializedJsonObj(obj: QueryDataObjectResultSetColumnMetadata): object;
42
+ }
@@ -0,0 +1,43 @@
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
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.QueryDataObjectResultSetColumnMetadata = void 0;
19
+ var QueryDataObjectResultSetColumnMetadata;
20
+ (function (QueryDataObjectResultSetColumnMetadata) {
21
+ let DataTypeName;
22
+ (function (DataTypeName) {
23
+ DataTypeName["Number"] = "NUMBER";
24
+ DataTypeName["Timestamp"] = "TIMESTAMP";
25
+ DataTypeName["Varchar2"] = "VARCHAR2";
26
+ /**
27
+ * This value is used if a service returns a value for this enum that is not recognized by this
28
+ * version of the SDK.
29
+ */
30
+ DataTypeName["UnknownValue"] = "UNKNOWN_VALUE";
31
+ })(DataTypeName = QueryDataObjectResultSetColumnMetadata.DataTypeName || (QueryDataObjectResultSetColumnMetadata.DataTypeName = {}));
32
+ function getJsonObj(obj) {
33
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
34
+ return jsonObj;
35
+ }
36
+ QueryDataObjectResultSetColumnMetadata.getJsonObj = getJsonObj;
37
+ function getDeserializedJsonObj(obj) {
38
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
39
+ return jsonObj;
40
+ }
41
+ QueryDataObjectResultSetColumnMetadata.getDeserializedJsonObj = getDeserializedJsonObj;
42
+ })(QueryDataObjectResultSetColumnMetadata = exports.QueryDataObjectResultSetColumnMetadata || (exports.QueryDataObjectResultSetColumnMetadata = {}));
43
+ //# sourceMappingURL=query-data-object-result-set-column-metadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query-data-object-result-set-column-metadata.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/query-data-object-result-set-column-metadata.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAmBH,IAAiB,sCAAsC,CAsBtD;AAtBD,WAAiB,sCAAsC;IACrD,IAAY,YASX;IATD,WAAY,YAAY;QACtB,iCAAiB,CAAA;QACjB,uCAAuB,CAAA;QACvB,qCAAqB,CAAA;QACrB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EATW,YAAY,GAAZ,mDAAY,KAAZ,mDAAY,QASvB;IAED,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAtBgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAsBtD"}
@@ -0,0 +1,25 @@
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
+ /**
17
+ * Collection of result set rows from the data object query.
18
+ */
19
+ export interface QueryDataObjectResultSetRowsCollection {
20
+ "format": string;
21
+ }
22
+ export declare namespace QueryDataObjectResultSetRowsCollection {
23
+ function getJsonObj(obj: QueryDataObjectResultSetRowsCollection): object;
24
+ function getDeserializedJsonObj(obj: QueryDataObjectResultSetRowsCollection): object;
25
+ }
@@ -0,0 +1,68 @@
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.QueryDataObjectResultSetRowsCollection = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var QueryDataObjectResultSetRowsCollection;
40
+ (function (QueryDataObjectResultSetRowsCollection) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
43
+ if (obj && "format" in obj && obj.format) {
44
+ switch (obj.format) {
45
+ case "JSON":
46
+ return model.QueryDataObjectJsonResultSetRowsCollection.getJsonObj(jsonObj, true);
47
+ default:
48
+ throw Error("Unknown value for: " + obj.format);
49
+ }
50
+ }
51
+ return jsonObj;
52
+ }
53
+ QueryDataObjectResultSetRowsCollection.getJsonObj = getJsonObj;
54
+ function getDeserializedJsonObj(obj) {
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
56
+ if (obj && "format" in obj && obj.format) {
57
+ switch (obj.format) {
58
+ case "JSON":
59
+ return model.QueryDataObjectJsonResultSetRowsCollection.getDeserializedJsonObj(jsonObj, true);
60
+ default:
61
+ throw Error("Unknown value for: " + obj.format);
62
+ }
63
+ }
64
+ return jsonObj;
65
+ }
66
+ QueryDataObjectResultSetRowsCollection.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(QueryDataObjectResultSetRowsCollection = exports.QueryDataObjectResultSetRowsCollection || (exports.QueryDataObjectResultSetRowsCollection = {}));
68
+ //# sourceMappingURL=query-data-object-result-set-rows-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query-data-object-result-set-rows-collection.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/query-data-object-result-set-rows-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,sCAAsC,CAiCtD;AAjCD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,QAAQ,IAAI,GAAG,IAAI,GAAG,CAAC,MAAM,EAAE;YACxC,QAAQ,GAAG,CAAC,MAAM,EAAE;gBAClB,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,0CAA0C,CAAC,UAAU,CACL,OAAQ,EACnE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,MAAM,CAAC,CAAC;aACnD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,iDAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,QAAQ,IAAI,GAAG,IAAI,GAAG,CAAC,MAAM,EAAE;YACxC,QAAQ,GAAG,CAAC,MAAM,EAAE;gBAClB,KAAK,MAAM;oBACT,OAAO,KAAK,CAAC,0CAA0C,CAAC,sBAAsB,CACjB,OAAQ,EACnE,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,MAAM,CAAC,CAAC;aACnD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6DAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAiCtD"}
@@ -0,0 +1,31 @@
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 to form and execute query on an OPSI data object.
19
+ */
20
+ export interface QueryOpsiDataObjectDataDetails {
21
+ /**
22
+ * Unique OPSI data object identifier.
23
+ */
24
+ "dataObjectIdentifier"?: string;
25
+ "query": model.DataObjectTemplatizedQuery;
26
+ "resourceFilters"?: model.ResourceFilters;
27
+ }
28
+ export declare namespace QueryOpsiDataObjectDataDetails {
29
+ function getJsonObj(obj: QueryOpsiDataObjectDataDetails): object;
30
+ function getDeserializedJsonObj(obj: QueryOpsiDataObjectDataDetails): object;
31
+ }
@@ -0,0 +1,62 @@
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.QueryOpsiDataObjectDataDetails = void 0;
38
+ const model = __importStar(require("../model"));
39
+ var QueryOpsiDataObjectDataDetails;
40
+ (function (QueryOpsiDataObjectDataDetails) {
41
+ function getJsonObj(obj) {
42
+ const jsonObj = Object.assign(Object.assign({}, obj), {
43
+ "query": obj.query ? model.DataObjectQuery.getJsonObj(obj.query) : undefined,
44
+ "resourceFilters": obj.resourceFilters
45
+ ? model.ResourceFilters.getJsonObj(obj.resourceFilters)
46
+ : undefined
47
+ });
48
+ return jsonObj;
49
+ }
50
+ QueryOpsiDataObjectDataDetails.getJsonObj = getJsonObj;
51
+ function getDeserializedJsonObj(obj) {
52
+ const jsonObj = Object.assign(Object.assign({}, obj), {
53
+ "query": obj.query ? model.DataObjectQuery.getDeserializedJsonObj(obj.query) : undefined,
54
+ "resourceFilters": obj.resourceFilters
55
+ ? model.ResourceFilters.getDeserializedJsonObj(obj.resourceFilters)
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ QueryOpsiDataObjectDataDetails.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(QueryOpsiDataObjectDataDetails = exports.QueryOpsiDataObjectDataDetails || (exports.QueryOpsiDataObjectDataDetails = {}));
62
+ //# sourceMappingURL=query-opsi-data-object-data-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query-opsi-data-object-data-details.js","sourceRoot":"","sources":["../../../../../lib/opsi/lib/model/query-opsi-data-object-data-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,8BAA8B,CA2B9C;AA3BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CAAC,GAAmC;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;YAC5E,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yCAAU,aAYzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmC;QACxE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,SAAS;YACxF,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACnE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,qDAAsB,yBAYrC,CAAA;AACH,CAAC,EA3BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA2B9C"}
@@ -0,0 +1,65 @@
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
+ /**
17
+ * Information to filter the actual target resources in an operation.
18
+ * e.g: While quering a DATABASE_INSIGHTS_DATA_OBJECT using /opsiDataObjects/{opsiDataObjectidentifier}/actions/queryData API,
19
+ * if resourceFilters is set with valid value for definedTagEquals field, only data of the database insights
20
+ * resources for which the specified freeform tags exist will be considered for the actual query scope.
21
+ *
22
+ */
23
+ export interface ResourceFilters {
24
+ /**
25
+ * A list of tag filters to apply. Only resources with a defined tag matching the value will be considered.
26
+ * Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
27
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
28
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
29
+ *
30
+ */
31
+ "definedTagEquals"?: Array<string>;
32
+ /**
33
+ * A list of tag filters to apply. Only resources with a freeform tag matching the value will be considered.
34
+ * The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
35
+ * Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
36
+ *
37
+ */
38
+ "freeformTagEquals"?: Array<string>;
39
+ /**
40
+ * A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be considered.
41
+ * Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
42
+ * or \"{namespace}.true\". All inputs are case-insensitive.
43
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
44
+ * Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
45
+ * Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
46
+ *
47
+ */
48
+ "definedTagExists"?: Array<string>;
49
+ /**
50
+ * A list of tag existence filters to apply. Only resources for which the specified freeform tags exist will be considered.
51
+ * The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
52
+ * Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
53
+ * Multiple values for different tag names are interpreted as \"AND\".
54
+ *
55
+ */
56
+ "freeformTagExists"?: Array<string>;
57
+ /**
58
+ * A flag to consider all resources within a given compartment and all sub-compartments.
59
+ */
60
+ "compartmentIdInSubtree"?: boolean;
61
+ }
62
+ export declare namespace ResourceFilters {
63
+ function getJsonObj(obj: ResourceFilters): object;
64
+ function getDeserializedJsonObj(obj: ResourceFilters): object;
65
+ }