oci-budget 2.76.1 → 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/lib/client.d.ts +10 -10
- package/lib/client.js +10 -10
- package/lib/model/alert-rule-summary.d.ts +2 -2
- package/lib/model/alert-rule.d.ts +2 -2
- package/lib/model/budget-summary.d.ts +4 -4
- package/lib/model/budget.d.ts +4 -4
- package/lib/model/create-alert-rule-details.d.ts +2 -2
- package/lib/model/create-budget-details.d.ts +4 -4
- package/lib/model/update-alert-rule-details.d.ts +2 -2
- package/lib/model/update-budget-details.d.ts +4 -4
- package/lib/request/create-alert-rule-request.d.ts +1 -1
- package/lib/request/create-budget-request.d.ts +1 -1
- package/lib/request/delete-alert-rule-request.d.ts +2 -2
- package/lib/request/delete-budget-request.d.ts +2 -2
- package/lib/request/get-alert-rule-request.d.ts +1 -1
- package/lib/request/get-budget-request.d.ts +1 -1
- package/lib/request/list-alert-rules-request.d.ts +2 -2
- package/lib/request/list-budgets-request.d.ts +2 -2
- package/lib/request/update-alert-rule-request.d.ts +2 -2
- package/lib/request/update-budget-request.d.ts +2 -2
- package/lib/response/create-alert-rule-response.d.ts +1 -1
- package/lib/response/create-budget-response.d.ts +1 -1
- package/lib/response/get-alert-rule-response.d.ts +1 -1
- package/lib/response/get-budget-response.d.ts +1 -1
- package/lib/response/list-alert-rules-response.d.ts +2 -2
- package/lib/response/list-budgets-response.d.ts +2 -2
- package/lib/response/update-alert-rule-response.d.ts +1 -1
- package/lib/response/update-budget-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -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
|
@@ -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* () {
|
|
@@ -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"?: {
|
|
@@ -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"?: {
|
|
@@ -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"?: {
|
package/lib/model/budget.d.ts
CHANGED
|
@@ -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"?: {
|
|
@@ -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"?: {
|
|
@@ -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"?: {
|
|
@@ -52,7 +52,7 @@ export interface UpdateAlertRuleDetails {
|
|
|
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 UpdateAlertRuleDetails {
|
|
|
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"?: {
|
|
@@ -38,11 +38,11 @@ export interface UpdateBudgetDetails {
|
|
|
38
38
|
*/
|
|
39
39
|
"processingPeriodType"?: model.ProcessingPeriodType;
|
|
40
40
|
/**
|
|
41
|
-
* The date when the one-time budget begins. For example,
|
|
41
|
+
* 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.
|
|
42
42
|
*/
|
|
43
43
|
"startDate"?: Date;
|
|
44
44
|
/**
|
|
45
|
-
* The time when the one-time budget concludes. For example,
|
|
45
|
+
* 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.
|
|
46
46
|
*/
|
|
47
47
|
"endDate"?: Date;
|
|
48
48
|
/**
|
|
@@ -54,7 +54,7 @@ export interface UpdateBudgetDetails {
|
|
|
54
54
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
55
55
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
56
56
|
* <p>
|
|
57
|
-
Example:
|
|
57
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
58
58
|
*
|
|
59
59
|
*/
|
|
60
60
|
"freeformTags"?: {
|
|
@@ -64,7 +64,7 @@ export interface UpdateBudgetDetails {
|
|
|
64
64
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
65
65
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
66
66
|
* <p>
|
|
67
|
-
Example:
|
|
67
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
"definedTags"?: {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 CreateAlertRuleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateAlertRuleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 CreateBudgetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBudgetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 DeleteAlertRuleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAlertRuleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -25,7 +25,7 @@ export interface DeleteAlertRuleRequest extends common.BaseRequest {
|
|
|
25
25
|
"alertRuleId": string;
|
|
26
26
|
/**
|
|
27
27
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
-
* for a resource, set the
|
|
28
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
29
29
|
* etag from a previous GET or POST response for that resource.
|
|
30
30
|
* The resource will be updated or deleted only if the etag you
|
|
31
31
|
* provide matches the resource's current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 DeleteBudgetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBudgetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteBudgetRequest extends common.BaseRequest {
|
|
|
21
21
|
"budgetId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's current etag value.
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 GetAlertRuleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAlertRuleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @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 GetBudgetRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBudgetRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListAlertRulesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAlertRulesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -46,7 +46,7 @@ export interface ListAlertRulesRequest extends common.BaseRequest {
|
|
|
46
46
|
/**
|
|
47
47
|
* A user-friendly name. This does not have to be unique, and it's changeable.
|
|
48
48
|
* <p>
|
|
49
|
-
Example:
|
|
49
|
+
Example: {@code My new resource}
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
"displayName"?: string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 ListBudgetsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListBudgetsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -46,7 +46,7 @@ export interface ListBudgetsRequest extends common.BaseRequest {
|
|
|
46
46
|
/**
|
|
47
47
|
* A user-friendly name. This does not have to be unique, and it's changeable.
|
|
48
48
|
* <p>
|
|
49
|
-
Example:
|
|
49
|
+
Example: {@code My new resource}
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
"displayName"?: string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 UpdateAlertRuleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateAlertRuleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -30,7 +30,7 @@ export interface UpdateAlertRuleRequest extends common.BaseRequest {
|
|
|
30
30
|
"updateAlertRuleDetails": model.UpdateAlertRuleDetails;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
35
|
* The resource will be updated or deleted only if the etag you
|
|
36
36
|
* provide matches the resource's current etag value.
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @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 UpdateBudgetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateBudgetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface UpdateBudgetRequest extends common.BaseRequest {
|
|
|
26
26
|
"updateBudgetDetails": model.UpdateBudgetDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -20,8 +20,8 @@ export interface ListAlertRulesResponse {
|
|
|
20
20
|
*/
|
|
21
21
|
"opcRequestId": string;
|
|
22
22
|
/**
|
|
23
|
-
* For pagination of a list of
|
|
24
|
-
* is a partial list of AlertRuleSummaries. Include this value as the
|
|
23
|
+
* For pagination of a list of {@code AlertRuleSummary}. If this header appears in the response, then this
|
|
24
|
+
* is a partial list of AlertRuleSummaries. Include this value as the {@code page} parameter in a subsequent
|
|
25
25
|
* GET request to get the next batch of AlertRuleSummaries.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
@@ -20,8 +20,8 @@ export interface ListBudgetsResponse {
|
|
|
20
20
|
*/
|
|
21
21
|
"opcRequestId": string;
|
|
22
22
|
/**
|
|
23
|
-
* For pagination of a list of
|
|
24
|
-
* is a partial list of budgets. Include this value as the
|
|
23
|
+
* For pagination of a list of {@code Budget}s. If this header appears in the response, then this
|
|
24
|
+
* is a partial list of budgets. Include this value as the {@code page} parameter in a subsequent
|
|
25
25
|
* GET request to get the next batch of budgets.
|
|
26
26
|
*
|
|
27
27
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-budget",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.0",
|
|
4
4
|
"description": "OCI NodeJS client for Budget Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|