oci-budget 2.122.2 → 2.123.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.
- package/index.d.ts +4 -1
- package/index.js +5 -2
- package/index.js.map +1 -1
- package/lib/budget-waiter.d.ts +1 -1
- package/lib/budget-waiter.js +1 -1
- package/lib/client.d.ts +232 -1
- package/lib/client.js +1211 -2
- package/lib/client.js.map +1 -1
- package/lib/costad-waiter.d.ts +45 -0
- package/lib/costad-waiter.js +89 -0
- package/lib/costad-waiter.js.map +1 -0
- package/lib/model/alert-rule-summary.d.ts +1 -1
- package/lib/model/alert-rule-summary.js +1 -1
- package/lib/model/alert-rule.d.ts +1 -1
- package/lib/model/alert-rule.js +1 -1
- package/lib/model/alert-type.d.ts +1 -1
- package/lib/model/alert-type.js +1 -1
- package/lib/model/budget-summary.d.ts +13 -3
- package/lib/model/budget-summary.js +1 -1
- package/lib/model/budget-summary.js.map +1 -1
- package/lib/model/budget.d.ts +13 -3
- package/lib/model/budget.js +1 -1
- package/lib/model/budget.js.map +1 -1
- package/lib/model/cost-alert-subscription-collection.d.ts +26 -0
- package/lib/model/cost-alert-subscription-collection.js +61 -0
- package/lib/model/cost-alert-subscription-collection.js.map +1 -0
- package/lib/model/cost-alert-subscription-map.d.ts +46 -0
- package/lib/model/cost-alert-subscription-map.js +39 -0
- package/lib/model/cost-alert-subscription-map.js.map +1 -0
- package/lib/model/cost-alert-subscription-summary.d.ts +80 -0
- package/lib/model/cost-alert-subscription-summary.js +29 -0
- package/lib/model/cost-alert-subscription-summary.js.map +1 -0
- package/lib/model/cost-alert-subscription.d.ts +101 -0
- package/lib/model/cost-alert-subscription.js +39 -0
- package/lib/model/cost-alert-subscription.js.map +1 -0
- package/lib/model/cost-anomaly-event-analytic-collection.d.ts +26 -0
- package/lib/model/cost-anomaly-event-analytic-collection.js +61 -0
- package/lib/model/cost-anomaly-event-analytic-collection.js.map +1 -0
- package/lib/model/cost-anomaly-event-analytic-summary.d.ts +33 -0
- package/lib/model/cost-anomaly-event-analytic-summary.js +29 -0
- package/lib/model/cost-anomaly-event-analytic-summary.js.map +1 -0
- package/lib/model/cost-anomaly-event-collection.d.ts +26 -0
- package/lib/model/cost-anomaly-event-collection.js +61 -0
- package/lib/model/cost-anomaly-event-collection.js.map +1 -0
- package/lib/model/cost-anomaly-event-summary.d.ts +99 -0
- package/lib/model/cost-anomaly-event-summary.js +63 -0
- package/lib/model/cost-anomaly-event-summary.js.map +1 -0
- package/lib/model/cost-anomaly-event.d.ts +129 -0
- package/lib/model/cost-anomaly-event.js +83 -0
- package/lib/model/cost-anomaly-event.js.map +1 -0
- package/lib/model/cost-anomaly-monitor-collection.d.ts +26 -0
- package/lib/model/cost-anomaly-monitor-collection.js +61 -0
- package/lib/model/cost-anomaly-monitor-collection.js.map +1 -0
- package/lib/model/cost-anomaly-monitor-summary.d.ts +90 -0
- package/lib/model/cost-anomaly-monitor-summary.js +57 -0
- package/lib/model/cost-anomaly-monitor-summary.js.map +1 -0
- package/lib/model/cost-anomaly-monitor.d.ts +106 -0
- package/lib/model/cost-anomaly-monitor.js +74 -0
- package/lib/model/cost-anomaly-monitor.js.map +1 -0
- package/lib/model/create-alert-rule-details.d.ts +1 -1
- package/lib/model/create-alert-rule-details.js +1 -1
- package/lib/model/create-budget-details.d.ts +13 -3
- package/lib/model/create-budget-details.js +1 -1
- package/lib/model/create-budget-details.js.map +1 -1
- package/lib/model/create-cost-alert-subscription-details.d.ts +61 -0
- package/lib/model/create-cost-alert-subscription-details.js +29 -0
- package/lib/model/create-cost-alert-subscription-details.js.map +1 -0
- package/lib/model/create-cost-anomaly-monitor-details.d.ts +61 -0
- package/lib/model/create-cost-anomaly-monitor-details.js +63 -0
- package/lib/model/create-cost-anomaly-monitor-details.js.map +1 -0
- package/lib/model/dimension.d.ts +32 -0
- package/lib/model/dimension.js +29 -0
- package/lib/model/dimension.js.map +1 -0
- package/lib/model/index.d.ts +51 -3
- package/lib/model/index.js +52 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/lifecycle-state.d.ts +1 -1
- package/lib/model/lifecycle-state.js +1 -1
- package/lib/model/monitor-type.d.ts +29 -0
- package/lib/model/monitor-type.js +40 -0
- package/lib/model/monitor-type.js.map +1 -0
- package/lib/model/processing-period-type.d.ts +1 -1
- package/lib/model/processing-period-type.js +1 -1
- package/lib/model/reset-period.d.ts +1 -1
- package/lib/model/reset-period.js +1 -1
- package/lib/model/root-cause-detail.d.ts +25 -0
- package/lib/model/root-cause-detail.js +29 -0
- package/lib/model/root-cause-detail.js.map +1 -0
- package/lib/model/{sort-by.d.ts → sort-by-for-budget.d.ts} +7 -8
- package/lib/model/{sort-by.js → sort-by-for-budget.js} +14 -15
- package/lib/model/sort-by-for-budget.js.map +1 -0
- package/lib/model/sort-by-for-cost-ad.d.ts +26 -0
- package/lib/model/sort-by-for-cost-ad.js +37 -0
- package/lib/model/sort-by-for-cost-ad.js.map +1 -0
- package/lib/model/sort-by-for-cost-anomaly-event.d.ts +26 -0
- package/lib/model/sort-by-for-cost-anomaly-event.js +37 -0
- package/lib/model/sort-by-for-cost-anomaly-event.js.map +1 -0
- package/lib/model/sort-order.d.ts +1 -1
- package/lib/model/sort-order.js +1 -1
- package/lib/model/tag.d.ts +33 -0
- package/lib/model/tag.js +29 -0
- package/lib/model/tag.js.map +1 -0
- package/lib/model/target-resource-filter.d.ts +50 -0
- package/lib/model/target-resource-filter.js +91 -0
- package/lib/model/target-resource-filter.js.map +1 -0
- package/lib/model/target-type.d.ts +1 -1
- package/lib/model/target-type.js +1 -1
- package/lib/model/threshold-type.d.ts +1 -1
- package/lib/model/threshold-type.js +1 -1
- package/lib/model/update-alert-rule-details.d.ts +1 -1
- package/lib/model/update-alert-rule-details.js +1 -1
- package/lib/model/update-budget-details.d.ts +13 -3
- package/lib/model/update-budget-details.js +1 -1
- package/lib/model/update-budget-details.js.map +1 -1
- package/lib/model/update-cost-alert-subscription-details.d.ts +52 -0
- package/lib/model/update-cost-alert-subscription-details.js +29 -0
- package/lib/model/update-cost-alert-subscription-details.js.map +1 -0
- package/lib/model/update-cost-anomaly-event-details.d.ts +48 -0
- package/lib/model/update-cost-anomaly-event-details.js +29 -0
- package/lib/model/update-cost-anomaly-event-details.js.map +1 -0
- package/lib/model/update-cost-anomaly-monitor-details.d.ts +49 -0
- package/lib/model/update-cost-anomaly-monitor-details.js +57 -0
- package/lib/model/update-cost-anomaly-monitor-details.js.map +1 -0
- package/lib/request/create-alert-rule-request.d.ts +1 -1
- package/lib/request/create-alert-rule-request.js +1 -1
- package/lib/request/create-budget-request.d.ts +1 -1
- package/lib/request/create-budget-request.js +1 -1
- package/lib/request/create-cost-alert-subscription-request.d.ts +36 -0
- package/lib/request/create-cost-alert-subscription-request.js +15 -0
- package/lib/request/create-cost-alert-subscription-request.js.map +1 -0
- package/lib/request/create-cost-anomaly-monitor-request.d.ts +36 -0
- package/lib/request/create-cost-anomaly-monitor-request.js +15 -0
- package/lib/request/create-cost-anomaly-monitor-request.js.map +1 -0
- package/lib/request/delete-alert-rule-request.d.ts +1 -1
- package/lib/request/delete-alert-rule-request.js +1 -1
- package/lib/request/delete-budget-request.d.ts +1 -1
- package/lib/request/delete-budget-request.js +1 -1
- package/lib/request/delete-cost-alert-subscription-request.d.ts +35 -0
- package/lib/request/delete-cost-alert-subscription-request.js +15 -0
- package/lib/request/delete-cost-alert-subscription-request.js.map +1 -0
- package/lib/request/delete-cost-anomaly-monitor-request.d.ts +35 -0
- package/lib/request/delete-cost-anomaly-monitor-request.js +15 -0
- package/lib/request/delete-cost-anomaly-monitor-request.js.map +1 -0
- package/lib/request/disable-cost-anomaly-monitor-request.d.ts +44 -0
- package/lib/request/disable-cost-anomaly-monitor-request.js +15 -0
- package/lib/request/disable-cost-anomaly-monitor-request.js.map +1 -0
- package/lib/request/enable-cost-anomaly-monitor-request.d.ts +44 -0
- package/lib/request/enable-cost-anomaly-monitor-request.js +15 -0
- package/lib/request/enable-cost-anomaly-monitor-request.js.map +1 -0
- package/lib/request/get-alert-rule-request.d.ts +1 -1
- package/lib/request/get-alert-rule-request.js +1 -1
- package/lib/request/get-budget-request.d.ts +1 -1
- package/lib/request/get-budget-request.js +1 -1
- package/lib/request/get-cost-alert-subscription-request.d.ts +26 -0
- package/lib/request/get-cost-alert-subscription-request.js +15 -0
- package/lib/request/get-cost-alert-subscription-request.js.map +1 -0
- package/lib/request/get-cost-anomaly-event-request.d.ts +26 -0
- package/lib/request/get-cost-anomaly-event-request.js +15 -0
- package/lib/request/get-cost-anomaly-event-request.js.map +1 -0
- package/lib/request/get-cost-anomaly-monitor-request.d.ts +26 -0
- package/lib/request/get-cost-anomaly-monitor-request.js +15 -0
- package/lib/request/get-cost-anomaly-monitor-request.js.map +1 -0
- package/lib/request/index.d.ts +33 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-alert-rules-request.d.ts +2 -2
- package/lib/request/list-alert-rules-request.js +1 -1
- package/lib/request/list-budgets-request.d.ts +2 -2
- package/lib/request/list-budgets-request.js +1 -1
- package/lib/request/list-cost-alert-subscriptions-request.d.ts +55 -0
- package/lib/request/list-cost-alert-subscriptions-request.js +15 -0
- package/lib/request/list-cost-alert-subscriptions-request.js.map +1 -0
- package/lib/request/list-cost-anomaly-events-request.d.ts +79 -0
- package/lib/request/list-cost-anomaly-events-request.js +15 -0
- package/lib/request/list-cost-anomaly-events-request.js.map +1 -0
- package/lib/request/list-cost-anomaly-monitors-request.d.ts +63 -0
- package/lib/request/list-cost-anomaly-monitors-request.js +15 -0
- package/lib/request/list-cost-anomaly-monitors-request.js.map +1 -0
- package/lib/request/summarize-cost-anomaly-event-analytics-request.d.ts +79 -0
- package/lib/request/summarize-cost-anomaly-event-analytics-request.js +15 -0
- package/lib/request/summarize-cost-anomaly-event-analytics-request.js.map +1 -0
- package/lib/request/update-alert-rule-request.d.ts +1 -1
- package/lib/request/update-alert-rule-request.js +1 -1
- package/lib/request/update-budget-request.d.ts +1 -1
- package/lib/request/update-budget-request.js +1 -1
- package/lib/request/update-cost-alert-subscription-request.d.ts +40 -0
- package/lib/request/update-cost-alert-subscription-request.js +15 -0
- package/lib/request/update-cost-alert-subscription-request.js.map +1 -0
- package/lib/request/update-cost-anomaly-event-request.d.ts +40 -0
- package/lib/request/update-cost-anomaly-event-request.js +15 -0
- package/lib/request/update-cost-anomaly-event-request.js.map +1 -0
- package/lib/request/update-cost-anomaly-monitor-request.d.ts +40 -0
- package/lib/request/update-cost-anomaly-monitor-request.js +15 -0
- package/lib/request/update-cost-anomaly-monitor-request.js.map +1 -0
- package/lib/response/create-alert-rule-response.d.ts +1 -1
- package/lib/response/create-alert-rule-response.js +1 -1
- package/lib/response/create-budget-response.d.ts +1 -1
- package/lib/response/create-budget-response.js +1 -1
- package/lib/response/create-cost-alert-subscription-response.d.ts +30 -0
- package/lib/response/create-cost-alert-subscription-response.js +15 -0
- package/lib/response/create-cost-alert-subscription-response.js.map +1 -0
- package/lib/response/create-cost-anomaly-monitor-response.d.ts +30 -0
- package/lib/response/create-cost-anomaly-monitor-response.js +15 -0
- package/lib/response/create-cost-anomaly-monitor-response.js.map +1 -0
- package/lib/response/delete-alert-rule-response.d.ts +1 -1
- package/lib/response/delete-alert-rule-response.js +1 -1
- package/lib/response/delete-budget-response.d.ts +1 -1
- package/lib/response/delete-budget-response.js +1 -1
- package/lib/response/delete-cost-alert-subscription-response.d.ts +20 -0
- package/lib/response/delete-cost-alert-subscription-response.js +15 -0
- package/lib/response/delete-cost-alert-subscription-response.js.map +1 -0
- package/lib/response/delete-cost-anomaly-monitor-response.d.ts +20 -0
- package/lib/response/delete-cost-anomaly-monitor-response.js +15 -0
- package/lib/response/delete-cost-anomaly-monitor-response.js.map +1 -0
- package/lib/response/disable-cost-anomaly-monitor-response.d.ts +30 -0
- package/lib/response/disable-cost-anomaly-monitor-response.js +15 -0
- package/lib/response/disable-cost-anomaly-monitor-response.js.map +1 -0
- package/lib/response/enable-cost-anomaly-monitor-response.d.ts +30 -0
- package/lib/response/enable-cost-anomaly-monitor-response.js +15 -0
- package/lib/response/enable-cost-anomaly-monitor-response.js.map +1 -0
- package/lib/response/get-alert-rule-response.d.ts +1 -1
- package/lib/response/get-alert-rule-response.js +1 -1
- package/lib/response/get-budget-response.d.ts +1 -1
- package/lib/response/get-budget-response.js +1 -1
- package/lib/response/get-cost-alert-subscription-response.d.ts +30 -0
- package/lib/response/get-cost-alert-subscription-response.js +15 -0
- package/lib/response/get-cost-alert-subscription-response.js.map +1 -0
- package/lib/response/get-cost-anomaly-event-response.d.ts +30 -0
- package/lib/response/get-cost-anomaly-event-response.js +15 -0
- package/lib/response/get-cost-anomaly-event-response.js.map +1 -0
- package/lib/response/get-cost-anomaly-monitor-response.d.ts +30 -0
- package/lib/response/get-cost-anomaly-monitor-response.js +15 -0
- package/lib/response/get-cost-anomaly-monitor-response.js.map +1 -0
- package/lib/response/index.d.ts +33 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-alert-rules-response.d.ts +1 -1
- package/lib/response/list-alert-rules-response.js +1 -1
- package/lib/response/list-budgets-response.d.ts +1 -1
- package/lib/response/list-budgets-response.js +1 -1
- package/lib/response/list-cost-alert-subscriptions-response.d.ts +32 -0
- package/lib/response/list-cost-alert-subscriptions-response.js +15 -0
- package/lib/response/list-cost-alert-subscriptions-response.js.map +1 -0
- package/lib/response/list-cost-anomaly-events-response.d.ts +32 -0
- package/lib/response/list-cost-anomaly-events-response.js +15 -0
- package/lib/response/list-cost-anomaly-events-response.js.map +1 -0
- package/lib/response/list-cost-anomaly-monitors-response.d.ts +32 -0
- package/lib/response/list-cost-anomaly-monitors-response.js +15 -0
- package/lib/response/list-cost-anomaly-monitors-response.js.map +1 -0
- package/lib/response/summarize-cost-anomaly-event-analytics-response.d.ts +32 -0
- package/lib/response/summarize-cost-anomaly-event-analytics-response.js +15 -0
- package/lib/response/summarize-cost-anomaly-event-analytics-response.js.map +1 -0
- package/lib/response/update-alert-rule-response.d.ts +1 -1
- package/lib/response/update-alert-rule-response.js +1 -1
- package/lib/response/update-budget-response.d.ts +1 -1
- package/lib/response/update-budget-response.js +1 -1
- package/lib/response/update-cost-alert-subscription-response.d.ts +30 -0
- package/lib/response/update-cost-alert-subscription-response.js +15 -0
- package/lib/response/update-cost-alert-subscription-response.js.map +1 -0
- package/lib/response/update-cost-anomaly-event-response.d.ts +30 -0
- package/lib/response/update-cost-anomaly-event-response.js +15 -0
- package/lib/response/update-cost-anomaly-event-response.js.map +1 -0
- package/lib/response/update-cost-anomaly-monitor-response.d.ts +30 -0
- package/lib/response/update-cost-anomaly-monitor-response.js +15 -0
- package/lib/response/update-cost-anomaly-monitor-response.js.map +1 -0
- package/package.json +3 -3
- package/lib/model/sort-by.js.map +0 -1
|
@@ -0,0 +1,46 @@
|
|
|
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 mapping of cost monitor to alert subscription along with thresholds.
|
|
15
|
+
*/
|
|
16
|
+
export interface CostAlertSubscriptionMap {
|
|
17
|
+
/**
|
|
18
|
+
* The filter operator. Example: 'AND', 'OR'.
|
|
19
|
+
*/
|
|
20
|
+
"operator"?: CostAlertSubscriptionMap.Operator;
|
|
21
|
+
/**
|
|
22
|
+
* The absolute threshold value. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
|
+
*/
|
|
24
|
+
"thresholdAbsoluteValue"?: number;
|
|
25
|
+
/**
|
|
26
|
+
* The relative percentage threshold value. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
27
|
+
*/
|
|
28
|
+
"thresholdRelativePercent"?: number;
|
|
29
|
+
/**
|
|
30
|
+
* The costAlertSubscription ocid which the cost monitor alert maps to.
|
|
31
|
+
*/
|
|
32
|
+
"costAlertSubscriptionId"?: string;
|
|
33
|
+
}
|
|
34
|
+
export declare namespace CostAlertSubscriptionMap {
|
|
35
|
+
enum Operator {
|
|
36
|
+
And = "AND",
|
|
37
|
+
Or = "OR",
|
|
38
|
+
/**
|
|
39
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
40
|
+
* version of the SDK.
|
|
41
|
+
*/
|
|
42
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
43
|
+
}
|
|
44
|
+
function getJsonObj(obj: CostAlertSubscriptionMap): object;
|
|
45
|
+
function getDeserializedJsonObj(obj: CostAlertSubscriptionMap): object;
|
|
46
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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.CostAlertSubscriptionMap = void 0;
|
|
16
|
+
var CostAlertSubscriptionMap;
|
|
17
|
+
(function (CostAlertSubscriptionMap) {
|
|
18
|
+
let Operator;
|
|
19
|
+
(function (Operator) {
|
|
20
|
+
Operator["And"] = "AND";
|
|
21
|
+
Operator["Or"] = "OR";
|
|
22
|
+
/**
|
|
23
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
|
+
* version of the SDK.
|
|
25
|
+
*/
|
|
26
|
+
Operator["UnknownValue"] = "UNKNOWN_VALUE";
|
|
27
|
+
})(Operator = CostAlertSubscriptionMap.Operator || (CostAlertSubscriptionMap.Operator = {}));
|
|
28
|
+
function getJsonObj(obj) {
|
|
29
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
30
|
+
return jsonObj;
|
|
31
|
+
}
|
|
32
|
+
CostAlertSubscriptionMap.getJsonObj = getJsonObj;
|
|
33
|
+
function getDeserializedJsonObj(obj) {
|
|
34
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
35
|
+
return jsonObj;
|
|
36
|
+
}
|
|
37
|
+
CostAlertSubscriptionMap.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
38
|
+
})(CostAlertSubscriptionMap = exports.CostAlertSubscriptionMap || (exports.CostAlertSubscriptionMap = {}));
|
|
39
|
+
//# sourceMappingURL=cost-alert-subscription-map.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cost-alert-subscription-map.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/cost-alert-subscription-map.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,wBAAwB,CAqBxC;AArBD,WAAiB,wBAAwB;IACvC,IAAY,QAQX;IARD,WAAY,QAAQ;QAClB,uBAAW,CAAA;QACX,qBAAS,CAAA;QACT;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EARW,QAAQ,GAAR,iCAAQ,KAAR,iCAAQ,QAQnB;IAED,SAAgB,UAAU,CAAC,GAA6B;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA6B;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,wBAAwB,GAAxB,gCAAwB,KAAxB,gCAAwB,QAqBxC"}
|
|
@@ -0,0 +1,80 @@
|
|
|
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
|
+
* A CostAlertSubscription.
|
|
15
|
+
*/
|
|
16
|
+
export interface CostAlertSubscriptionSummary {
|
|
17
|
+
/**
|
|
18
|
+
* The OCID of the Cost Alert Subscription.
|
|
19
|
+
*/
|
|
20
|
+
"id": string;
|
|
21
|
+
/**
|
|
22
|
+
* The OCID of the compartment which hold the cost alert subscription resource.
|
|
23
|
+
*/
|
|
24
|
+
"compartmentId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The name of the cost alert subscription. Avoid entering confidential information.
|
|
27
|
+
*/
|
|
28
|
+
"name": string;
|
|
29
|
+
/**
|
|
30
|
+
* The notification channels types string.
|
|
31
|
+
*/
|
|
32
|
+
"channelTypes": string;
|
|
33
|
+
/**
|
|
34
|
+
* The time that the cost alert subscription was created.
|
|
35
|
+
*/
|
|
36
|
+
"timeCreated": Date;
|
|
37
|
+
/**
|
|
38
|
+
* The current state of the cost alert subscription.
|
|
39
|
+
*/
|
|
40
|
+
"lifecycleState": string;
|
|
41
|
+
/**
|
|
42
|
+
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
43
|
+
* namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
44
|
+
* <p>
|
|
45
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"definedTags"?: {
|
|
49
|
+
[key: string]: {
|
|
50
|
+
[key: string]: any;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
55
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
56
|
+
* <p>
|
|
57
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"freeformTags"?: {
|
|
61
|
+
[key: string]: string;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
65
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
66
|
+
* System tags can be viewed by users, but can only be created by the system.
|
|
67
|
+
* <p>
|
|
68
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
69
|
+
*
|
|
70
|
+
*/
|
|
71
|
+
"systemTags"?: {
|
|
72
|
+
[key: string]: {
|
|
73
|
+
[key: string]: any;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
export declare namespace CostAlertSubscriptionSummary {
|
|
78
|
+
function getJsonObj(obj: CostAlertSubscriptionSummary): object;
|
|
79
|
+
function getDeserializedJsonObj(obj: CostAlertSubscriptionSummary): object;
|
|
80
|
+
}
|
|
@@ -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.CostAlertSubscriptionSummary = void 0;
|
|
16
|
+
var CostAlertSubscriptionSummary;
|
|
17
|
+
(function (CostAlertSubscriptionSummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
CostAlertSubscriptionSummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
CostAlertSubscriptionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(CostAlertSubscriptionSummary = exports.CostAlertSubscriptionSummary || (exports.CostAlertSubscriptionSummary = {}));
|
|
29
|
+
//# sourceMappingURL=cost-alert-subscription-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cost-alert-subscription-summary.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/cost-alert-subscription-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4DH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
|
|
@@ -0,0 +1,101 @@
|
|
|
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
|
+
* A CostAlertSubscription.
|
|
15
|
+
*/
|
|
16
|
+
export interface CostAlertSubscription {
|
|
17
|
+
/**
|
|
18
|
+
* The OCID of the Cost Alert Subscription.
|
|
19
|
+
*/
|
|
20
|
+
"id": string;
|
|
21
|
+
/**
|
|
22
|
+
* The OCID of the compartment which hold the cost alert subscription resource.
|
|
23
|
+
*/
|
|
24
|
+
"compartmentId": string;
|
|
25
|
+
/**
|
|
26
|
+
* The name of the cost alert subscription. Avoid entering confidential information.
|
|
27
|
+
*/
|
|
28
|
+
"name": string;
|
|
29
|
+
/**
|
|
30
|
+
* The current state of the cost alert subscription.
|
|
31
|
+
*/
|
|
32
|
+
"lifecycleState": CostAlertSubscription.LifecycleState;
|
|
33
|
+
/**
|
|
34
|
+
* The notification channels string.
|
|
35
|
+
*/
|
|
36
|
+
"channels": string;
|
|
37
|
+
/**
|
|
38
|
+
* The description of the cost alert subscription.
|
|
39
|
+
*/
|
|
40
|
+
"description"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The time that the cost alert subscription was created.
|
|
43
|
+
*/
|
|
44
|
+
"timeCreated": Date;
|
|
45
|
+
/**
|
|
46
|
+
* The time that the cost alert subscription was updated.
|
|
47
|
+
*/
|
|
48
|
+
"timeUpdated": Date;
|
|
49
|
+
/**
|
|
50
|
+
* List of monitor identifiers
|
|
51
|
+
*/
|
|
52
|
+
"costAnomalyMonitors": any;
|
|
53
|
+
/**
|
|
54
|
+
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
55
|
+
* namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
56
|
+
* <p>
|
|
57
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"definedTags"?: {
|
|
61
|
+
[key: string]: {
|
|
62
|
+
[key: string]: any;
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
67
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
68
|
+
* <p>
|
|
69
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
70
|
+
*
|
|
71
|
+
*/
|
|
72
|
+
"freeformTags"?: {
|
|
73
|
+
[key: string]: string;
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
77
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
78
|
+
* System tags can be viewed by users, but can only be created by the system.
|
|
79
|
+
* <p>
|
|
80
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
"systemTags"?: {
|
|
84
|
+
[key: string]: {
|
|
85
|
+
[key: string]: any;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
export declare namespace CostAlertSubscription {
|
|
90
|
+
enum LifecycleState {
|
|
91
|
+
Active = "ACTIVE",
|
|
92
|
+
Inactive = "INACTIVE",
|
|
93
|
+
/**
|
|
94
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
95
|
+
* version of the SDK.
|
|
96
|
+
*/
|
|
97
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
98
|
+
}
|
|
99
|
+
function getJsonObj(obj: CostAlertSubscription): object;
|
|
100
|
+
function getDeserializedJsonObj(obj: CostAlertSubscription): object;
|
|
101
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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.CostAlertSubscription = void 0;
|
|
16
|
+
var CostAlertSubscription;
|
|
17
|
+
(function (CostAlertSubscription) {
|
|
18
|
+
let LifecycleState;
|
|
19
|
+
(function (LifecycleState) {
|
|
20
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
21
|
+
LifecycleState["Inactive"] = "INACTIVE";
|
|
22
|
+
/**
|
|
23
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
24
|
+
* version of the SDK.
|
|
25
|
+
*/
|
|
26
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
27
|
+
})(LifecycleState = CostAlertSubscription.LifecycleState || (CostAlertSubscription.LifecycleState = {}));
|
|
28
|
+
function getJsonObj(obj) {
|
|
29
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
30
|
+
return jsonObj;
|
|
31
|
+
}
|
|
32
|
+
CostAlertSubscription.getJsonObj = getJsonObj;
|
|
33
|
+
function getDeserializedJsonObj(obj) {
|
|
34
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
35
|
+
return jsonObj;
|
|
36
|
+
}
|
|
37
|
+
CostAlertSubscription.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
38
|
+
})(CostAlertSubscription = exports.CostAlertSubscription || (exports.CostAlertSubscription = {}));
|
|
39
|
+
//# sourceMappingURL=cost-alert-subscription.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cost-alert-subscription.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/cost-alert-subscription.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwEH,IAAiB,qBAAqB,CAqBrC;AArBD,WAAiB,qBAAqB;IACpC,IAAY,cAQX;IARD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EARW,cAAc,GAAd,oCAAc,KAAd,oCAAc,QAQzB;IAED,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EArBgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAqBrC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
* Results of a CostAnomalyEventAnalytics search.
|
|
16
|
+
*/
|
|
17
|
+
export interface CostAnomalyEventAnalyticCollection {
|
|
18
|
+
/**
|
|
19
|
+
* The list of CostAnomalyEvent Analytic summary.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.CostAnomalyEventAnalyticSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace CostAnomalyEventAnalyticCollection {
|
|
24
|
+
function getJsonObj(obj: CostAnomalyEventAnalyticCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: CostAnomalyEventAnalyticCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.CostAnomalyEventAnalyticCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CostAnomalyEventAnalyticCollection;
|
|
37
|
+
(function (CostAnomalyEventAnalyticCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.CostAnomalyEventAnalyticSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
CostAnomalyEventAnalyticCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.CostAnomalyEventAnalyticSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
CostAnomalyEventAnalyticCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(CostAnomalyEventAnalyticCollection = exports.CostAnomalyEventAnalyticCollection || (exports.CostAnomalyEventAnalyticCollection = {}));
|
|
61
|
+
//# sourceMappingURL=cost-anomaly-event-analytic-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cost-anomaly-event-analytic-collection.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/cost-anomaly-event-analytic-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,kCAAkC,CA6BlD;AA7BD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QA6BlD"}
|
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
* A CostAnomalyEventAnalyticSummary.
|
|
15
|
+
*/
|
|
16
|
+
export interface CostAnomalyEventAnalyticSummary {
|
|
17
|
+
/**
|
|
18
|
+
* The number of cost anomaly events in the given time period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
19
|
+
*/
|
|
20
|
+
"count": number;
|
|
21
|
+
/**
|
|
22
|
+
* The average cost impact of the anomaly events in the given time period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
|
+
*/
|
|
24
|
+
"averageCostImpact": number;
|
|
25
|
+
/**
|
|
26
|
+
* The average cost variance of the anomaly events in the given time period. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
27
|
+
*/
|
|
28
|
+
"averageCostVariance": number;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace CostAnomalyEventAnalyticSummary {
|
|
31
|
+
function getJsonObj(obj: CostAnomalyEventAnalyticSummary): object;
|
|
32
|
+
function getDeserializedJsonObj(obj: CostAnomalyEventAnalyticSummary): object;
|
|
33
|
+
}
|
|
@@ -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.CostAnomalyEventAnalyticSummary = void 0;
|
|
16
|
+
var CostAnomalyEventAnalyticSummary;
|
|
17
|
+
(function (CostAnomalyEventAnalyticSummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
CostAnomalyEventAnalyticSummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
CostAnomalyEventAnalyticSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(CostAnomalyEventAnalyticSummary = exports.CostAnomalyEventAnalyticSummary || (exports.CostAnomalyEventAnalyticSummary = {}));
|
|
29
|
+
//# sourceMappingURL=cost-anomaly-event-analytic-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cost-anomaly-event-analytic-summary.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/cost-anomaly-event-analytic-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAuBH,IAAiB,+BAA+B,CAW/C;AAXD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAW/C"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
* Results of a costAnomalyEvent search. Contains both CostAnomalyEventSummary items and other data.
|
|
16
|
+
*/
|
|
17
|
+
export interface CostAnomalyEventCollection {
|
|
18
|
+
/**
|
|
19
|
+
* A page of CostAnomalyMonitorSummary objects.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.CostAnomalyEventSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace CostAnomalyEventCollection {
|
|
24
|
+
function getJsonObj(obj: CostAnomalyEventCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: CostAnomalyEventCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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.CostAnomalyEventCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CostAnomalyEventCollection;
|
|
37
|
+
(function (CostAnomalyEventCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.CostAnomalyEventSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
CostAnomalyEventCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.CostAnomalyEventSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
CostAnomalyEventCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(CostAnomalyEventCollection = exports.CostAnomalyEventCollection || (exports.CostAnomalyEventCollection = {}));
|
|
61
|
+
//# sourceMappingURL=cost-anomaly-event-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cost-anomaly-event-collection.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/cost-anomaly-event-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
|