oci-budget 2.122.2 → 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
package/index.d.ts
CHANGED
|
@@ -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 requests from "./lib/request";
|
|
@@ -15,8 +15,11 @@ import * as models from "./lib/model";
|
|
|
15
15
|
import * as responses from "./lib/response";
|
|
16
16
|
import * as client from "./lib/client";
|
|
17
17
|
import * as budget_waiter from "./lib/budget-waiter";
|
|
18
|
+
import * as costad_waiter from "./lib/costad-waiter";
|
|
18
19
|
export { models };
|
|
19
20
|
export { requests };
|
|
20
21
|
export { responses };
|
|
21
22
|
export import BudgetClient = client.BudgetClient;
|
|
22
23
|
export import BudgetWaiter = budget_waiter.BudgetWaiter;
|
|
24
|
+
export import CostAdClient = client.CostAdClient;
|
|
25
|
+
export import CostAdWaiter = costad_waiter.CostAdWaiter;
|
package/index.js
CHANGED
|
@@ -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
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
@@ -31,7 +31,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
31
31
|
return result;
|
|
32
32
|
};
|
|
33
33
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.BudgetWaiter = exports.BudgetClient = exports.responses = exports.requests = exports.models = void 0;
|
|
34
|
+
exports.CostAdWaiter = exports.CostAdClient = exports.BudgetWaiter = exports.BudgetClient = exports.responses = exports.requests = exports.models = void 0;
|
|
35
35
|
const requests = __importStar(require("./lib/request"));
|
|
36
36
|
exports.requests = requests;
|
|
37
37
|
const models = __importStar(require("./lib/model"));
|
|
@@ -40,6 +40,9 @@ const responses = __importStar(require("./lib/response"));
|
|
|
40
40
|
exports.responses = responses;
|
|
41
41
|
const client = __importStar(require("./lib/client"));
|
|
42
42
|
const budget_waiter = __importStar(require("./lib/budget-waiter"));
|
|
43
|
+
const costad_waiter = __importStar(require("./lib/costad-waiter"));
|
|
43
44
|
exports.BudgetClient = client.BudgetClient;
|
|
44
45
|
exports.BudgetWaiter = budget_waiter.BudgetWaiter;
|
|
46
|
+
exports.CostAdClient = client.CostAdClient;
|
|
47
|
+
exports.CostAdWaiter = costad_waiter.CostAdWaiter;
|
|
45
48
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/budget/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/budget/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAQjC,4BAAQ;AAPjB,oDAAsC;AAM7B,wBAAM;AALf,0DAA4C;AAOnC,8BAAS;AANlB,qDAAuC;AACvC,mEAAqD;AACrD,mEAAqD;AAKvC,QAAA,YAAY,GAAG,MAAM,CAAC,YAAY,CAAC;AACnC,QAAA,YAAY,GAAG,aAAa,CAAC,YAAY,CAAC;AAC1C,QAAA,YAAY,GAAG,MAAM,CAAC,YAAY,CAAC;AACnC,QAAA,YAAY,GAAG,aAAa,CAAC,YAAY,CAAC"}
|
package/lib/budget-waiter.d.ts
CHANGED
|
@@ -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 serviceRequests from "./request";
|
package/lib/budget-waiter.js
CHANGED
|
@@ -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
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
package/lib/client.d.ts
CHANGED
|
@@ -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 common = require("oci-common");
|
|
@@ -15,6 +15,7 @@ import * as requests from "./request";
|
|
|
15
15
|
import * as model from "./model";
|
|
16
16
|
import * as responses from "./response";
|
|
17
17
|
import { BudgetWaiter } from "./budget-waiter";
|
|
18
|
+
import { CostAdWaiter } from "./costad-waiter";
|
|
18
19
|
declare const Breaker: any;
|
|
19
20
|
export declare enum BudgetApiKeys {
|
|
20
21
|
}
|
|
@@ -260,4 +261,234 @@ export declare class BudgetClient {
|
|
|
260
261
|
*/
|
|
261
262
|
updateBudget(updateBudgetRequest: requests.UpdateBudgetRequest): Promise<responses.UpdateBudgetResponse>;
|
|
262
263
|
}
|
|
264
|
+
export declare enum CostAdApiKeys {
|
|
265
|
+
}
|
|
266
|
+
/**
|
|
267
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
268
|
+
*/
|
|
269
|
+
export declare class CostAdClient {
|
|
270
|
+
protected static serviceEndpointTemplate: string;
|
|
271
|
+
protected static endpointServiceName: string;
|
|
272
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
273
|
+
protected "_endpoint": string;
|
|
274
|
+
protected "_defaultHeaders": any;
|
|
275
|
+
protected "_waiters": CostAdWaiter;
|
|
276
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
277
|
+
protected _circuitBreaker: typeof Breaker | null;
|
|
278
|
+
protected _httpOptions: any;
|
|
279
|
+
protected _bodyDuplexMode: any;
|
|
280
|
+
targetService: string;
|
|
281
|
+
protected _regionId: string;
|
|
282
|
+
protected "_region": common.Region;
|
|
283
|
+
protected _lastSetRegionOrRegionId: string;
|
|
284
|
+
protected _httpClient: common.HttpClient;
|
|
285
|
+
protected _authProvider: common.AuthenticationDetailsProvider | undefined;
|
|
286
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
287
|
+
/**
|
|
288
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
289
|
+
*/
|
|
290
|
+
get endpoint(): string;
|
|
291
|
+
/**
|
|
292
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
293
|
+
* @param endpoint The endpoint of the service.
|
|
294
|
+
*/
|
|
295
|
+
set endpoint(endpoint: string);
|
|
296
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
297
|
+
/**
|
|
298
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
299
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
300
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
301
|
+
*/
|
|
302
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
303
|
+
/**
|
|
304
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
305
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
306
|
+
* @param region The region of the service.
|
|
307
|
+
*/
|
|
308
|
+
set region(region: common.Region);
|
|
309
|
+
/**
|
|
310
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
311
|
+
*
|
|
312
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
313
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
314
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
315
|
+
* @param regionId The public region ID.
|
|
316
|
+
*/
|
|
317
|
+
set regionId(regionId: string);
|
|
318
|
+
/**
|
|
319
|
+
* Creates a new CostAdWaiter for resources for this service.
|
|
320
|
+
*
|
|
321
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
322
|
+
* @return The service waiters.
|
|
323
|
+
*/
|
|
324
|
+
createWaiters(config?: common.WaiterConfiguration): CostAdWaiter;
|
|
325
|
+
/**
|
|
326
|
+
* Gets the waiters available for resources for this service.
|
|
327
|
+
*
|
|
328
|
+
* @return The service waiters.
|
|
329
|
+
*/
|
|
330
|
+
getWaiters(): CostAdWaiter;
|
|
331
|
+
/**
|
|
332
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
333
|
+
*/
|
|
334
|
+
shutdownCircuitBreaker(): void;
|
|
335
|
+
/**
|
|
336
|
+
* Close the provider if possible which in turn shuts down any associated circuit breaker
|
|
337
|
+
*/
|
|
338
|
+
closeProvider(): void;
|
|
339
|
+
/**
|
|
340
|
+
* Close the client once it is no longer needed
|
|
341
|
+
*/
|
|
342
|
+
close(): void;
|
|
343
|
+
/**
|
|
344
|
+
* Creates a new CostAlert Subscription.
|
|
345
|
+
*
|
|
346
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
347
|
+
* @param CreateCostAlertSubscriptionRequest
|
|
348
|
+
* @return CreateCostAlertSubscriptionResponse
|
|
349
|
+
* @throws OciError when an error occurs
|
|
350
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/CreateCostAlertSubscription.ts.html |here} to see how to use CreateCostAlertSubscription API.
|
|
351
|
+
*/
|
|
352
|
+
createCostAlertSubscription(createCostAlertSubscriptionRequest: requests.CreateCostAlertSubscriptionRequest): Promise<responses.CreateCostAlertSubscriptionResponse>;
|
|
353
|
+
/**
|
|
354
|
+
* Creates a new costAnomaly Monitor.
|
|
355
|
+
*
|
|
356
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
357
|
+
* @param CreateCostAnomalyMonitorRequest
|
|
358
|
+
* @return CreateCostAnomalyMonitorResponse
|
|
359
|
+
* @throws OciError when an error occurs
|
|
360
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/CreateCostAnomalyMonitor.ts.html |here} to see how to use CreateCostAnomalyMonitor API.
|
|
361
|
+
*/
|
|
362
|
+
createCostAnomalyMonitor(createCostAnomalyMonitorRequest: requests.CreateCostAnomalyMonitorRequest): Promise<responses.CreateCostAnomalyMonitorResponse>;
|
|
363
|
+
/**
|
|
364
|
+
* Deletes a specified CostAlertSubscription resource.
|
|
365
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
366
|
+
* @param DeleteCostAlertSubscriptionRequest
|
|
367
|
+
* @return DeleteCostAlertSubscriptionResponse
|
|
368
|
+
* @throws OciError when an error occurs
|
|
369
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/DeleteCostAlertSubscription.ts.html |here} to see how to use DeleteCostAlertSubscription API.
|
|
370
|
+
*/
|
|
371
|
+
deleteCostAlertSubscription(deleteCostAlertSubscriptionRequest: requests.DeleteCostAlertSubscriptionRequest): Promise<responses.DeleteCostAlertSubscriptionResponse>;
|
|
372
|
+
/**
|
|
373
|
+
* Deletes a specified CostAnomalyMonitor resource.
|
|
374
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
375
|
+
* @param DeleteCostAnomalyMonitorRequest
|
|
376
|
+
* @return DeleteCostAnomalyMonitorResponse
|
|
377
|
+
* @throws OciError when an error occurs
|
|
378
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/DeleteCostAnomalyMonitor.ts.html |here} to see how to use DeleteCostAnomalyMonitor API.
|
|
379
|
+
*/
|
|
380
|
+
deleteCostAnomalyMonitor(deleteCostAnomalyMonitorRequest: requests.DeleteCostAnomalyMonitorRequest): Promise<responses.DeleteCostAnomalyMonitorResponse>;
|
|
381
|
+
/**
|
|
382
|
+
* Disables the cost anomaly monitor. This stops cost anomaly detection for targeted resource(s).
|
|
383
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
384
|
+
* @param DisableCostAnomalyMonitorRequest
|
|
385
|
+
* @return DisableCostAnomalyMonitorResponse
|
|
386
|
+
* @throws OciError when an error occurs
|
|
387
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/DisableCostAnomalyMonitor.ts.html |here} to see how to use DisableCostAnomalyMonitor API.
|
|
388
|
+
*/
|
|
389
|
+
disableCostAnomalyMonitor(disableCostAnomalyMonitorRequest: requests.DisableCostAnomalyMonitorRequest): Promise<responses.DisableCostAnomalyMonitorResponse>;
|
|
390
|
+
/**
|
|
391
|
+
* Enables the cost anomaly monitor. This (re)starts the cost anomaly detection for targeted resource(s).
|
|
392
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
393
|
+
* @param EnableCostAnomalyMonitorRequest
|
|
394
|
+
* @return EnableCostAnomalyMonitorResponse
|
|
395
|
+
* @throws OciError when an error occurs
|
|
396
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/EnableCostAnomalyMonitor.ts.html |here} to see how to use EnableCostAnomalyMonitor API.
|
|
397
|
+
*/
|
|
398
|
+
enableCostAnomalyMonitor(enableCostAnomalyMonitorRequest: requests.EnableCostAnomalyMonitorRequest): Promise<responses.EnableCostAnomalyMonitorResponse>;
|
|
399
|
+
/**
|
|
400
|
+
* Gets a CostAlertSubscription by the identifier.
|
|
401
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
402
|
+
* @param GetCostAlertSubscriptionRequest
|
|
403
|
+
* @return GetCostAlertSubscriptionResponse
|
|
404
|
+
* @throws OciError when an error occurs
|
|
405
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/GetCostAlertSubscription.ts.html |here} to see how to use GetCostAlertSubscription API.
|
|
406
|
+
*/
|
|
407
|
+
getCostAlertSubscription(getCostAlertSubscriptionRequest: requests.GetCostAlertSubscriptionRequest): Promise<responses.GetCostAlertSubscriptionResponse>;
|
|
408
|
+
/**
|
|
409
|
+
* Gets a CostAnomalyEvent by the identifier.
|
|
410
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
411
|
+
* @param GetCostAnomalyEventRequest
|
|
412
|
+
* @return GetCostAnomalyEventResponse
|
|
413
|
+
* @throws OciError when an error occurs
|
|
414
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/GetCostAnomalyEvent.ts.html |here} to see how to use GetCostAnomalyEvent API.
|
|
415
|
+
*/
|
|
416
|
+
getCostAnomalyEvent(getCostAnomalyEventRequest: requests.GetCostAnomalyEventRequest): Promise<responses.GetCostAnomalyEventResponse>;
|
|
417
|
+
/**
|
|
418
|
+
* Gets a CostAnomalyMonitor by the identifier.
|
|
419
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
420
|
+
* @param GetCostAnomalyMonitorRequest
|
|
421
|
+
* @return GetCostAnomalyMonitorResponse
|
|
422
|
+
* @throws OciError when an error occurs
|
|
423
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/GetCostAnomalyMonitor.ts.html |here} to see how to use GetCostAnomalyMonitor API.
|
|
424
|
+
*/
|
|
425
|
+
getCostAnomalyMonitor(getCostAnomalyMonitorRequest: requests.GetCostAnomalyMonitorRequest): Promise<responses.GetCostAnomalyMonitorResponse>;
|
|
426
|
+
/**
|
|
427
|
+
* Gets a list of Cost Alert Subscription in a compartment.
|
|
428
|
+
*
|
|
429
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
430
|
+
* @param ListCostAlertSubscriptionsRequest
|
|
431
|
+
* @return ListCostAlertSubscriptionsResponse
|
|
432
|
+
* @throws OciError when an error occurs
|
|
433
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/ListCostAlertSubscriptions.ts.html |here} to see how to use ListCostAlertSubscriptions API.
|
|
434
|
+
*/
|
|
435
|
+
listCostAlertSubscriptions(listCostAlertSubscriptionsRequest: requests.ListCostAlertSubscriptionsRequest): Promise<responses.ListCostAlertSubscriptionsResponse>;
|
|
436
|
+
/**
|
|
437
|
+
* Gets a list of Cost Anomaly Event in a compartment.
|
|
438
|
+
*
|
|
439
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
440
|
+
* @param ListCostAnomalyEventsRequest
|
|
441
|
+
* @return ListCostAnomalyEventsResponse
|
|
442
|
+
* @throws OciError when an error occurs
|
|
443
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/ListCostAnomalyEvents.ts.html |here} to see how to use ListCostAnomalyEvents API.
|
|
444
|
+
*/
|
|
445
|
+
listCostAnomalyEvents(listCostAnomalyEventsRequest: requests.ListCostAnomalyEventsRequest): Promise<responses.ListCostAnomalyEventsResponse>;
|
|
446
|
+
/**
|
|
447
|
+
* Gets a list of Cost Anomaly Monitors in a compartment.
|
|
448
|
+
*
|
|
449
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
450
|
+
* @param ListCostAnomalyMonitorsRequest
|
|
451
|
+
* @return ListCostAnomalyMonitorsResponse
|
|
452
|
+
* @throws OciError when an error occurs
|
|
453
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/ListCostAnomalyMonitors.ts.html |here} to see how to use ListCostAnomalyMonitors API.
|
|
454
|
+
*/
|
|
455
|
+
listCostAnomalyMonitors(listCostAnomalyMonitorsRequest: requests.ListCostAnomalyMonitorsRequest): Promise<responses.ListCostAnomalyMonitorsResponse>;
|
|
456
|
+
/**
|
|
457
|
+
* Gets a list of Cost Anomaly Events analytics summary - aggregated metrics for a given time period.
|
|
458
|
+
*
|
|
459
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
460
|
+
* @param SummarizeCostAnomalyEventAnalyticsRequest
|
|
461
|
+
* @return SummarizeCostAnomalyEventAnalyticsResponse
|
|
462
|
+
* @throws OciError when an error occurs
|
|
463
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/SummarizeCostAnomalyEventAnalytics.ts.html |here} to see how to use SummarizeCostAnomalyEventAnalytics API.
|
|
464
|
+
*/
|
|
465
|
+
summarizeCostAnomalyEventAnalytics(summarizeCostAnomalyEventAnalyticsRequest: requests.SummarizeCostAnomalyEventAnalyticsRequest): Promise<responses.SummarizeCostAnomalyEventAnalyticsResponse>;
|
|
466
|
+
/**
|
|
467
|
+
* Update a CostAlertSubscription identified by the OCID.
|
|
468
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
469
|
+
* @param UpdateCostAlertSubscriptionRequest
|
|
470
|
+
* @return UpdateCostAlertSubscriptionResponse
|
|
471
|
+
* @throws OciError when an error occurs
|
|
472
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/UpdateCostAlertSubscription.ts.html |here} to see how to use UpdateCostAlertSubscription API.
|
|
473
|
+
*/
|
|
474
|
+
updateCostAlertSubscription(updateCostAlertSubscriptionRequest: requests.UpdateCostAlertSubscriptionRequest): Promise<responses.UpdateCostAlertSubscriptionResponse>;
|
|
475
|
+
/**
|
|
476
|
+
* Update a CostAnomalyEvent identified by the OCID.
|
|
477
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
478
|
+
* @param UpdateCostAnomalyEventRequest
|
|
479
|
+
* @return UpdateCostAnomalyEventResponse
|
|
480
|
+
* @throws OciError when an error occurs
|
|
481
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/UpdateCostAnomalyEvent.ts.html |here} to see how to use UpdateCostAnomalyEvent API.
|
|
482
|
+
*/
|
|
483
|
+
updateCostAnomalyEvent(updateCostAnomalyEventRequest: requests.UpdateCostAnomalyEventRequest): Promise<responses.UpdateCostAnomalyEventResponse>;
|
|
484
|
+
/**
|
|
485
|
+
* Update a CostAnomalyMonitor identified by the OCID.
|
|
486
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
487
|
+
* @param UpdateCostAnomalyMonitorRequest
|
|
488
|
+
* @return UpdateCostAnomalyMonitorResponse
|
|
489
|
+
* @throws OciError when an error occurs
|
|
490
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/budget/UpdateCostAnomalyMonitor.ts.html |here} to see how to use UpdateCostAnomalyMonitor API.
|
|
491
|
+
*/
|
|
492
|
+
updateCostAnomalyMonitor(updateCostAnomalyMonitorRequest: requests.UpdateCostAnomalyMonitorRequest): Promise<responses.UpdateCostAnomalyMonitorResponse>;
|
|
493
|
+
}
|
|
263
494
|
export {};
|