oci-budget 2.76.0 → 2.77.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 +1 -1
- package/index.js +1 -1
- package/lib/budget-waiter.d.ts +1 -1
- package/lib/budget-waiter.js +1 -1
- package/lib/client.d.ts +11 -11
- package/lib/client.js +11 -11
- package/lib/model/alert-rule-summary.d.ts +3 -3
- package/lib/model/alert-rule-summary.js +1 -1
- package/lib/model/alert-rule.d.ts +3 -3
- 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 +5 -5
- package/lib/model/budget-summary.js +1 -1
- package/lib/model/budget.d.ts +5 -5
- package/lib/model/budget.js +1 -1
- package/lib/model/create-alert-rule-details.d.ts +3 -3
- package/lib/model/create-alert-rule-details.js +1 -1
- package/lib/model/create-budget-details.d.ts +5 -5
- package/lib/model/create-budget-details.js +1 -1
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/lifecycle-state.d.ts +1 -1
- package/lib/model/lifecycle-state.js +1 -1
- 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/sort-by.d.ts +1 -1
- package/lib/model/sort-by.js +1 -1
- package/lib/model/sort-order.d.ts +1 -1
- package/lib/model/sort-order.js +1 -1
- 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 +3 -3
- package/lib/model/update-alert-rule-details.js +1 -1
- package/lib/model/update-budget-details.d.ts +5 -5
- package/lib/model/update-budget-details.js +1 -1
- package/lib/request/create-alert-rule-request.d.ts +2 -2
- package/lib/request/create-alert-rule-request.js +1 -1
- package/lib/request/create-budget-request.d.ts +2 -2
- package/lib/request/create-budget-request.js +1 -1
- package/lib/request/delete-alert-rule-request.d.ts +3 -3
- package/lib/request/delete-alert-rule-request.js +1 -1
- package/lib/request/delete-budget-request.d.ts +3 -3
- package/lib/request/delete-budget-request.js +1 -1
- package/lib/request/get-alert-rule-request.d.ts +2 -2
- package/lib/request/get-alert-rule-request.js +1 -1
- package/lib/request/get-budget-request.d.ts +2 -2
- package/lib/request/get-budget-request.js +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-alert-rules-request.d.ts +3 -3
- package/lib/request/list-alert-rules-request.js +1 -1
- package/lib/request/list-budgets-request.d.ts +3 -3
- package/lib/request/list-budgets-request.js +1 -1
- package/lib/request/update-alert-rule-request.d.ts +3 -3
- package/lib/request/update-alert-rule-request.js +1 -1
- package/lib/request/update-budget-request.d.ts +3 -3
- package/lib/request/update-budget-request.js +1 -1
- package/lib/response/create-alert-rule-response.d.ts +2 -2
- package/lib/response/create-alert-rule-response.js +1 -1
- package/lib/response/create-budget-response.d.ts +2 -2
- package/lib/response/create-budget-response.js +1 -1
- 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/get-alert-rule-response.d.ts +2 -2
- package/lib/response/get-alert-rule-response.js +1 -1
- package/lib/response/get-budget-response.d.ts +2 -2
- package/lib/response/get-budget-response.js +1 -1
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-alert-rules-response.d.ts +3 -3
- package/lib/response/list-alert-rules-response.js +1 -1
- package/lib/response/list-budgets-response.d.ts +3 -3
- package/lib/response/list-budgets-response.js +1 -1
- package/lib/response/update-alert-rule-response.d.ts +2 -2
- package/lib/response/update-alert-rule-response.js +1 -1
- package/lib/response/update-budget-response.d.ts +2 -2
- package/lib/response/update-budget-response.js +1 -1
- package/package.json +3 -3
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, 2024, 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";
|
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, 2024, 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) {
|
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, 2024, 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, 2024, 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, 2024, 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");
|
|
@@ -88,7 +88,7 @@ export declare class BudgetClient {
|
|
|
88
88
|
* @param CreateAlertRuleRequest
|
|
89
89
|
* @return CreateAlertRuleResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
|
|
92
92
|
*/
|
|
93
93
|
createAlertRule(createAlertRuleRequest: requests.CreateAlertRuleRequest): Promise<responses.CreateAlertRuleResponse>;
|
|
94
94
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class BudgetClient {
|
|
|
98
98
|
* @param CreateBudgetRequest
|
|
99
99
|
* @return CreateBudgetResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
|
|
102
102
|
*/
|
|
103
103
|
createBudget(createBudgetRequest: requests.CreateBudgetRequest): Promise<responses.CreateBudgetResponse>;
|
|
104
104
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class BudgetClient {
|
|
|
107
107
|
* @param DeleteAlertRuleRequest
|
|
108
108
|
* @return DeleteAlertRuleResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
|
|
111
111
|
*/
|
|
112
112
|
deleteAlertRule(deleteAlertRuleRequest: requests.DeleteAlertRuleRequest): Promise<responses.DeleteAlertRuleResponse>;
|
|
113
113
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class BudgetClient {
|
|
|
116
116
|
* @param DeleteBudgetRequest
|
|
117
117
|
* @return DeleteBudgetResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
|
|
120
120
|
*/
|
|
121
121
|
deleteBudget(deleteBudgetRequest: requests.DeleteBudgetRequest): Promise<responses.DeleteBudgetResponse>;
|
|
122
122
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class BudgetClient {
|
|
|
125
125
|
* @param GetAlertRuleRequest
|
|
126
126
|
* @return GetAlertRuleResponse
|
|
127
127
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
|
|
129
129
|
*/
|
|
130
130
|
getAlertRule(getAlertRuleRequest: requests.GetAlertRuleRequest): Promise<responses.GetAlertRuleResponse>;
|
|
131
131
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class BudgetClient {
|
|
|
134
134
|
* @param GetBudgetRequest
|
|
135
135
|
* @return GetBudgetResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
|
|
138
138
|
*/
|
|
139
139
|
getBudget(getBudgetRequest: requests.GetBudgetRequest): Promise<responses.GetBudgetResponse>;
|
|
140
140
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class BudgetClient {
|
|
|
144
144
|
* @param ListAlertRulesRequest
|
|
145
145
|
* @return ListAlertRulesResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
|
|
148
148
|
*/
|
|
149
149
|
listAlertRules(listAlertRulesRequest: requests.ListAlertRulesRequest): Promise<responses.ListAlertRulesResponse>;
|
|
150
150
|
/**
|
|
@@ -192,7 +192,7 @@ export declare class BudgetClient {
|
|
|
192
192
|
* @param ListBudgetsRequest
|
|
193
193
|
* @return ListBudgetsResponse
|
|
194
194
|
* @throws OciError when an error occurs
|
|
195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
|
|
196
196
|
*/
|
|
197
197
|
listBudgets(listBudgetsRequest: requests.ListBudgetsRequest): Promise<responses.ListBudgetsResponse>;
|
|
198
198
|
/**
|
|
@@ -233,7 +233,7 @@ export declare class BudgetClient {
|
|
|
233
233
|
* @param UpdateAlertRuleRequest
|
|
234
234
|
* @return UpdateAlertRuleResponse
|
|
235
235
|
* @throws OciError when an error occurs
|
|
236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
|
|
237
237
|
*/
|
|
238
238
|
updateAlertRule(updateAlertRuleRequest: requests.UpdateAlertRuleRequest): Promise<responses.UpdateAlertRuleResponse>;
|
|
239
239
|
/**
|
|
@@ -242,7 +242,7 @@ export declare class BudgetClient {
|
|
|
242
242
|
* @param UpdateBudgetRequest
|
|
243
243
|
* @return UpdateBudgetResponse
|
|
244
244
|
* @throws OciError when an error occurs
|
|
245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
|
|
246
246
|
*/
|
|
247
247
|
updateBudget(updateBudgetRequest: requests.UpdateBudgetRequest): Promise<responses.UpdateBudgetResponse>;
|
|
248
248
|
}
|
package/lib/client.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, 2024, 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) {
|
|
@@ -189,7 +189,7 @@ class BudgetClient {
|
|
|
189
189
|
* @param CreateAlertRuleRequest
|
|
190
190
|
* @return CreateAlertRuleResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
|
|
193
193
|
*/
|
|
194
194
|
createAlertRule(createAlertRuleRequest) {
|
|
195
195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -255,7 +255,7 @@ class BudgetClient {
|
|
|
255
255
|
* @param CreateBudgetRequest
|
|
256
256
|
* @return CreateBudgetResponse
|
|
257
257
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
|
|
259
259
|
*/
|
|
260
260
|
createBudget(createBudgetRequest) {
|
|
261
261
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -318,7 +318,7 @@ class BudgetClient {
|
|
|
318
318
|
* @param DeleteAlertRuleRequest
|
|
319
319
|
* @return DeleteAlertRuleResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
|
|
322
322
|
*/
|
|
323
323
|
deleteAlertRule(deleteAlertRuleRequest) {
|
|
324
324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -374,7 +374,7 @@ class BudgetClient {
|
|
|
374
374
|
* @param DeleteBudgetRequest
|
|
375
375
|
* @return DeleteBudgetResponse
|
|
376
376
|
* @throws OciError when an error occurs
|
|
377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
|
|
378
378
|
*/
|
|
379
379
|
deleteBudget(deleteBudgetRequest) {
|
|
380
380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -429,7 +429,7 @@ class BudgetClient {
|
|
|
429
429
|
* @param GetAlertRuleRequest
|
|
430
430
|
* @return GetAlertRuleResponse
|
|
431
431
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
|
|
433
433
|
*/
|
|
434
434
|
getAlertRule(getAlertRuleRequest) {
|
|
435
435
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -493,7 +493,7 @@ class BudgetClient {
|
|
|
493
493
|
* @param GetBudgetRequest
|
|
494
494
|
* @return GetBudgetResponse
|
|
495
495
|
* @throws OciError when an error occurs
|
|
496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
|
|
497
497
|
*/
|
|
498
498
|
getBudget(getBudgetRequest) {
|
|
499
499
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -557,7 +557,7 @@ class BudgetClient {
|
|
|
557
557
|
* @param ListAlertRulesRequest
|
|
558
558
|
* @return ListAlertRulesResponse
|
|
559
559
|
* @throws OciError when an error occurs
|
|
560
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
560
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
|
|
561
561
|
*/
|
|
562
562
|
listAlertRules(listAlertRulesRequest) {
|
|
563
563
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -674,7 +674,7 @@ class BudgetClient {
|
|
|
674
674
|
* @param ListBudgetsRequest
|
|
675
675
|
* @return ListBudgetsResponse
|
|
676
676
|
* @throws OciError when an error occurs
|
|
677
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
677
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
|
|
678
678
|
*/
|
|
679
679
|
listBudgets(listBudgetsRequest) {
|
|
680
680
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -784,7 +784,7 @@ class BudgetClient {
|
|
|
784
784
|
* @param UpdateAlertRuleRequest
|
|
785
785
|
* @return UpdateAlertRuleResponse
|
|
786
786
|
* @throws OciError when an error occurs
|
|
787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
787
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
|
|
788
788
|
*/
|
|
789
789
|
updateAlertRule(updateAlertRuleRequest) {
|
|
790
790
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -850,7 +850,7 @@ class BudgetClient {
|
|
|
850
850
|
* @param UpdateBudgetRequest
|
|
851
851
|
* @return UpdateBudgetResponse
|
|
852
852
|
* @throws OciError when an error occurs
|
|
853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
|
|
854
854
|
*/
|
|
855
855
|
updateBudget(updateBudgetRequest) {
|
|
856
856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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, 2024, 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";
|
|
@@ -74,7 +74,7 @@ export interface AlertRuleSummary {
|
|
|
74
74
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
75
75
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
76
76
|
* <p>
|
|
77
|
-
Example:
|
|
77
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
78
78
|
*
|
|
79
79
|
*/
|
|
80
80
|
"freeformTags"?: {
|
|
@@ -84,7 +84,7 @@ export interface AlertRuleSummary {
|
|
|
84
84
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
85
85
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
86
86
|
* <p>
|
|
87
|
-
Example:
|
|
87
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
90
90
|
"definedTags"?: {
|
|
@@ -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, 2024, 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, 2024, 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";
|
|
@@ -76,7 +76,7 @@ export interface AlertRule {
|
|
|
76
76
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
77
77
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
78
78
|
* <p>
|
|
79
|
-
Example:
|
|
79
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
"freeformTags"?: {
|
|
@@ -86,7 +86,7 @@ export interface AlertRule {
|
|
|
86
86
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
87
87
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
88
88
|
* <p>
|
|
89
|
-
Example:
|
|
89
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
90
90
|
*
|
|
91
91
|
*/
|
|
92
92
|
"definedTags"?: {
|
package/lib/model/alert-rule.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, 2024, 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, 2024, 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
|
/**
|
package/lib/model/alert-type.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, 2024, 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, 2024, 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";
|
|
@@ -58,11 +58,11 @@ export interface BudgetSummary {
|
|
|
58
58
|
*/
|
|
59
59
|
"processingPeriodType"?: model.ProcessingPeriodType;
|
|
60
60
|
/**
|
|
61
|
-
* The date when the one-time budget begins. For example,
|
|
61
|
+
* The date when the one-time budget begins. For example, {@code 2023-03-23}. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
|
|
62
62
|
*/
|
|
63
63
|
"startDate"?: Date;
|
|
64
64
|
/**
|
|
65
|
-
* The time when the one-time budget concludes. For example, -
|
|
65
|
+
* The time when the one-time budget concludes. For example, - {@code 2023-03-23}. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
|
|
66
66
|
*/
|
|
67
67
|
"endDate"?: Date;
|
|
68
68
|
/**
|
|
@@ -113,7 +113,7 @@ export interface BudgetSummary {
|
|
|
113
113
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
114
114
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
115
115
|
* <p>
|
|
116
|
-
Example:
|
|
116
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
117
117
|
*
|
|
118
118
|
*/
|
|
119
119
|
"freeformTags"?: {
|
|
@@ -123,7 +123,7 @@ export interface BudgetSummary {
|
|
|
123
123
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
124
124
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
125
125
|
* <p>
|
|
126
|
-
Example:
|
|
126
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
127
127
|
*
|
|
128
128
|
*/
|
|
129
129
|
"definedTags"?: {
|
|
@@ -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, 2024, 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 });
|
package/lib/model/budget.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, 2024, 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";
|
|
@@ -58,11 +58,11 @@ export interface Budget {
|
|
|
58
58
|
*/
|
|
59
59
|
"processingPeriodType"?: model.ProcessingPeriodType;
|
|
60
60
|
/**
|
|
61
|
-
* The date when the one-time budget begins. For example,
|
|
61
|
+
* The date when the one-time budget begins. For example, {@code 2023-03-23}. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
|
|
62
62
|
*/
|
|
63
63
|
"startDate"?: Date;
|
|
64
64
|
/**
|
|
65
|
-
* The time when the one-time budget concludes. For example,
|
|
65
|
+
* The time when the one-time budget concludes. For example, {@code 2023-03-23}. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
|
|
66
66
|
*/
|
|
67
67
|
"endDate"?: Date;
|
|
68
68
|
/**
|
|
@@ -113,7 +113,7 @@ export interface Budget {
|
|
|
113
113
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
114
114
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
115
115
|
* <p>
|
|
116
|
-
Example:
|
|
116
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
117
117
|
*
|
|
118
118
|
*/
|
|
119
119
|
"freeformTags"?: {
|
|
@@ -123,7 +123,7 @@ export interface Budget {
|
|
|
123
123
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
124
124
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
125
125
|
* <p>
|
|
126
|
-
Example:
|
|
126
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
127
127
|
*
|
|
128
128
|
*/
|
|
129
129
|
"definedTags"?: {
|
package/lib/model/budget.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, 2024, 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, 2024, 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";
|
|
@@ -52,7 +52,7 @@ export interface CreateAlertRuleDetails {
|
|
|
52
52
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
53
53
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
54
54
|
* <p>
|
|
55
|
-
Example:
|
|
55
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
"freeformTags"?: {
|
|
@@ -62,7 +62,7 @@ export interface CreateAlertRuleDetails {
|
|
|
62
62
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
63
63
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
64
64
|
* <p>
|
|
65
|
-
Example:
|
|
65
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"definedTags"?: {
|
|
@@ -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, 2024, 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, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
@@ -60,11 +60,11 @@ export interface CreateBudgetDetails {
|
|
|
60
60
|
*/
|
|
61
61
|
"processingPeriodType"?: model.ProcessingPeriodType;
|
|
62
62
|
/**
|
|
63
|
-
* The date when the one-time budget begins. For example,
|
|
63
|
+
* The date when the one-time budget begins. For example, {@code 2023-03-23}. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
|
|
64
64
|
*/
|
|
65
65
|
"startDate"?: Date;
|
|
66
66
|
/**
|
|
67
|
-
* The date when the one-time budget concludes. For example,
|
|
67
|
+
* The date when the one-time budget concludes. For example, {@code 2023-03-23}. The date-time format conforms to RFC 3339, and will be truncated to the starting point of the date provided after being converted to UTC time.
|
|
68
68
|
*/
|
|
69
69
|
"endDate"?: Date;
|
|
70
70
|
/**
|
|
@@ -84,7 +84,7 @@ export interface CreateBudgetDetails {
|
|
|
84
84
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
85
85
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
86
86
|
* <p>
|
|
87
|
-
Example:
|
|
87
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
90
90
|
"freeformTags"?: {
|
|
@@ -94,7 +94,7 @@ export interface CreateBudgetDetails {
|
|
|
94
94
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
95
95
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
96
96
|
* <p>
|
|
97
|
-
Example:
|
|
97
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
98
98
|
*
|
|
99
99
|
*/
|
|
100
100
|
"definedTags"?: {
|
|
@@ -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, 2024, 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 });
|
package/lib/model/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, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
11
|
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
12
|
*/
|
|
13
13
|
import * as AlertRule from "./alert-rule";
|
package/lib/model/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, 2024, 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, 2024, 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
|
/**
|
|
@@ -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, 2024, 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, 2024, 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
|
/**
|
|
@@ -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, 2024, 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, 2024, 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
|
/**
|
|
@@ -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, 2024, 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 });
|
package/lib/model/sort-by.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, 2024, 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
|
/**
|