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 @@
|
|
|
1
|
+
{"version":3,"file":"create-cost-alert-subscription-request.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/request/create-cost-alert-subscription-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 CreateCostAnomalyMonitorRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateCostAnomalyMonitorRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new monitor.
|
|
21
|
+
*/
|
|
22
|
+
"createCostAnomalyMonitorDetails": model.CreateCostAnomalyMonitorDetails;
|
|
23
|
+
/**
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried, in case of a timeout or
|
|
25
|
+
* server error, without risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The client request ID for tracing.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
}
|
|
@@ -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=create-cost-anomaly-monitor-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-cost-anomaly-monitor-request.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/request/create-cost-anomaly-monitor-request.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 common = require("oci-common");
|
|
@@ -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 common = require("oci-common");
|
|
@@ -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,35 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 DeleteCostAlertSubscriptionRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteCostAlertSubscriptionRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The unique costAlertSubscription OCID.
|
|
20
|
+
*/
|
|
21
|
+
"costAlertSubscriptionId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -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=delete-cost-alert-subscription-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-cost-alert-subscription-request.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/request/delete-cost-alert-subscription-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 DeleteCostAnomalyMonitorRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteCostAnomalyMonitorRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The unique costAnomalyMonitor OCID.
|
|
20
|
+
*/
|
|
21
|
+
"costAnomalyMonitorId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -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=delete-cost-anomaly-monitor-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-cost-anomaly-monitor-request.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/request/delete-cost-anomaly-monitor-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 DisableCostAnomalyMonitorRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DisableCostAnomalyMonitorRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The unique costAnomalyMonitor OCID.
|
|
20
|
+
*/
|
|
21
|
+
"costAnomalyMonitorId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A token that uniquely identifies a request so it can be retried, in case of a timeout or
|
|
37
|
+
* server error, without risk of executing that same action again. Retry tokens expire after 24
|
|
38
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
39
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
40
|
+
* might be rejected.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcRetryToken"?: string;
|
|
44
|
+
}
|
|
@@ -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=disable-cost-anomaly-monitor-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disable-cost-anomaly-monitor-request.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/request/disable-cost-anomaly-monitor-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 EnableCostAnomalyMonitorRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface EnableCostAnomalyMonitorRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The unique costAnomalyMonitor OCID.
|
|
20
|
+
*/
|
|
21
|
+
"costAnomalyMonitorId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A token that uniquely identifies a request so it can be retried, in case of a timeout or
|
|
37
|
+
* server error, without risk of executing that same action again. Retry tokens expire after 24
|
|
38
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
39
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
40
|
+
* might be rejected.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcRetryToken"?: string;
|
|
44
|
+
}
|
|
@@ -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=enable-cost-anomaly-monitor-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enable-cost-anomaly-monitor-request.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/request/enable-cost-anomaly-monitor-request.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 common = require("oci-common");
|
|
@@ -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 common = require("oci-common");
|
|
@@ -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,26 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 GetCostAlertSubscriptionRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetCostAlertSubscriptionRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The unique costAlertSubscription OCID.
|
|
20
|
+
*/
|
|
21
|
+
"costAlertSubscriptionId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -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=get-cost-alert-subscription-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-cost-alert-subscription-request.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/request/get-cost-alert-subscription-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 GetCostAnomalyEventRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetCostAnomalyEventRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The unique costAnomalyEventId OCID.
|
|
20
|
+
*/
|
|
21
|
+
"costAnomalyEventId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -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=get-cost-anomaly-event-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-cost-anomaly-event-request.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/request/get-cost-anomaly-event-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 GetCostAnomalyMonitorRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetCostAnomalyMonitorRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The unique costAnomalyMonitor OCID.
|
|
20
|
+
*/
|
|
21
|
+
"costAnomalyMonitorId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -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=get-cost-anomaly-monitor-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-cost-anomaly-monitor-request.js","sourceRoot":"","sources":["../../../../../lib/budget/lib/request/get-cost-anomaly-monitor-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/request/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 CreateAlertRuleRequest from "./create-alert-rule-request";
|
|
@@ -30,3 +30,35 @@ import * as UpdateAlertRuleRequest from "./update-alert-rule-request";
|
|
|
30
30
|
export import UpdateAlertRuleRequest = UpdateAlertRuleRequest.UpdateAlertRuleRequest;
|
|
31
31
|
import * as UpdateBudgetRequest from "./update-budget-request";
|
|
32
32
|
export import UpdateBudgetRequest = UpdateBudgetRequest.UpdateBudgetRequest;
|
|
33
|
+
import * as CreateCostAlertSubscriptionRequest from "./create-cost-alert-subscription-request";
|
|
34
|
+
export import CreateCostAlertSubscriptionRequest = CreateCostAlertSubscriptionRequest.CreateCostAlertSubscriptionRequest;
|
|
35
|
+
import * as CreateCostAnomalyMonitorRequest from "./create-cost-anomaly-monitor-request";
|
|
36
|
+
export import CreateCostAnomalyMonitorRequest = CreateCostAnomalyMonitorRequest.CreateCostAnomalyMonitorRequest;
|
|
37
|
+
import * as DeleteCostAlertSubscriptionRequest from "./delete-cost-alert-subscription-request";
|
|
38
|
+
export import DeleteCostAlertSubscriptionRequest = DeleteCostAlertSubscriptionRequest.DeleteCostAlertSubscriptionRequest;
|
|
39
|
+
import * as DeleteCostAnomalyMonitorRequest from "./delete-cost-anomaly-monitor-request";
|
|
40
|
+
export import DeleteCostAnomalyMonitorRequest = DeleteCostAnomalyMonitorRequest.DeleteCostAnomalyMonitorRequest;
|
|
41
|
+
import * as DisableCostAnomalyMonitorRequest from "./disable-cost-anomaly-monitor-request";
|
|
42
|
+
export import DisableCostAnomalyMonitorRequest = DisableCostAnomalyMonitorRequest.DisableCostAnomalyMonitorRequest;
|
|
43
|
+
import * as EnableCostAnomalyMonitorRequest from "./enable-cost-anomaly-monitor-request";
|
|
44
|
+
export import EnableCostAnomalyMonitorRequest = EnableCostAnomalyMonitorRequest.EnableCostAnomalyMonitorRequest;
|
|
45
|
+
import * as GetCostAlertSubscriptionRequest from "./get-cost-alert-subscription-request";
|
|
46
|
+
export import GetCostAlertSubscriptionRequest = GetCostAlertSubscriptionRequest.GetCostAlertSubscriptionRequest;
|
|
47
|
+
import * as GetCostAnomalyEventRequest from "./get-cost-anomaly-event-request";
|
|
48
|
+
export import GetCostAnomalyEventRequest = GetCostAnomalyEventRequest.GetCostAnomalyEventRequest;
|
|
49
|
+
import * as GetCostAnomalyMonitorRequest from "./get-cost-anomaly-monitor-request";
|
|
50
|
+
export import GetCostAnomalyMonitorRequest = GetCostAnomalyMonitorRequest.GetCostAnomalyMonitorRequest;
|
|
51
|
+
import * as ListCostAlertSubscriptionsRequest from "./list-cost-alert-subscriptions-request";
|
|
52
|
+
export import ListCostAlertSubscriptionsRequest = ListCostAlertSubscriptionsRequest.ListCostAlertSubscriptionsRequest;
|
|
53
|
+
import * as ListCostAnomalyEventsRequest from "./list-cost-anomaly-events-request";
|
|
54
|
+
export import ListCostAnomalyEventsRequest = ListCostAnomalyEventsRequest.ListCostAnomalyEventsRequest;
|
|
55
|
+
import * as ListCostAnomalyMonitorsRequest from "./list-cost-anomaly-monitors-request";
|
|
56
|
+
export import ListCostAnomalyMonitorsRequest = ListCostAnomalyMonitorsRequest.ListCostAnomalyMonitorsRequest;
|
|
57
|
+
import * as SummarizeCostAnomalyEventAnalyticsRequest from "./summarize-cost-anomaly-event-analytics-request";
|
|
58
|
+
export import SummarizeCostAnomalyEventAnalyticsRequest = SummarizeCostAnomalyEventAnalyticsRequest.SummarizeCostAnomalyEventAnalyticsRequest;
|
|
59
|
+
import * as UpdateCostAlertSubscriptionRequest from "./update-cost-alert-subscription-request";
|
|
60
|
+
export import UpdateCostAlertSubscriptionRequest = UpdateCostAlertSubscriptionRequest.UpdateCostAlertSubscriptionRequest;
|
|
61
|
+
import * as UpdateCostAnomalyEventRequest from "./update-cost-anomaly-event-request";
|
|
62
|
+
export import UpdateCostAnomalyEventRequest = UpdateCostAnomalyEventRequest.UpdateCostAnomalyEventRequest;
|
|
63
|
+
import * as UpdateCostAnomalyMonitorRequest from "./update-cost-anomaly-monitor-request";
|
|
64
|
+
export import UpdateCostAnomalyMonitorRequest = UpdateCostAnomalyMonitorRequest.UpdateCostAnomalyMonitorRequest;
|
package/lib/request/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) {
|
|
@@ -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";
|
|
@@ -38,7 +38,7 @@ export interface ListAlertRulesRequest extends common.BaseRequest {
|
|
|
38
38
|
* The default sort order for displayName is ASC in alphanumeric order.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
|
-
"sortBy"?: model.
|
|
41
|
+
"sortBy"?: model.SortByForBudget;
|
|
42
42
|
/**
|
|
43
43
|
* The current state of the resource to filter by.
|
|
44
44
|
*/
|
|
@@ -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";
|
|
@@ -38,7 +38,7 @@ export interface ListBudgetsRequest extends common.BaseRequest {
|
|
|
38
38
|
* The default sort order for displayName is ASC in alphanumeric order.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
|
-
"sortBy"?: model.
|
|
41
|
+
"sortBy"?: model.SortByForBudget;
|
|
42
42
|
/**
|
|
43
43
|
* The current state of the resource to filter by.
|
|
44
44
|
*/
|