oci-usageapi 2.75.0 → 2.76.1

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 (256) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +110 -20
  4. package/lib/client.js +597 -20
  5. package/lib/client.js.map +1 -1
  6. package/lib/model/average-carbon-emission.d.ts +29 -0
  7. package/lib/model/average-carbon-emission.js +29 -0
  8. package/lib/model/average-carbon-emission.js.map +1 -0
  9. package/lib/model/clean-energy-usage.d.ts +33 -0
  10. package/lib/model/clean-energy-usage.js +29 -0
  11. package/lib/model/clean-energy-usage.js.map +1 -0
  12. package/lib/model/configuration-aggregation.d.ts +1 -1
  13. package/lib/model/configuration-aggregation.js +1 -1
  14. package/lib/model/configuration.d.ts +1 -1
  15. package/lib/model/configuration.js +1 -1
  16. package/lib/model/cost-analysis-ui.d.ts +1 -1
  17. package/lib/model/cost-analysis-ui.js +1 -1
  18. package/lib/model/create-custom-table-details.d.ts +1 -1
  19. package/lib/model/create-custom-table-details.js +1 -1
  20. package/lib/model/create-query-details.d.ts +1 -1
  21. package/lib/model/create-query-details.js +1 -1
  22. package/lib/model/create-schedule-details.d.ts +3 -3
  23. package/lib/model/create-schedule-details.js +1 -1
  24. package/lib/model/create-usage-carbon-emissions-query-details.d.ts +27 -0
  25. package/lib/model/create-usage-carbon-emissions-query-details.js +57 -0
  26. package/lib/model/create-usage-carbon-emissions-query-details.js.map +1 -0
  27. package/lib/model/custom-table-collection.d.ts +1 -1
  28. package/lib/model/custom-table-collection.js +1 -1
  29. package/lib/model/custom-table-summary.d.ts +1 -1
  30. package/lib/model/custom-table-summary.js +1 -1
  31. package/lib/model/custom-table.d.ts +1 -1
  32. package/lib/model/custom-table.js +1 -1
  33. package/lib/model/date-range.d.ts +1 -1
  34. package/lib/model/date-range.js +1 -1
  35. package/lib/model/dimension.d.ts +1 -1
  36. package/lib/model/dimension.js +1 -1
  37. package/lib/model/dynamic-date-range.d.ts +1 -1
  38. package/lib/model/dynamic-date-range.js +1 -1
  39. package/lib/model/filter.d.ts +1 -1
  40. package/lib/model/filter.js +1 -1
  41. package/lib/model/forecast.d.ts +1 -1
  42. package/lib/model/forecast.js +1 -1
  43. package/lib/model/index.d.ts +25 -1
  44. package/lib/model/index.js +26 -2
  45. package/lib/model/index.js.map +1 -1
  46. package/lib/model/object-storage-location.d.ts +1 -1
  47. package/lib/model/object-storage-location.js +1 -1
  48. package/lib/model/query-collection.d.ts +1 -1
  49. package/lib/model/query-collection.js +1 -1
  50. package/lib/model/query-definition.d.ts +1 -1
  51. package/lib/model/query-definition.js +1 -1
  52. package/lib/model/query-properties.d.ts +1 -1
  53. package/lib/model/query-properties.js +1 -1
  54. package/lib/model/query-summary.d.ts +1 -1
  55. package/lib/model/query-summary.js +1 -1
  56. package/lib/model/query.d.ts +1 -1
  57. package/lib/model/query.js +1 -1
  58. package/lib/model/report-query.d.ts +1 -1
  59. package/lib/model/report-query.js +1 -1
  60. package/lib/model/request-summarized-usages-details.d.ts +1 -1
  61. package/lib/model/request-summarized-usages-details.js +1 -1
  62. package/lib/model/request-usage-carbon-emissions-details.d.ts +59 -0
  63. package/lib/model/request-usage-carbon-emissions-details.js +63 -0
  64. package/lib/model/request-usage-carbon-emissions-details.js.map +1 -0
  65. package/lib/model/result-location.d.ts +1 -1
  66. package/lib/model/result-location.js +1 -1
  67. package/lib/model/saved-custom-table.d.ts +1 -1
  68. package/lib/model/saved-custom-table.js +1 -1
  69. package/lib/model/schedule-collection.d.ts +1 -1
  70. package/lib/model/schedule-collection.js +1 -1
  71. package/lib/model/schedule-summary.d.ts +1 -1
  72. package/lib/model/schedule-summary.js +1 -1
  73. package/lib/model/schedule.d.ts +3 -3
  74. package/lib/model/schedule.js +1 -1
  75. package/lib/model/scheduled-run-collection.d.ts +1 -1
  76. package/lib/model/scheduled-run-collection.js +1 -1
  77. package/lib/model/scheduled-run-summary.d.ts +1 -1
  78. package/lib/model/scheduled-run-summary.js +1 -1
  79. package/lib/model/scheduled-run.d.ts +1 -1
  80. package/lib/model/scheduled-run.js +1 -1
  81. package/lib/model/static-date-range.d.ts +1 -1
  82. package/lib/model/static-date-range.js +1 -1
  83. package/lib/model/tag.d.ts +1 -1
  84. package/lib/model/tag.js +1 -1
  85. package/lib/model/update-custom-table-details.d.ts +1 -1
  86. package/lib/model/update-custom-table-details.js +1 -1
  87. package/lib/model/update-query-details.d.ts +1 -1
  88. package/lib/model/update-query-details.js +1 -1
  89. package/lib/model/update-schedule-details.d.ts +2 -2
  90. package/lib/model/update-schedule-details.js +1 -1
  91. package/lib/model/update-usage-carbon-emissions-query-details.d.ts +23 -0
  92. package/lib/model/update-usage-carbon-emissions-query-details.js +57 -0
  93. package/lib/model/update-usage-carbon-emissions-query-details.js.map +1 -0
  94. package/lib/model/usage-aggregation.d.ts +1 -1
  95. package/lib/model/usage-aggregation.js +1 -1
  96. package/lib/model/usage-carbon-emission-aggregation.d.ts +30 -0
  97. package/lib/model/usage-carbon-emission-aggregation.js +61 -0
  98. package/lib/model/usage-carbon-emission-aggregation.js.map +1 -0
  99. package/lib/model/usage-carbon-emission-summary.d.ts +98 -0
  100. package/lib/model/usage-carbon-emission-summary.js +61 -0
  101. package/lib/model/usage-carbon-emission-summary.js.map +1 -0
  102. package/lib/model/usage-carbon-emissions-query-collection.d.ts +26 -0
  103. package/lib/model/usage-carbon-emissions-query-collection.js +61 -0
  104. package/lib/model/usage-carbon-emissions-query-collection.js.map +1 -0
  105. package/lib/model/usage-carbon-emissions-query-definition.d.ts +32 -0
  106. package/lib/model/usage-carbon-emissions-query-definition.js +63 -0
  107. package/lib/model/usage-carbon-emissions-query-definition.js.map +1 -0
  108. package/lib/model/usage-carbon-emissions-query-summary.d.ts +27 -0
  109. package/lib/model/usage-carbon-emissions-query-summary.js +57 -0
  110. package/lib/model/usage-carbon-emissions-query-summary.js.map +1 -0
  111. package/lib/model/usage-carbon-emissions-query.d.ts +31 -0
  112. package/lib/model/usage-carbon-emissions-query.js +57 -0
  113. package/lib/model/usage-carbon-emissions-query.js.map +1 -0
  114. package/lib/model/usage-carbon-emissions-report-query.d.ts +75 -0
  115. package/lib/model/usage-carbon-emissions-report-query.js +76 -0
  116. package/lib/model/usage-carbon-emissions-report-query.js.map +1 -0
  117. package/lib/model/usage-summary.d.ts +1 -1
  118. package/lib/model/usage-summary.js +1 -1
  119. package/lib/request/create-custom-table-request.d.ts +2 -2
  120. package/lib/request/create-custom-table-request.js +1 -1
  121. package/lib/request/create-query-request.d.ts +2 -2
  122. package/lib/request/create-query-request.js +1 -1
  123. package/lib/request/create-schedule-request.d.ts +2 -2
  124. package/lib/request/create-schedule-request.js +1 -1
  125. package/lib/request/create-usage-carbon-emissions-query-request.d.ts +38 -0
  126. package/lib/request/create-usage-carbon-emissions-query-request.js +15 -0
  127. package/lib/request/create-usage-carbon-emissions-query-request.js.map +1 -0
  128. package/lib/request/delete-custom-table-request.d.ts +2 -2
  129. package/lib/request/delete-custom-table-request.js +1 -1
  130. package/lib/request/delete-query-request.d.ts +2 -2
  131. package/lib/request/delete-query-request.js +1 -1
  132. package/lib/request/delete-schedule-request.d.ts +2 -2
  133. package/lib/request/delete-schedule-request.js +1 -1
  134. package/lib/request/delete-usage-carbon-emissions-query-request.d.ts +37 -0
  135. package/lib/request/delete-usage-carbon-emissions-query-request.js +15 -0
  136. package/lib/request/delete-usage-carbon-emissions-query-request.js.map +1 -0
  137. package/lib/request/get-custom-table-request.d.ts +2 -2
  138. package/lib/request/get-custom-table-request.js +1 -1
  139. package/lib/request/get-query-request.d.ts +2 -2
  140. package/lib/request/get-query-request.js +1 -1
  141. package/lib/request/get-schedule-request.d.ts +2 -2
  142. package/lib/request/get-schedule-request.js +1 -1
  143. package/lib/request/get-scheduled-run-request.d.ts +2 -2
  144. package/lib/request/get-scheduled-run-request.js +1 -1
  145. package/lib/request/get-usage-carbon-emissions-query-request.d.ts +28 -0
  146. package/lib/request/get-usage-carbon-emissions-query-request.js +15 -0
  147. package/lib/request/get-usage-carbon-emissions-query-request.js.map +1 -0
  148. package/lib/request/index.d.ts +19 -1
  149. package/lib/request/index.js +4 -2
  150. package/lib/request/index.js.map +1 -1
  151. package/lib/request/list-custom-tables-request.d.ts +2 -2
  152. package/lib/request/list-custom-tables-request.js +1 -1
  153. package/lib/request/list-queries-request.d.ts +2 -2
  154. package/lib/request/list-queries-request.js +1 -1
  155. package/lib/request/list-scheduled-runs-request.d.ts +2 -2
  156. package/lib/request/list-scheduled-runs-request.js +1 -1
  157. package/lib/request/list-schedules-request.d.ts +2 -2
  158. package/lib/request/list-schedules-request.js +1 -1
  159. package/lib/request/list-usage-carbon-emissions-queries-request.d.ts +56 -0
  160. package/lib/request/list-usage-carbon-emissions-queries-request.js +28 -0
  161. package/lib/request/list-usage-carbon-emissions-queries-request.js.map +1 -0
  162. package/lib/request/request-average-carbon-emission-request.d.ts +28 -0
  163. package/lib/request/request-average-carbon-emission-request.js +15 -0
  164. package/lib/request/request-average-carbon-emission-request.js.map +1 -0
  165. package/lib/request/request-clean-energy-usage-request.d.ts +32 -0
  166. package/lib/request/request-clean-energy-usage-request.js +15 -0
  167. package/lib/request/request-clean-energy-usage-request.js.map +1 -0
  168. package/lib/request/request-summarized-configurations-request.d.ts +2 -2
  169. package/lib/request/request-summarized-configurations-request.js +1 -1
  170. package/lib/request/request-summarized-usages-request.d.ts +2 -2
  171. package/lib/request/request-summarized-usages-request.js +1 -1
  172. package/lib/request/request-usage-carbon-emission-config-request.d.ts +28 -0
  173. package/lib/request/request-usage-carbon-emission-config-request.js +15 -0
  174. package/lib/request/request-usage-carbon-emission-config-request.js.map +1 -0
  175. package/lib/request/request-usage-carbon-emissions-request.d.ts +40 -0
  176. package/lib/request/request-usage-carbon-emissions-request.js +15 -0
  177. package/lib/request/request-usage-carbon-emissions-request.js.map +1 -0
  178. package/lib/request/update-custom-table-request.d.ts +2 -2
  179. package/lib/request/update-custom-table-request.js +1 -1
  180. package/lib/request/update-query-request.d.ts +2 -2
  181. package/lib/request/update-query-request.js +1 -1
  182. package/lib/request/update-schedule-request.d.ts +2 -2
  183. package/lib/request/update-schedule-request.js +1 -1
  184. package/lib/request/update-usage-carbon-emissions-query-request.d.ts +42 -0
  185. package/lib/request/update-usage-carbon-emissions-query-request.js +15 -0
  186. package/lib/request/update-usage-carbon-emissions-query-request.js.map +1 -0
  187. package/lib/response/create-custom-table-response.d.ts +1 -1
  188. package/lib/response/create-custom-table-response.js +1 -1
  189. package/lib/response/create-query-response.d.ts +1 -1
  190. package/lib/response/create-query-response.js +1 -1
  191. package/lib/response/create-schedule-response.d.ts +1 -1
  192. package/lib/response/create-schedule-response.js +1 -1
  193. package/lib/response/create-usage-carbon-emissions-query-response.d.ts +29 -0
  194. package/lib/response/create-usage-carbon-emissions-query-response.js +15 -0
  195. package/lib/response/create-usage-carbon-emissions-query-response.js.map +1 -0
  196. package/lib/response/delete-custom-table-response.d.ts +1 -1
  197. package/lib/response/delete-custom-table-response.js +1 -1
  198. package/lib/response/delete-query-response.d.ts +1 -1
  199. package/lib/response/delete-query-response.js +1 -1
  200. package/lib/response/delete-schedule-response.d.ts +1 -1
  201. package/lib/response/delete-schedule-response.js +1 -1
  202. package/lib/response/delete-usage-carbon-emissions-query-response.d.ts +20 -0
  203. package/lib/response/delete-usage-carbon-emissions-query-response.js +15 -0
  204. package/lib/response/delete-usage-carbon-emissions-query-response.js.map +1 -0
  205. package/lib/response/get-custom-table-response.d.ts +1 -1
  206. package/lib/response/get-custom-table-response.js +1 -1
  207. package/lib/response/get-query-response.d.ts +1 -1
  208. package/lib/response/get-query-response.js +1 -1
  209. package/lib/response/get-schedule-response.d.ts +1 -1
  210. package/lib/response/get-schedule-response.js +1 -1
  211. package/lib/response/get-scheduled-run-response.d.ts +1 -1
  212. package/lib/response/get-scheduled-run-response.js +1 -1
  213. package/lib/response/get-usage-carbon-emissions-query-response.d.ts +29 -0
  214. package/lib/response/get-usage-carbon-emissions-query-response.js +15 -0
  215. package/lib/response/get-usage-carbon-emissions-query-response.js.map +1 -0
  216. package/lib/response/index.d.ts +19 -1
  217. package/lib/response/index.js +1 -1
  218. package/lib/response/list-custom-tables-response.d.ts +1 -1
  219. package/lib/response/list-custom-tables-response.js +1 -1
  220. package/lib/response/list-queries-response.d.ts +1 -1
  221. package/lib/response/list-queries-response.js +1 -1
  222. package/lib/response/list-scheduled-runs-response.d.ts +1 -1
  223. package/lib/response/list-scheduled-runs-response.js +1 -1
  224. package/lib/response/list-schedules-response.d.ts +1 -1
  225. package/lib/response/list-schedules-response.js +1 -1
  226. package/lib/response/list-usage-carbon-emissions-queries-response.d.ts +32 -0
  227. package/lib/response/list-usage-carbon-emissions-queries-response.js +15 -0
  228. package/lib/response/list-usage-carbon-emissions-queries-response.js.map +1 -0
  229. package/lib/response/request-average-carbon-emission-response.d.ts +29 -0
  230. package/lib/response/request-average-carbon-emission-response.js +15 -0
  231. package/lib/response/request-average-carbon-emission-response.js.map +1 -0
  232. package/lib/response/request-clean-energy-usage-response.d.ts +29 -0
  233. package/lib/response/request-clean-energy-usage-response.js +15 -0
  234. package/lib/response/request-clean-energy-usage-response.js.map +1 -0
  235. package/lib/response/request-summarized-configurations-response.d.ts +1 -1
  236. package/lib/response/request-summarized-configurations-response.js +1 -1
  237. package/lib/response/request-summarized-usages-response.d.ts +1 -1
  238. package/lib/response/request-summarized-usages-response.js +1 -1
  239. package/lib/response/request-usage-carbon-emission-config-response.d.ts +25 -0
  240. package/lib/response/request-usage-carbon-emission-config-response.js +15 -0
  241. package/lib/response/request-usage-carbon-emission-config-response.js.map +1 -0
  242. package/lib/response/request-usage-carbon-emissions-response.d.ts +32 -0
  243. package/lib/response/request-usage-carbon-emissions-response.js +15 -0
  244. package/lib/response/request-usage-carbon-emissions-response.js.map +1 -0
  245. package/lib/response/update-custom-table-response.d.ts +1 -1
  246. package/lib/response/update-custom-table-response.js +1 -1
  247. package/lib/response/update-query-response.d.ts +1 -1
  248. package/lib/response/update-query-response.js +1 -1
  249. package/lib/response/update-schedule-response.d.ts +1 -1
  250. package/lib/response/update-schedule-response.js +1 -1
  251. package/lib/response/update-usage-carbon-emissions-query-response.d.ts +29 -0
  252. package/lib/response/update-usage-carbon-emissions-query-response.js +15 -0
  253. package/lib/response/update-usage-carbon-emissions-query-response.js.map +1 -0
  254. package/lib/usageapi-waiter.d.ts +1 -1
  255. package/lib/usageapi-waiter.js +1 -1
  256. package/package.json +3 -3
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -7,9 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
+ import * as AverageCarbonEmission from "./average-carbon-emission";
14
+ export import AverageCarbonEmission = AverageCarbonEmission.AverageCarbonEmission;
15
+ import * as CleanEnergyUsage from "./clean-energy-usage";
16
+ export import CleanEnergyUsage = CleanEnergyUsage.CleanEnergyUsage;
13
17
  import * as Configuration from "./configuration";
14
18
  export import Configuration = Configuration.Configuration;
15
19
  import * as ConfigurationAggregation from "./configuration-aggregation";
@@ -22,6 +26,8 @@ import * as CreateQueryDetails from "./create-query-details";
22
26
  export import CreateQueryDetails = CreateQueryDetails.CreateQueryDetails;
23
27
  import * as CreateScheduleDetails from "./create-schedule-details";
24
28
  export import CreateScheduleDetails = CreateScheduleDetails.CreateScheduleDetails;
29
+ import * as CreateUsageCarbonEmissionsQueryDetails from "./create-usage-carbon-emissions-query-details";
30
+ export import CreateUsageCarbonEmissionsQueryDetails = CreateUsageCarbonEmissionsQueryDetails.CreateUsageCarbonEmissionsQueryDetails;
25
31
  import * as CustomTable from "./custom-table";
26
32
  export import CustomTable = CustomTable.CustomTable;
27
33
  import * as CustomTableCollection from "./custom-table-collection";
@@ -50,6 +56,8 @@ import * as ReportQuery from "./report-query";
50
56
  export import ReportQuery = ReportQuery.ReportQuery;
51
57
  import * as RequestSummarizedUsagesDetails from "./request-summarized-usages-details";
52
58
  export import RequestSummarizedUsagesDetails = RequestSummarizedUsagesDetails.RequestSummarizedUsagesDetails;
59
+ import * as RequestUsageCarbonEmissionsDetails from "./request-usage-carbon-emissions-details";
60
+ export import RequestUsageCarbonEmissionsDetails = RequestUsageCarbonEmissionsDetails.RequestUsageCarbonEmissionsDetails;
53
61
  import * as ResultLocation from "./result-location";
54
62
  export import ResultLocation = ResultLocation.ResultLocation;
55
63
  import * as SavedCustomTable from "./saved-custom-table";
@@ -74,8 +82,24 @@ import * as UpdateQueryDetails from "./update-query-details";
74
82
  export import UpdateQueryDetails = UpdateQueryDetails.UpdateQueryDetails;
75
83
  import * as UpdateScheduleDetails from "./update-schedule-details";
76
84
  export import UpdateScheduleDetails = UpdateScheduleDetails.UpdateScheduleDetails;
85
+ import * as UpdateUsageCarbonEmissionsQueryDetails from "./update-usage-carbon-emissions-query-details";
86
+ export import UpdateUsageCarbonEmissionsQueryDetails = UpdateUsageCarbonEmissionsQueryDetails.UpdateUsageCarbonEmissionsQueryDetails;
77
87
  import * as UsageAggregation from "./usage-aggregation";
78
88
  export import UsageAggregation = UsageAggregation.UsageAggregation;
89
+ import * as UsageCarbonEmissionAggregation from "./usage-carbon-emission-aggregation";
90
+ export import UsageCarbonEmissionAggregation = UsageCarbonEmissionAggregation.UsageCarbonEmissionAggregation;
91
+ import * as UsageCarbonEmissionSummary from "./usage-carbon-emission-summary";
92
+ export import UsageCarbonEmissionSummary = UsageCarbonEmissionSummary.UsageCarbonEmissionSummary;
93
+ import * as UsageCarbonEmissionsQuery from "./usage-carbon-emissions-query";
94
+ export import UsageCarbonEmissionsQuery = UsageCarbonEmissionsQuery.UsageCarbonEmissionsQuery;
95
+ import * as UsageCarbonEmissionsQueryCollection from "./usage-carbon-emissions-query-collection";
96
+ export import UsageCarbonEmissionsQueryCollection = UsageCarbonEmissionsQueryCollection.UsageCarbonEmissionsQueryCollection;
97
+ import * as UsageCarbonEmissionsQueryDefinition from "./usage-carbon-emissions-query-definition";
98
+ export import UsageCarbonEmissionsQueryDefinition = UsageCarbonEmissionsQueryDefinition.UsageCarbonEmissionsQueryDefinition;
99
+ import * as UsageCarbonEmissionsQuerySummary from "./usage-carbon-emissions-query-summary";
100
+ export import UsageCarbonEmissionsQuerySummary = UsageCarbonEmissionsQuerySummary.UsageCarbonEmissionsQuerySummary;
101
+ import * as UsageCarbonEmissionsReportQuery from "./usage-carbon-emissions-report-query";
102
+ export import UsageCarbonEmissionsReportQuery = UsageCarbonEmissionsReportQuery.UsageCarbonEmissionsReportQuery;
79
103
  import * as UsageSummary from "./usage-summary";
80
104
  export import UsageSummary = UsageSummary.UsageSummary;
81
105
  import * as DynamicDateRange from "./dynamic-date-range";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -31,7 +31,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
31
31
  return result;
32
32
  };
33
33
  Object.defineProperty(exports, "__esModule", { value: true });
34
- exports.StaticDateRange = exports.ObjectStorageLocation = exports.DynamicDateRange = exports.UsageSummary = exports.UsageAggregation = exports.UpdateScheduleDetails = exports.UpdateQueryDetails = exports.UpdateCustomTableDetails = exports.Tag = exports.ScheduledRunSummary = exports.ScheduledRunCollection = exports.ScheduledRun = exports.ScheduleSummary = exports.ScheduleCollection = exports.Schedule = exports.SavedCustomTable = exports.ResultLocation = exports.RequestSummarizedUsagesDetails = exports.ReportQuery = exports.QuerySummary = exports.QueryProperties = exports.QueryDefinition = exports.QueryCollection = exports.Query = exports.Forecast = exports.Filter = exports.Dimension = exports.DateRange = exports.CustomTableSummary = exports.CustomTableCollection = exports.CustomTable = exports.CreateScheduleDetails = exports.CreateQueryDetails = exports.CreateCustomTableDetails = exports.CostAnalysisUI = exports.ConfigurationAggregation = exports.Configuration = void 0;
34
+ exports.StaticDateRange = exports.ObjectStorageLocation = exports.DynamicDateRange = exports.UsageSummary = exports.UsageCarbonEmissionsReportQuery = exports.UsageCarbonEmissionsQuerySummary = exports.UsageCarbonEmissionsQueryDefinition = exports.UsageCarbonEmissionsQueryCollection = exports.UsageCarbonEmissionsQuery = exports.UsageCarbonEmissionSummary = exports.UsageCarbonEmissionAggregation = exports.UsageAggregation = exports.UpdateUsageCarbonEmissionsQueryDetails = exports.UpdateScheduleDetails = exports.UpdateQueryDetails = exports.UpdateCustomTableDetails = exports.Tag = exports.ScheduledRunSummary = exports.ScheduledRunCollection = exports.ScheduledRun = exports.ScheduleSummary = exports.ScheduleCollection = exports.Schedule = exports.SavedCustomTable = exports.ResultLocation = exports.RequestUsageCarbonEmissionsDetails = exports.RequestSummarizedUsagesDetails = exports.ReportQuery = exports.QuerySummary = exports.QueryProperties = exports.QueryDefinition = exports.QueryCollection = exports.Query = exports.Forecast = exports.Filter = exports.Dimension = exports.DateRange = exports.CustomTableSummary = exports.CustomTableCollection = exports.CustomTable = exports.CreateUsageCarbonEmissionsQueryDetails = exports.CreateScheduleDetails = exports.CreateQueryDetails = exports.CreateCustomTableDetails = exports.CostAnalysisUI = exports.ConfigurationAggregation = exports.Configuration = exports.CleanEnergyUsage = exports.AverageCarbonEmission = void 0;
35
+ const AverageCarbonEmission = __importStar(require("./average-carbon-emission"));
36
+ exports.AverageCarbonEmission = AverageCarbonEmission.AverageCarbonEmission;
37
+ const CleanEnergyUsage = __importStar(require("./clean-energy-usage"));
38
+ exports.CleanEnergyUsage = CleanEnergyUsage.CleanEnergyUsage;
35
39
  const Configuration = __importStar(require("./configuration"));
36
40
  exports.Configuration = Configuration.Configuration;
37
41
  const ConfigurationAggregation = __importStar(require("./configuration-aggregation"));
@@ -44,6 +48,8 @@ const CreateQueryDetails = __importStar(require("./create-query-details"));
44
48
  exports.CreateQueryDetails = CreateQueryDetails.CreateQueryDetails;
45
49
  const CreateScheduleDetails = __importStar(require("./create-schedule-details"));
46
50
  exports.CreateScheduleDetails = CreateScheduleDetails.CreateScheduleDetails;
51
+ const CreateUsageCarbonEmissionsQueryDetails = __importStar(require("./create-usage-carbon-emissions-query-details"));
52
+ exports.CreateUsageCarbonEmissionsQueryDetails = CreateUsageCarbonEmissionsQueryDetails.CreateUsageCarbonEmissionsQueryDetails;
47
53
  const CustomTable = __importStar(require("./custom-table"));
48
54
  exports.CustomTable = CustomTable.CustomTable;
49
55
  const CustomTableCollection = __importStar(require("./custom-table-collection"));
@@ -72,6 +78,8 @@ const ReportQuery = __importStar(require("./report-query"));
72
78
  exports.ReportQuery = ReportQuery.ReportQuery;
73
79
  const RequestSummarizedUsagesDetails = __importStar(require("./request-summarized-usages-details"));
74
80
  exports.RequestSummarizedUsagesDetails = RequestSummarizedUsagesDetails.RequestSummarizedUsagesDetails;
81
+ const RequestUsageCarbonEmissionsDetails = __importStar(require("./request-usage-carbon-emissions-details"));
82
+ exports.RequestUsageCarbonEmissionsDetails = RequestUsageCarbonEmissionsDetails.RequestUsageCarbonEmissionsDetails;
75
83
  const ResultLocation = __importStar(require("./result-location"));
76
84
  exports.ResultLocation = ResultLocation.ResultLocation;
77
85
  const SavedCustomTable = __importStar(require("./saved-custom-table"));
@@ -96,8 +104,24 @@ const UpdateQueryDetails = __importStar(require("./update-query-details"));
96
104
  exports.UpdateQueryDetails = UpdateQueryDetails.UpdateQueryDetails;
97
105
  const UpdateScheduleDetails = __importStar(require("./update-schedule-details"));
98
106
  exports.UpdateScheduleDetails = UpdateScheduleDetails.UpdateScheduleDetails;
107
+ const UpdateUsageCarbonEmissionsQueryDetails = __importStar(require("./update-usage-carbon-emissions-query-details"));
108
+ exports.UpdateUsageCarbonEmissionsQueryDetails = UpdateUsageCarbonEmissionsQueryDetails.UpdateUsageCarbonEmissionsQueryDetails;
99
109
  const UsageAggregation = __importStar(require("./usage-aggregation"));
100
110
  exports.UsageAggregation = UsageAggregation.UsageAggregation;
111
+ const UsageCarbonEmissionAggregation = __importStar(require("./usage-carbon-emission-aggregation"));
112
+ exports.UsageCarbonEmissionAggregation = UsageCarbonEmissionAggregation.UsageCarbonEmissionAggregation;
113
+ const UsageCarbonEmissionSummary = __importStar(require("./usage-carbon-emission-summary"));
114
+ exports.UsageCarbonEmissionSummary = UsageCarbonEmissionSummary.UsageCarbonEmissionSummary;
115
+ const UsageCarbonEmissionsQuery = __importStar(require("./usage-carbon-emissions-query"));
116
+ exports.UsageCarbonEmissionsQuery = UsageCarbonEmissionsQuery.UsageCarbonEmissionsQuery;
117
+ const UsageCarbonEmissionsQueryCollection = __importStar(require("./usage-carbon-emissions-query-collection"));
118
+ exports.UsageCarbonEmissionsQueryCollection = UsageCarbonEmissionsQueryCollection.UsageCarbonEmissionsQueryCollection;
119
+ const UsageCarbonEmissionsQueryDefinition = __importStar(require("./usage-carbon-emissions-query-definition"));
120
+ exports.UsageCarbonEmissionsQueryDefinition = UsageCarbonEmissionsQueryDefinition.UsageCarbonEmissionsQueryDefinition;
121
+ const UsageCarbonEmissionsQuerySummary = __importStar(require("./usage-carbon-emissions-query-summary"));
122
+ exports.UsageCarbonEmissionsQuerySummary = UsageCarbonEmissionsQuerySummary.UsageCarbonEmissionsQuerySummary;
123
+ const UsageCarbonEmissionsReportQuery = __importStar(require("./usage-carbon-emissions-report-query"));
124
+ exports.UsageCarbonEmissionsReportQuery = UsageCarbonEmissionsReportQuery.UsageCarbonEmissionsReportQuery;
101
125
  const UsageSummary = __importStar(require("./usage-summary"));
102
126
  exports.UsageSummary = UsageSummary.UsageSummary;
103
127
  const DynamicDateRange = __importStar(require("./dynamic-date-range"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -0,0 +1,59 @@
1
+ /**
2
+ * Usage API
3
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
4
+ * OpenAPI spec version: 20200107
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ /**
15
+ * Details for the '/usageCarbonEmissions' query.
16
+ */
17
+ export interface RequestUsageCarbonEmissionsDetails {
18
+ /**
19
+ * Tenant ID.
20
+ */
21
+ "tenantId": string;
22
+ /**
23
+ * The usage start time.
24
+ */
25
+ "timeUsageStarted": Date;
26
+ /**
27
+ * The usage end time.
28
+ */
29
+ "timeUsageEnded": Date;
30
+ /**
31
+ * Specifies whether aggregated by time. If isAggregateByTime is true, all usage carbon emissions over the query time period will be added up.
32
+ */
33
+ "isAggregateByTime"?: boolean;
34
+ /**
35
+ * Aggregate the result by.
36
+ * For example:
37
+ * `[\"tagNamespace\", \"tagKey\", \"tagValue\", \"service\", \"skuName\", \"skuPartNumber\", \"unit\",
38
+ * \"compartmentName\", \"compartmentPath\", \"compartmentId\", \"platform\", \"region\", \"logicalAd\",
39
+ * \"resourceId\", \"resourceName\", \"tenantId\", \"tenantName\", \"subscriptionId\"]`
40
+ *
41
+ */
42
+ "groupBy"?: Array<string>;
43
+ /**
44
+ * GroupBy a specific tagKey. Provide the tagNamespace and tagKey in the tag object. Only supports one tag in the list.
45
+ * For example:
46
+ * `[{\"namespace\":\"oracle\", \"key\":\"createdBy\"]`
47
+ *
48
+ */
49
+ "groupByTag"?: Array<model.Tag>;
50
+ /**
51
+ * The compartment depth level. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
52
+ */
53
+ "compartmentDepth"?: number;
54
+ "filter"?: model.Filter;
55
+ }
56
+ export declare namespace RequestUsageCarbonEmissionsDetails {
57
+ function getJsonObj(obj: RequestUsageCarbonEmissionsDetails): object;
58
+ function getDeserializedJsonObj(obj: RequestUsageCarbonEmissionsDetails): object;
59
+ }
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /**
3
+ * Usage API
4
+ * Use the Usage API to view your Oracle Cloud usage and costs. The API allows you to request data that meets the specified filter criteria, and to group that data by the dimension of your choosing. The Usage API is used by the Cost Analysis tool in the Console. Also see [Using the Usage API](/Content/Billing/Concepts/costanalysisoverview.htm#cost_analysis_using_the_api) for more information.
5
+ * OpenAPI spec version: 20200107
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.RequestUsageCarbonEmissionsDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var RequestUsageCarbonEmissionsDetails;
37
+ (function (RequestUsageCarbonEmissionsDetails) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "groupByTag": obj.groupByTag
41
+ ? obj.groupByTag.map(item => {
42
+ return model.Tag.getJsonObj(item);
43
+ })
44
+ : undefined,
45
+ "filter": obj.filter ? model.Filter.getJsonObj(obj.filter) : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ RequestUsageCarbonEmissionsDetails.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "groupByTag": obj.groupByTag
53
+ ? obj.groupByTag.map(item => {
54
+ return model.Tag.getDeserializedJsonObj(item);
55
+ })
56
+ : undefined,
57
+ "filter": obj.filter ? model.Filter.getDeserializedJsonObj(obj.filter) : undefined
58
+ });
59
+ return jsonObj;
60
+ }
61
+ RequestUsageCarbonEmissionsDetails.getDeserializedJsonObj = getDeserializedJsonObj;
62
+ })(RequestUsageCarbonEmissionsDetails = exports.RequestUsageCarbonEmissionsDetails || (exports.RequestUsageCarbonEmissionsDetails = {}));
63
+ //# sourceMappingURL=request-usage-carbon-emissions-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"request-usage-carbon-emissions-details.js","sourceRoot":"","sources":["../../../../../lib/usageapi/lib/model/request-usage-carbon-emissions-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8ClC,IAAiB,kCAAkC,CAiClD;AAjCD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,GAAG,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SACvE,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,6CAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,YAAY,EAAE,GAAG,CAAC,UAAU;gBAC1B,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACxB,OAAO,KAAK,CAAC,GAAG,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,QAAQ,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,sBAAsB,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS;SACnF,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,yDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAiClD"}
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  /**
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -7,7 +7,7 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";