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.
- 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,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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
|
+
export interface ListCostAlertSubscriptionsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
23
|
+
* of results remain. For important details about how pagination works, see
|
|
24
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.CostAlertSubscriptionCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"costAlertSubscriptionCollection": model.CostAlertSubscriptionCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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
|
+
//# sourceMappingURL=list-cost-alert-subscriptions-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-cost-alert-subscriptions-response.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/response/list-cost-alert-subscriptions-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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
|
+
export interface ListCostAnomalyEventsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
23
|
+
* of results remain. For important details about how pagination works, see
|
|
24
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.CostAnomalyEventCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"costAnomalyEventCollection": model.CostAnomalyEventCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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
|
+
//# sourceMappingURL=list-cost-anomaly-events-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-cost-anomaly-events-response.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/response/list-cost-anomaly-events-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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
|
+
export interface ListCostAnomalyMonitorsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
23
|
+
* of results remain. For important details about how pagination works, see
|
|
24
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.CostAnomalyMonitorCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"costAnomalyMonitorCollection": model.CostAnomalyMonitorCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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
|
+
//# sourceMappingURL=list-cost-anomaly-monitors-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-cost-anomaly-monitors-response.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/response/list-cost-anomaly-monitors-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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
|
+
export interface SummarizeCostAnomalyEventAnalyticsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
23
|
+
* of results remain. For important details about how pagination works, see
|
|
24
|
+
* [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.CostAnomalyEventAnalyticCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"costAnomalyEventAnalyticCollection": model.CostAnomalyEventAnalyticCollection;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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
|
+
//# sourceMappingURL=summarize-cost-anomaly-event-analytics-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"summarize-cost-anomaly-event-analytics-response.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/response/summarize-cost-anomaly-event-analytics-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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,
|
|
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,
|
|
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,
|
|
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,
|
|
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 });
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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
|
+
export interface UpdateCostAlertSubscriptionResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.CostAlertSubscription instance.
|
|
28
|
+
*/
|
|
29
|
+
"costAlertSubscription": model.CostAlertSubscription;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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
|
+
//# sourceMappingURL=update-cost-alert-subscription-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-cost-alert-subscription-response.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/response/update-cost-alert-subscription-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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
|
+
export interface UpdateCostAnomalyEventResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.CostAnomalyEvent instance.
|
|
28
|
+
*/
|
|
29
|
+
"costAnomalyEvent": model.CostAnomalyEvent;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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
|
+
//# sourceMappingURL=update-cost-anomaly-event-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-cost-anomaly-event-response.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/response/update-cost-anomaly-event-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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
|
+
export interface UpdateCostAnomalyMonitorResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.CostAnomalyMonitor instance.
|
|
28
|
+
*/
|
|
29
|
+
"costAnomalyMonitor": model.CostAnomalyMonitor;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
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
|
+
//# sourceMappingURL=update-cost-anomaly-monitor-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-cost-anomaly-monitor-response.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/response/update-cost-anomaly-monitor-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-budget",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.123.0",
|
|
4
4
|
"description": "OCI NodeJS client for Budget Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.123.0",
|
|
19
|
+
"oci-workrequests": "2.123.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|
package/lib/model/sort-by.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sort-by.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/model/sort-by.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;;;;IAKI;AACJ,IAAY,MAGX;AAHD,WAAY,MAAM;IAChB,qCAA2B,CAAA;IAC3B,qCAA2B,CAAA;AAC7B,CAAC,EAHW,MAAM,GAAN,cAAM,KAAN,cAAM,QAGjB;AAED,WAAiB,MAAM;IACrB,SAAgB,UAAU,CAAC,GAAW;QACpC,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,iBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAW;QAChD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,6BAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,MAAM,GAAN,cAAM,KAAN,cAAM,QAOtB"}
|