oci-budget 2.122.1 → 2.123.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 (265) hide show
  1. package/index.d.ts +4 -1
  2. package/index.js +5 -2
  3. package/index.js.map +1 -1
  4. package/lib/budget-waiter.d.ts +1 -1
  5. package/lib/budget-waiter.js +1 -1
  6. package/lib/client.d.ts +232 -1
  7. package/lib/client.js +1211 -2
  8. package/lib/client.js.map +1 -1
  9. package/lib/costad-waiter.d.ts +45 -0
  10. package/lib/costad-waiter.js +89 -0
  11. package/lib/costad-waiter.js.map +1 -0
  12. package/lib/model/alert-rule-summary.d.ts +1 -1
  13. package/lib/model/alert-rule-summary.js +1 -1
  14. package/lib/model/alert-rule.d.ts +1 -1
  15. package/lib/model/alert-rule.js +1 -1
  16. package/lib/model/alert-type.d.ts +1 -1
  17. package/lib/model/alert-type.js +1 -1
  18. package/lib/model/budget-summary.d.ts +13 -3
  19. package/lib/model/budget-summary.js +1 -1
  20. package/lib/model/budget-summary.js.map +1 -1
  21. package/lib/model/budget.d.ts +13 -3
  22. package/lib/model/budget.js +1 -1
  23. package/lib/model/budget.js.map +1 -1
  24. package/lib/model/cost-alert-subscription-collection.d.ts +26 -0
  25. package/lib/model/cost-alert-subscription-collection.js +61 -0
  26. package/lib/model/cost-alert-subscription-collection.js.map +1 -0
  27. package/lib/model/cost-alert-subscription-map.d.ts +46 -0
  28. package/lib/model/cost-alert-subscription-map.js +39 -0
  29. package/lib/model/cost-alert-subscription-map.js.map +1 -0
  30. package/lib/model/cost-alert-subscription-summary.d.ts +80 -0
  31. package/lib/model/cost-alert-subscription-summary.js +29 -0
  32. package/lib/model/cost-alert-subscription-summary.js.map +1 -0
  33. package/lib/model/cost-alert-subscription.d.ts +101 -0
  34. package/lib/model/cost-alert-subscription.js +39 -0
  35. package/lib/model/cost-alert-subscription.js.map +1 -0
  36. package/lib/model/cost-anomaly-event-analytic-collection.d.ts +26 -0
  37. package/lib/model/cost-anomaly-event-analytic-collection.js +61 -0
  38. package/lib/model/cost-anomaly-event-analytic-collection.js.map +1 -0
  39. package/lib/model/cost-anomaly-event-analytic-summary.d.ts +33 -0
  40. package/lib/model/cost-anomaly-event-analytic-summary.js +29 -0
  41. package/lib/model/cost-anomaly-event-analytic-summary.js.map +1 -0
  42. package/lib/model/cost-anomaly-event-collection.d.ts +26 -0
  43. package/lib/model/cost-anomaly-event-collection.js +61 -0
  44. package/lib/model/cost-anomaly-event-collection.js.map +1 -0
  45. package/lib/model/cost-anomaly-event-summary.d.ts +99 -0
  46. package/lib/model/cost-anomaly-event-summary.js +63 -0
  47. package/lib/model/cost-anomaly-event-summary.js.map +1 -0
  48. package/lib/model/cost-anomaly-event.d.ts +129 -0
  49. package/lib/model/cost-anomaly-event.js +83 -0
  50. package/lib/model/cost-anomaly-event.js.map +1 -0
  51. package/lib/model/cost-anomaly-monitor-collection.d.ts +26 -0
  52. package/lib/model/cost-anomaly-monitor-collection.js +61 -0
  53. package/lib/model/cost-anomaly-monitor-collection.js.map +1 -0
  54. package/lib/model/cost-anomaly-monitor-summary.d.ts +90 -0
  55. package/lib/model/cost-anomaly-monitor-summary.js +57 -0
  56. package/lib/model/cost-anomaly-monitor-summary.js.map +1 -0
  57. package/lib/model/cost-anomaly-monitor.d.ts +106 -0
  58. package/lib/model/cost-anomaly-monitor.js +74 -0
  59. package/lib/model/cost-anomaly-monitor.js.map +1 -0
  60. package/lib/model/create-alert-rule-details.d.ts +1 -1
  61. package/lib/model/create-alert-rule-details.js +1 -1
  62. package/lib/model/create-budget-details.d.ts +13 -3
  63. package/lib/model/create-budget-details.js +1 -1
  64. package/lib/model/create-budget-details.js.map +1 -1
  65. package/lib/model/create-cost-alert-subscription-details.d.ts +61 -0
  66. package/lib/model/create-cost-alert-subscription-details.js +29 -0
  67. package/lib/model/create-cost-alert-subscription-details.js.map +1 -0
  68. package/lib/model/create-cost-anomaly-monitor-details.d.ts +61 -0
  69. package/lib/model/create-cost-anomaly-monitor-details.js +63 -0
  70. package/lib/model/create-cost-anomaly-monitor-details.js.map +1 -0
  71. package/lib/model/dimension.d.ts +32 -0
  72. package/lib/model/dimension.js +29 -0
  73. package/lib/model/dimension.js.map +1 -0
  74. package/lib/model/index.d.ts +51 -3
  75. package/lib/model/index.js +52 -4
  76. package/lib/model/index.js.map +1 -1
  77. package/lib/model/lifecycle-state.d.ts +1 -1
  78. package/lib/model/lifecycle-state.js +1 -1
  79. package/lib/model/monitor-type.d.ts +29 -0
  80. package/lib/model/monitor-type.js +40 -0
  81. package/lib/model/monitor-type.js.map +1 -0
  82. package/lib/model/processing-period-type.d.ts +1 -1
  83. package/lib/model/processing-period-type.js +1 -1
  84. package/lib/model/reset-period.d.ts +1 -1
  85. package/lib/model/reset-period.js +1 -1
  86. package/lib/model/root-cause-detail.d.ts +25 -0
  87. package/lib/model/root-cause-detail.js +29 -0
  88. package/lib/model/root-cause-detail.js.map +1 -0
  89. package/lib/model/{sort-by.d.ts → sort-by-for-budget.d.ts} +7 -8
  90. package/lib/model/{sort-by.js → sort-by-for-budget.js} +14 -15
  91. package/lib/model/sort-by-for-budget.js.map +1 -0
  92. package/lib/model/sort-by-for-cost-ad.d.ts +26 -0
  93. package/lib/model/sort-by-for-cost-ad.js +37 -0
  94. package/lib/model/sort-by-for-cost-ad.js.map +1 -0
  95. package/lib/model/sort-by-for-cost-anomaly-event.d.ts +26 -0
  96. package/lib/model/sort-by-for-cost-anomaly-event.js +37 -0
  97. package/lib/model/sort-by-for-cost-anomaly-event.js.map +1 -0
  98. package/lib/model/sort-order.d.ts +1 -1
  99. package/lib/model/sort-order.js +1 -1
  100. package/lib/model/tag.d.ts +33 -0
  101. package/lib/model/tag.js +29 -0
  102. package/lib/model/tag.js.map +1 -0
  103. package/lib/model/target-resource-filter.d.ts +50 -0
  104. package/lib/model/target-resource-filter.js +91 -0
  105. package/lib/model/target-resource-filter.js.map +1 -0
  106. package/lib/model/target-type.d.ts +1 -1
  107. package/lib/model/target-type.js +1 -1
  108. package/lib/model/threshold-type.d.ts +1 -1
  109. package/lib/model/threshold-type.js +1 -1
  110. package/lib/model/update-alert-rule-details.d.ts +1 -1
  111. package/lib/model/update-alert-rule-details.js +1 -1
  112. package/lib/model/update-budget-details.d.ts +13 -3
  113. package/lib/model/update-budget-details.js +1 -1
  114. package/lib/model/update-budget-details.js.map +1 -1
  115. package/lib/model/update-cost-alert-subscription-details.d.ts +52 -0
  116. package/lib/model/update-cost-alert-subscription-details.js +29 -0
  117. package/lib/model/update-cost-alert-subscription-details.js.map +1 -0
  118. package/lib/model/update-cost-anomaly-event-details.d.ts +48 -0
  119. package/lib/model/update-cost-anomaly-event-details.js +29 -0
  120. package/lib/model/update-cost-anomaly-event-details.js.map +1 -0
  121. package/lib/model/update-cost-anomaly-monitor-details.d.ts +49 -0
  122. package/lib/model/update-cost-anomaly-monitor-details.js +57 -0
  123. package/lib/model/update-cost-anomaly-monitor-details.js.map +1 -0
  124. package/lib/request/create-alert-rule-request.d.ts +1 -1
  125. package/lib/request/create-alert-rule-request.js +1 -1
  126. package/lib/request/create-budget-request.d.ts +1 -1
  127. package/lib/request/create-budget-request.js +1 -1
  128. package/lib/request/create-cost-alert-subscription-request.d.ts +36 -0
  129. package/lib/request/create-cost-alert-subscription-request.js +15 -0
  130. package/lib/request/create-cost-alert-subscription-request.js.map +1 -0
  131. package/lib/request/create-cost-anomaly-monitor-request.d.ts +36 -0
  132. package/lib/request/create-cost-anomaly-monitor-request.js +15 -0
  133. package/lib/request/create-cost-anomaly-monitor-request.js.map +1 -0
  134. package/lib/request/delete-alert-rule-request.d.ts +1 -1
  135. package/lib/request/delete-alert-rule-request.js +1 -1
  136. package/lib/request/delete-budget-request.d.ts +1 -1
  137. package/lib/request/delete-budget-request.js +1 -1
  138. package/lib/request/delete-cost-alert-subscription-request.d.ts +35 -0
  139. package/lib/request/delete-cost-alert-subscription-request.js +15 -0
  140. package/lib/request/delete-cost-alert-subscription-request.js.map +1 -0
  141. package/lib/request/delete-cost-anomaly-monitor-request.d.ts +35 -0
  142. package/lib/request/delete-cost-anomaly-monitor-request.js +15 -0
  143. package/lib/request/delete-cost-anomaly-monitor-request.js.map +1 -0
  144. package/lib/request/disable-cost-anomaly-monitor-request.d.ts +44 -0
  145. package/lib/request/disable-cost-anomaly-monitor-request.js +15 -0
  146. package/lib/request/disable-cost-anomaly-monitor-request.js.map +1 -0
  147. package/lib/request/enable-cost-anomaly-monitor-request.d.ts +44 -0
  148. package/lib/request/enable-cost-anomaly-monitor-request.js +15 -0
  149. package/lib/request/enable-cost-anomaly-monitor-request.js.map +1 -0
  150. package/lib/request/get-alert-rule-request.d.ts +1 -1
  151. package/lib/request/get-alert-rule-request.js +1 -1
  152. package/lib/request/get-budget-request.d.ts +1 -1
  153. package/lib/request/get-budget-request.js +1 -1
  154. package/lib/request/get-cost-alert-subscription-request.d.ts +26 -0
  155. package/lib/request/get-cost-alert-subscription-request.js +15 -0
  156. package/lib/request/get-cost-alert-subscription-request.js.map +1 -0
  157. package/lib/request/get-cost-anomaly-event-request.d.ts +26 -0
  158. package/lib/request/get-cost-anomaly-event-request.js +15 -0
  159. package/lib/request/get-cost-anomaly-event-request.js.map +1 -0
  160. package/lib/request/get-cost-anomaly-monitor-request.d.ts +26 -0
  161. package/lib/request/get-cost-anomaly-monitor-request.js +15 -0
  162. package/lib/request/get-cost-anomaly-monitor-request.js.map +1 -0
  163. package/lib/request/index.d.ts +33 -1
  164. package/lib/request/index.js +1 -1
  165. package/lib/request/list-alert-rules-request.d.ts +2 -2
  166. package/lib/request/list-alert-rules-request.js +1 -1
  167. package/lib/request/list-budgets-request.d.ts +2 -2
  168. package/lib/request/list-budgets-request.js +1 -1
  169. package/lib/request/list-cost-alert-subscriptions-request.d.ts +55 -0
  170. package/lib/request/list-cost-alert-subscriptions-request.js +15 -0
  171. package/lib/request/list-cost-alert-subscriptions-request.js.map +1 -0
  172. package/lib/request/list-cost-anomaly-events-request.d.ts +79 -0
  173. package/lib/request/list-cost-anomaly-events-request.js +15 -0
  174. package/lib/request/list-cost-anomaly-events-request.js.map +1 -0
  175. package/lib/request/list-cost-anomaly-monitors-request.d.ts +63 -0
  176. package/lib/request/list-cost-anomaly-monitors-request.js +15 -0
  177. package/lib/request/list-cost-anomaly-monitors-request.js.map +1 -0
  178. package/lib/request/summarize-cost-anomaly-event-analytics-request.d.ts +79 -0
  179. package/lib/request/summarize-cost-anomaly-event-analytics-request.js +15 -0
  180. package/lib/request/summarize-cost-anomaly-event-analytics-request.js.map +1 -0
  181. package/lib/request/update-alert-rule-request.d.ts +1 -1
  182. package/lib/request/update-alert-rule-request.js +1 -1
  183. package/lib/request/update-budget-request.d.ts +1 -1
  184. package/lib/request/update-budget-request.js +1 -1
  185. package/lib/request/update-cost-alert-subscription-request.d.ts +40 -0
  186. package/lib/request/update-cost-alert-subscription-request.js +15 -0
  187. package/lib/request/update-cost-alert-subscription-request.js.map +1 -0
  188. package/lib/request/update-cost-anomaly-event-request.d.ts +40 -0
  189. package/lib/request/update-cost-anomaly-event-request.js +15 -0
  190. package/lib/request/update-cost-anomaly-event-request.js.map +1 -0
  191. package/lib/request/update-cost-anomaly-monitor-request.d.ts +40 -0
  192. package/lib/request/update-cost-anomaly-monitor-request.js +15 -0
  193. package/lib/request/update-cost-anomaly-monitor-request.js.map +1 -0
  194. package/lib/response/create-alert-rule-response.d.ts +1 -1
  195. package/lib/response/create-alert-rule-response.js +1 -1
  196. package/lib/response/create-budget-response.d.ts +1 -1
  197. package/lib/response/create-budget-response.js +1 -1
  198. package/lib/response/create-cost-alert-subscription-response.d.ts +30 -0
  199. package/lib/response/create-cost-alert-subscription-response.js +15 -0
  200. package/lib/response/create-cost-alert-subscription-response.js.map +1 -0
  201. package/lib/response/create-cost-anomaly-monitor-response.d.ts +30 -0
  202. package/lib/response/create-cost-anomaly-monitor-response.js +15 -0
  203. package/lib/response/create-cost-anomaly-monitor-response.js.map +1 -0
  204. package/lib/response/delete-alert-rule-response.d.ts +1 -1
  205. package/lib/response/delete-alert-rule-response.js +1 -1
  206. package/lib/response/delete-budget-response.d.ts +1 -1
  207. package/lib/response/delete-budget-response.js +1 -1
  208. package/lib/response/delete-cost-alert-subscription-response.d.ts +20 -0
  209. package/lib/response/delete-cost-alert-subscription-response.js +15 -0
  210. package/lib/response/delete-cost-alert-subscription-response.js.map +1 -0
  211. package/lib/response/delete-cost-anomaly-monitor-response.d.ts +20 -0
  212. package/lib/response/delete-cost-anomaly-monitor-response.js +15 -0
  213. package/lib/response/delete-cost-anomaly-monitor-response.js.map +1 -0
  214. package/lib/response/disable-cost-anomaly-monitor-response.d.ts +30 -0
  215. package/lib/response/disable-cost-anomaly-monitor-response.js +15 -0
  216. package/lib/response/disable-cost-anomaly-monitor-response.js.map +1 -0
  217. package/lib/response/enable-cost-anomaly-monitor-response.d.ts +30 -0
  218. package/lib/response/enable-cost-anomaly-monitor-response.js +15 -0
  219. package/lib/response/enable-cost-anomaly-monitor-response.js.map +1 -0
  220. package/lib/response/get-alert-rule-response.d.ts +1 -1
  221. package/lib/response/get-alert-rule-response.js +1 -1
  222. package/lib/response/get-budget-response.d.ts +1 -1
  223. package/lib/response/get-budget-response.js +1 -1
  224. package/lib/response/get-cost-alert-subscription-response.d.ts +30 -0
  225. package/lib/response/get-cost-alert-subscription-response.js +15 -0
  226. package/lib/response/get-cost-alert-subscription-response.js.map +1 -0
  227. package/lib/response/get-cost-anomaly-event-response.d.ts +30 -0
  228. package/lib/response/get-cost-anomaly-event-response.js +15 -0
  229. package/lib/response/get-cost-anomaly-event-response.js.map +1 -0
  230. package/lib/response/get-cost-anomaly-monitor-response.d.ts +30 -0
  231. package/lib/response/get-cost-anomaly-monitor-response.js +15 -0
  232. package/lib/response/get-cost-anomaly-monitor-response.js.map +1 -0
  233. package/lib/response/index.d.ts +33 -1
  234. package/lib/response/index.js +1 -1
  235. package/lib/response/list-alert-rules-response.d.ts +1 -1
  236. package/lib/response/list-alert-rules-response.js +1 -1
  237. package/lib/response/list-budgets-response.d.ts +1 -1
  238. package/lib/response/list-budgets-response.js +1 -1
  239. package/lib/response/list-cost-alert-subscriptions-response.d.ts +32 -0
  240. package/lib/response/list-cost-alert-subscriptions-response.js +15 -0
  241. package/lib/response/list-cost-alert-subscriptions-response.js.map +1 -0
  242. package/lib/response/list-cost-anomaly-events-response.d.ts +32 -0
  243. package/lib/response/list-cost-anomaly-events-response.js +15 -0
  244. package/lib/response/list-cost-anomaly-events-response.js.map +1 -0
  245. package/lib/response/list-cost-anomaly-monitors-response.d.ts +32 -0
  246. package/lib/response/list-cost-anomaly-monitors-response.js +15 -0
  247. package/lib/response/list-cost-anomaly-monitors-response.js.map +1 -0
  248. package/lib/response/summarize-cost-anomaly-event-analytics-response.d.ts +32 -0
  249. package/lib/response/summarize-cost-anomaly-event-analytics-response.js +15 -0
  250. package/lib/response/summarize-cost-anomaly-event-analytics-response.js.map +1 -0
  251. package/lib/response/update-alert-rule-response.d.ts +1 -1
  252. package/lib/response/update-alert-rule-response.js +1 -1
  253. package/lib/response/update-budget-response.d.ts +1 -1
  254. package/lib/response/update-budget-response.js +1 -1
  255. package/lib/response/update-cost-alert-subscription-response.d.ts +30 -0
  256. package/lib/response/update-cost-alert-subscription-response.js +15 -0
  257. package/lib/response/update-cost-alert-subscription-response.js.map +1 -0
  258. package/lib/response/update-cost-anomaly-event-response.d.ts +30 -0
  259. package/lib/response/update-cost-anomaly-event-response.js +15 -0
  260. package/lib/response/update-cost-anomaly-event-response.js.map +1 -0
  261. package/lib/response/update-cost-anomaly-monitor-response.d.ts +30 -0
  262. package/lib/response/update-cost-anomaly-monitor-response.js +15 -0
  263. package/lib/response/update-cost-anomaly-monitor-response.js.map +1 -0
  264. package/package.json +3 -3
  265. package/lib/model/sort-by.js.map +0 -1
@@ -0,0 +1,106 @@
1
+ /**
2
+ * Budgets API
3
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
4
+ * OpenAPI spec version: 20190111
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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
+ * A CostAnomalyMonitor.
16
+ */
17
+ export interface CostAnomalyMonitor {
18
+ /**
19
+ * The OCID of the Cost Anomaly Monitor.
20
+ */
21
+ "id": string;
22
+ /**
23
+ * The OCID of the compartment.
24
+ */
25
+ "compartmentId": string;
26
+ /**
27
+ * The name of the cost anomaly monitor. Avoid entering confidential information.
28
+ */
29
+ "name": string;
30
+ /**
31
+ * Type of cost monitor
32
+ */
33
+ "type"?: model.MonitorType;
34
+ /**
35
+ * The description of the budget.
36
+ */
37
+ "description"?: string;
38
+ /**
39
+ * The current state of the cost monitor.
40
+ */
41
+ "lifecycleState": CostAnomalyMonitor.LifecycleState;
42
+ /**
43
+ * The current state details of the cost monitor.
44
+ *
45
+ */
46
+ "lifecycleDetails"?: string;
47
+ "targetResourceFilter": model.TargetResourceFilter;
48
+ "costAlertSubscriptionMap"?: model.CostAlertSubscriptionMap;
49
+ /**
50
+ * The time that the cost monitor was created.
51
+ */
52
+ "timeCreated": Date;
53
+ /**
54
+ * The time that the cost monitor was last updated.
55
+ */
56
+ "timeUpdated": Date;
57
+ /**
58
+ * Defined tags for this resource. Each key is predefined and scoped to a
59
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
60
+ * <p>
61
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
62
+ *
63
+ */
64
+ "definedTags"?: {
65
+ [key: string]: {
66
+ [key: string]: any;
67
+ };
68
+ };
69
+ /**
70
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
71
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
72
+ * <p>
73
+ Example: {@code {\"Department\": \"Finance\"}}
74
+ *
75
+ */
76
+ "freeformTags"?: {
77
+ [key: string]: string;
78
+ };
79
+ /**
80
+ * System tags for this resource. Each key is predefined and scoped to a namespace.
81
+ * For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
82
+ * System tags can be viewed by users, but can only be created by the system.
83
+ * <p>
84
+ Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
85
+ *
86
+ */
87
+ "systemTags"?: {
88
+ [key: string]: {
89
+ [key: string]: any;
90
+ };
91
+ };
92
+ }
93
+ export declare namespace CostAnomalyMonitor {
94
+ enum LifecycleState {
95
+ Active = "ACTIVE",
96
+ Inactive = "INACTIVE",
97
+ Deleted = "DELETED",
98
+ /**
99
+ * This value is used if a service returns a value for this enum that is not recognized by this
100
+ * version of the SDK.
101
+ */
102
+ UnknownValue = "UNKNOWN_VALUE"
103
+ }
104
+ function getJsonObj(obj: CostAnomalyMonitor): object;
105
+ function getDeserializedJsonObj(obj: CostAnomalyMonitor): object;
106
+ }
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+ /**
3
+ * Budgets API
4
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
5
+ * OpenAPI spec version: 20190111
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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.CostAnomalyMonitor = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var CostAnomalyMonitor;
37
+ (function (CostAnomalyMonitor) {
38
+ let LifecycleState;
39
+ (function (LifecycleState) {
40
+ LifecycleState["Active"] = "ACTIVE";
41
+ LifecycleState["Inactive"] = "INACTIVE";
42
+ LifecycleState["Deleted"] = "DELETED";
43
+ /**
44
+ * This value is used if a service returns a value for this enum that is not recognized by this
45
+ * version of the SDK.
46
+ */
47
+ LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
48
+ })(LifecycleState = CostAnomalyMonitor.LifecycleState || (CostAnomalyMonitor.LifecycleState = {}));
49
+ function getJsonObj(obj) {
50
+ const jsonObj = Object.assign(Object.assign({}, obj), {
51
+ "targetResourceFilter": obj.targetResourceFilter
52
+ ? model.TargetResourceFilter.getJsonObj(obj.targetResourceFilter)
53
+ : undefined,
54
+ "costAlertSubscriptionMap": obj.costAlertSubscriptionMap
55
+ ? model.CostAlertSubscriptionMap.getJsonObj(obj.costAlertSubscriptionMap)
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ CostAnomalyMonitor.getJsonObj = getJsonObj;
61
+ function getDeserializedJsonObj(obj) {
62
+ const jsonObj = Object.assign(Object.assign({}, obj), {
63
+ "targetResourceFilter": obj.targetResourceFilter
64
+ ? model.TargetResourceFilter.getDeserializedJsonObj(obj.targetResourceFilter)
65
+ : undefined,
66
+ "costAlertSubscriptionMap": obj.costAlertSubscriptionMap
67
+ ? model.CostAlertSubscriptionMap.getDeserializedJsonObj(obj.costAlertSubscriptionMap)
68
+ : undefined
69
+ });
70
+ return jsonObj;
71
+ }
72
+ CostAnomalyMonitor.getDeserializedJsonObj = getDeserializedJsonObj;
73
+ })(CostAnomalyMonitor = exports.CostAnomalyMonitor || (exports.CostAnomalyMonitor = {}));
74
+ //# sourceMappingURL=cost-anomaly-monitor.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cost-anomaly-monitor.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/cost-anomaly-monitor.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAyElC,IAAiB,kBAAkB,CA0ClC;AA1CD,WAAiB,kBAAkB;IACjC,IAAY,cASX;IATD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EATW,cAAc,GAAd,iCAAc,KAAd,iCAAc,QASzB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACjE,CAAC,CAAC,SAAS;YACb,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,6BAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC7E,CAAC,CAAC,SAAS;YACb,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACrF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,yCAAsB,yBAcrC,CAAA;AACH,CAAC,EA1CgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA0ClC"}
@@ -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, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, 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, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, 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";
@@ -60,11 +60,11 @@ export interface CreateBudgetDetails {
60
60
  */
61
61
  "processingPeriodType"?: model.ProcessingPeriodType;
62
62
  /**
63
- * The date when the one-time budget begins. For example, {@code 2023-03-23}. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
63
+ * The date when the one-time budget begins. For example, {@code 2023-07-12T16:01:19.847222+05:30}. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
64
64
  */
65
65
  "startDate"?: Date;
66
66
  /**
67
- * The date when the one-time budget concludes. For example, {@code 2023-03-23}. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
67
+ * The date when the one-time budget concludes. For example, {@code 2023-08-12T16:01:19.847222+05:30}. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
68
68
  */
69
69
  "endDate"?: Date;
70
70
  /**
@@ -102,6 +102,16 @@ export interface CreateBudgetDetails {
102
102
  [key: string]: any;
103
103
  };
104
104
  };
105
+ /**
106
+ * Usage of system tag keys. These predefined keys are scoped to namespaces.
107
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
108
+ *
109
+ */
110
+ "systemTags"?: {
111
+ [key: string]: {
112
+ [key: string]: any;
113
+ };
114
+ };
105
115
  }
106
116
  export declare namespace CreateBudgetDetails {
107
117
  function getJsonObj(obj: CreateBudgetDetails): object;
@@ -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, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2026, 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 });
@@ -1 +1 @@
1
- {"version":3,"file":"create-budget-details.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/create-budget-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4FH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
1
+ {"version":3,"file":"create-budget-details.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/create-budget-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkGH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
@@ -0,0 +1,61 @@
1
+ /**
2
+ * Budgets API
3
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
4
+ * OpenAPI spec version: 20190111
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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
+ /**
14
+ * The create CostAlertSubscriptionDetails details.
15
+ * The clients should pass compartmentId where the resource should belong, description and channels.
16
+ *
17
+ */
18
+ export interface CreateCostAlertSubscriptionDetails {
19
+ /**
20
+ * The OCID of the compartment.
21
+ */
22
+ "compartmentId": string;
23
+ /**
24
+ * The name of the cost alert subscription. Avoid entering confidential information.
25
+ */
26
+ "name": string;
27
+ /**
28
+ * The description of the cost alert subscription.
29
+ */
30
+ "description"?: string;
31
+ /**
32
+ * The notification channels string.
33
+ */
34
+ "channels": string;
35
+ /**
36
+ * Defined tags for this resource. Each key is predefined and scoped to a
37
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
38
+ * <p>
39
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
40
+ *
41
+ */
42
+ "definedTags"?: {
43
+ [key: string]: {
44
+ [key: string]: any;
45
+ };
46
+ };
47
+ /**
48
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
49
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
50
+ * <p>
51
+ Example: {@code {\"Department\": \"Finance\"}}
52
+ *
53
+ */
54
+ "freeformTags"?: {
55
+ [key: string]: string;
56
+ };
57
+ }
58
+ export declare namespace CreateCostAlertSubscriptionDetails {
59
+ function getJsonObj(obj: CreateCostAlertSubscriptionDetails): object;
60
+ function getDeserializedJsonObj(obj: CreateCostAlertSubscriptionDetails): object;
61
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Budgets API
4
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
5
+ * OpenAPI spec version: 20190111
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.CreateCostAlertSubscriptionDetails = void 0;
16
+ var CreateCostAlertSubscriptionDetails;
17
+ (function (CreateCostAlertSubscriptionDetails) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ CreateCostAlertSubscriptionDetails.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ CreateCostAlertSubscriptionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(CreateCostAlertSubscriptionDetails = exports.CreateCostAlertSubscriptionDetails || (exports.CreateCostAlertSubscriptionDetails = {}));
29
+ //# sourceMappingURL=create-cost-alert-subscription-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-cost-alert-subscription-details.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/create-cost-alert-subscription-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6CH,IAAiB,kCAAkC,CAWlD;AAXD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAWlD"}
@@ -0,0 +1,61 @@
1
+ /**
2
+ * Budgets API
3
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
4
+ * OpenAPI spec version: 20190111
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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
+ * The create CostAnomalyMonitor details.
16
+ * The clients should pass ocid of the compartmentId for the monitor resource to be created. tenantIdFilter and resourceFilter
17
+ * targets resources to monitor in a given tenancy.
18
+ *
19
+ */
20
+ export interface CreateCostAnomalyMonitorDetails {
21
+ /**
22
+ * The OCID of the compartment.
23
+ */
24
+ "compartmentId": string;
25
+ /**
26
+ * The name of the cost anomaly monitor. Avoid entering confidential information.
27
+ */
28
+ "name": string;
29
+ /**
30
+ * The description of the cost anomaly monitor.
31
+ */
32
+ "description"?: string;
33
+ "targetResourceFilter": model.TargetResourceFilter;
34
+ "costAlertSubscriptionMap"?: model.CostAlertSubscriptionMap;
35
+ /**
36
+ * Defined tags for this resource. Each key is predefined and scoped to a
37
+ * namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
38
+ * <p>
39
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
40
+ *
41
+ */
42
+ "definedTags"?: {
43
+ [key: string]: {
44
+ [key: string]: any;
45
+ };
46
+ };
47
+ /**
48
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no
49
+ * predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
50
+ * <p>
51
+ Example: {@code {\"Department\": \"Finance\"}}
52
+ *
53
+ */
54
+ "freeformTags"?: {
55
+ [key: string]: string;
56
+ };
57
+ }
58
+ export declare namespace CreateCostAnomalyMonitorDetails {
59
+ function getJsonObj(obj: CreateCostAnomalyMonitorDetails): object;
60
+ function getDeserializedJsonObj(obj: CreateCostAnomalyMonitorDetails): object;
61
+ }
@@ -0,0 +1,63 @@
1
+ "use strict";
2
+ /**
3
+ * Budgets API
4
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
5
+ * OpenAPI spec version: 20190111
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, 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.CreateCostAnomalyMonitorDetails = void 0;
35
+ const model = __importStar(require("../model"));
36
+ var CreateCostAnomalyMonitorDetails;
37
+ (function (CreateCostAnomalyMonitorDetails) {
38
+ function getJsonObj(obj) {
39
+ const jsonObj = Object.assign(Object.assign({}, obj), {
40
+ "targetResourceFilter": obj.targetResourceFilter
41
+ ? model.TargetResourceFilter.getJsonObj(obj.targetResourceFilter)
42
+ : undefined,
43
+ "costAlertSubscriptionMap": obj.costAlertSubscriptionMap
44
+ ? model.CostAlertSubscriptionMap.getJsonObj(obj.costAlertSubscriptionMap)
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ CreateCostAnomalyMonitorDetails.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "targetResourceFilter": obj.targetResourceFilter
53
+ ? model.TargetResourceFilter.getDeserializedJsonObj(obj.targetResourceFilter)
54
+ : undefined,
55
+ "costAlertSubscriptionMap": obj.costAlertSubscriptionMap
56
+ ? model.CostAlertSubscriptionMap.getDeserializedJsonObj(obj.costAlertSubscriptionMap)
57
+ : undefined
58
+ });
59
+ return jsonObj;
60
+ }
61
+ CreateCostAnomalyMonitorDetails.getDeserializedJsonObj = getDeserializedJsonObj;
62
+ })(CreateCostAnomalyMonitorDetails = exports.CreateCostAnomalyMonitorDetails || (exports.CreateCostAnomalyMonitorDetails = {}));
63
+ //# sourceMappingURL=create-cost-anomaly-monitor-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-cost-anomaly-monitor-details.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/create-cost-anomaly-monitor-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ClC,IAAiB,+BAA+B,CA+B/C;AA/BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACjE,CAAC,CAAC,SAAS;YACb,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,UAAU,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACzE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,0CAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC7E,CAAC,CAAC,SAAS;YACb,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,wBAAwB,CAAC,sBAAsB,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACrF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,sDAAsB,yBAcrC,CAAA;AACH,CAAC,EA/BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA+B/C"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Budgets API
3
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
4
+ * OpenAPI spec version: 20190111
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2026, 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
+ /**
14
+ * The dimension used for filtering. Available dimensions are: \"service\", \"skuName\", \"skuPartNumber\", \"unit\", \"compartmentName\", \"compartmentPath\", \"compartmentId\", \"tenantName, \"tenantId\", \"platform\", \"region\", \"logicalAd\", \"resourceId\".
15
+ * For example:
16
+ * {@code [{value: \"COMPUTE\", key: \"service\"}]}
17
+ *
18
+ */
19
+ export interface Dimension {
20
+ /**
21
+ * The dimension key.
22
+ */
23
+ "key": string;
24
+ /**
25
+ * The dimension value.
26
+ */
27
+ "value": string;
28
+ }
29
+ export declare namespace Dimension {
30
+ function getJsonObj(obj: Dimension): object;
31
+ function getDeserializedJsonObj(obj: Dimension): object;
32
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ * Budgets API
4
+ * Use the Budgets API to manage budgets and budget alerts. For more information, see [Budgets Overview](https://docs.oracle.com/iaas/Content/Billing/Concepts/budgetsoverview.htm).
5
+ * OpenAPI spec version: 20190111
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.Dimension = void 0;
16
+ var Dimension;
17
+ (function (Dimension) {
18
+ function getJsonObj(obj) {
19
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
20
+ return jsonObj;
21
+ }
22
+ Dimension.getJsonObj = getJsonObj;
23
+ function getDeserializedJsonObj(obj) {
24
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
25
+ return jsonObj;
26
+ }
27
+ Dimension.getDeserializedJsonObj = getDeserializedJsonObj;
28
+ })(Dimension = exports.Dimension || (exports.Dimension = {}));
29
+ //# sourceMappingURL=dimension.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dimension.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/dimension.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsBH,IAAiB,SAAS,CAWzB;AAXD,WAAiB,SAAS;IACxB,SAAgB,UAAU,CAAC,GAAc;QACvC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAc;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAWzB"}
@@ -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, 2025, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2026, 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 AlertRule from "./alert-rule";
@@ -20,20 +20,62 @@ import * as Budget from "./budget";
20
20
  export import Budget = Budget.Budget;
21
21
  import * as BudgetSummary from "./budget-summary";
22
22
  export import BudgetSummary = BudgetSummary.BudgetSummary;
23
+ import * as CostAlertSubscription from "./cost-alert-subscription";
24
+ export import CostAlertSubscription = CostAlertSubscription.CostAlertSubscription;
25
+ import * as CostAlertSubscriptionCollection from "./cost-alert-subscription-collection";
26
+ export import CostAlertSubscriptionCollection = CostAlertSubscriptionCollection.CostAlertSubscriptionCollection;
27
+ import * as CostAlertSubscriptionMap from "./cost-alert-subscription-map";
28
+ export import CostAlertSubscriptionMap = CostAlertSubscriptionMap.CostAlertSubscriptionMap;
29
+ import * as CostAlertSubscriptionSummary from "./cost-alert-subscription-summary";
30
+ export import CostAlertSubscriptionSummary = CostAlertSubscriptionSummary.CostAlertSubscriptionSummary;
31
+ import * as CostAnomalyEvent from "./cost-anomaly-event";
32
+ export import CostAnomalyEvent = CostAnomalyEvent.CostAnomalyEvent;
33
+ import * as CostAnomalyEventAnalyticCollection from "./cost-anomaly-event-analytic-collection";
34
+ export import CostAnomalyEventAnalyticCollection = CostAnomalyEventAnalyticCollection.CostAnomalyEventAnalyticCollection;
35
+ import * as CostAnomalyEventAnalyticSummary from "./cost-anomaly-event-analytic-summary";
36
+ export import CostAnomalyEventAnalyticSummary = CostAnomalyEventAnalyticSummary.CostAnomalyEventAnalyticSummary;
37
+ import * as CostAnomalyEventCollection from "./cost-anomaly-event-collection";
38
+ export import CostAnomalyEventCollection = CostAnomalyEventCollection.CostAnomalyEventCollection;
39
+ import * as CostAnomalyEventSummary from "./cost-anomaly-event-summary";
40
+ export import CostAnomalyEventSummary = CostAnomalyEventSummary.CostAnomalyEventSummary;
41
+ import * as CostAnomalyMonitor from "./cost-anomaly-monitor";
42
+ export import CostAnomalyMonitor = CostAnomalyMonitor.CostAnomalyMonitor;
43
+ import * as CostAnomalyMonitorCollection from "./cost-anomaly-monitor-collection";
44
+ export import CostAnomalyMonitorCollection = CostAnomalyMonitorCollection.CostAnomalyMonitorCollection;
45
+ import * as CostAnomalyMonitorSummary from "./cost-anomaly-monitor-summary";
46
+ export import CostAnomalyMonitorSummary = CostAnomalyMonitorSummary.CostAnomalyMonitorSummary;
23
47
  import * as CreateAlertRuleDetails from "./create-alert-rule-details";
24
48
  export import CreateAlertRuleDetails = CreateAlertRuleDetails.CreateAlertRuleDetails;
25
49
  import * as CreateBudgetDetails from "./create-budget-details";
26
50
  export import CreateBudgetDetails = CreateBudgetDetails.CreateBudgetDetails;
51
+ import * as CreateCostAlertSubscriptionDetails from "./create-cost-alert-subscription-details";
52
+ export import CreateCostAlertSubscriptionDetails = CreateCostAlertSubscriptionDetails.CreateCostAlertSubscriptionDetails;
53
+ import * as CreateCostAnomalyMonitorDetails from "./create-cost-anomaly-monitor-details";
54
+ export import CreateCostAnomalyMonitorDetails = CreateCostAnomalyMonitorDetails.CreateCostAnomalyMonitorDetails;
55
+ import * as Dimension from "./dimension";
56
+ export import Dimension = Dimension.Dimension;
27
57
  import * as LifecycleState from "./lifecycle-state";
28
58
  export import LifecycleState = LifecycleState.LifecycleState;
59
+ import * as MonitorType from "./monitor-type";
60
+ export import MonitorType = MonitorType.MonitorType;
29
61
  import * as ProcessingPeriodType from "./processing-period-type";
30
62
  export import ProcessingPeriodType = ProcessingPeriodType.ProcessingPeriodType;
31
63
  import * as ResetPeriod from "./reset-period";
32
64
  export import ResetPeriod = ResetPeriod.ResetPeriod;
33
- import * as SortBy from "./sort-by";
34
- export import SortBy = SortBy.SortBy;
65
+ import * as RootCauseDetail from "./root-cause-detail";
66
+ export import RootCauseDetail = RootCauseDetail.RootCauseDetail;
67
+ import * as SortByForBudget from "./sort-by-for-budget";
68
+ export import SortByForBudget = SortByForBudget.SortByForBudget;
69
+ import * as SortByForCostAd from "./sort-by-for-cost-ad";
70
+ export import SortByForCostAd = SortByForCostAd.SortByForCostAd;
71
+ import * as SortByForCostAnomalyEvent from "./sort-by-for-cost-anomaly-event";
72
+ export import SortByForCostAnomalyEvent = SortByForCostAnomalyEvent.SortByForCostAnomalyEvent;
35
73
  import * as SortOrder from "./sort-order";
36
74
  export import SortOrder = SortOrder.SortOrder;
75
+ import * as Tag from "./tag";
76
+ export import Tag = Tag.Tag;
77
+ import * as TargetResourceFilter from "./target-resource-filter";
78
+ export import TargetResourceFilter = TargetResourceFilter.TargetResourceFilter;
37
79
  import * as TargetType from "./target-type";
38
80
  export import TargetType = TargetType.TargetType;
39
81
  import * as ThresholdType from "./threshold-type";
@@ -42,3 +84,9 @@ import * as UpdateAlertRuleDetails from "./update-alert-rule-details";
42
84
  export import UpdateAlertRuleDetails = UpdateAlertRuleDetails.UpdateAlertRuleDetails;
43
85
  import * as UpdateBudgetDetails from "./update-budget-details";
44
86
  export import UpdateBudgetDetails = UpdateBudgetDetails.UpdateBudgetDetails;
87
+ import * as UpdateCostAlertSubscriptionDetails from "./update-cost-alert-subscription-details";
88
+ export import UpdateCostAlertSubscriptionDetails = UpdateCostAlertSubscriptionDetails.UpdateCostAlertSubscriptionDetails;
89
+ import * as UpdateCostAnomalyEventDetails from "./update-cost-anomaly-event-details";
90
+ export import UpdateCostAnomalyEventDetails = UpdateCostAnomalyEventDetails.UpdateCostAnomalyEventDetails;
91
+ import * as UpdateCostAnomalyMonitorDetails from "./update-cost-anomaly-monitor-details";
92
+ export import UpdateCostAnomalyMonitorDetails = UpdateCostAnomalyMonitorDetails.UpdateCostAnomalyMonitorDetails;