oci-budget 2.9.1 → 2.12.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.
Files changed (83) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/budget-waiter.d.ts +1 -1
  4. package/lib/budget-waiter.js +1 -1
  5. package/lib/client.d.ts +11 -11
  6. package/lib/client.js +11 -11
  7. package/lib/model/alert-rule-summary.d.ts +1 -1
  8. package/lib/model/alert-rule-summary.js +1 -1
  9. package/lib/model/alert-rule.d.ts +1 -1
  10. package/lib/model/alert-rule.js +1 -1
  11. package/lib/model/alert-type.d.ts +1 -1
  12. package/lib/model/alert-type.js +1 -1
  13. package/lib/model/budget-summary.d.ts +1 -1
  14. package/lib/model/budget-summary.js +1 -1
  15. package/lib/model/budget.d.ts +1 -1
  16. package/lib/model/budget.js +1 -1
  17. package/lib/model/create-alert-rule-details.d.ts +1 -1
  18. package/lib/model/create-alert-rule-details.js +1 -1
  19. package/lib/model/create-budget-details.d.ts +1 -1
  20. package/lib/model/create-budget-details.js +1 -1
  21. package/lib/model/index.d.ts +1 -1
  22. package/lib/model/index.js +1 -1
  23. package/lib/model/lifecycle-state.d.ts +1 -1
  24. package/lib/model/lifecycle-state.js +1 -1
  25. package/lib/model/reset-period.d.ts +1 -1
  26. package/lib/model/reset-period.js +1 -1
  27. package/lib/model/sort-by.d.ts +1 -1
  28. package/lib/model/sort-by.js +1 -1
  29. package/lib/model/sort-order.d.ts +1 -1
  30. package/lib/model/sort-order.js +1 -1
  31. package/lib/model/target-type.d.ts +1 -1
  32. package/lib/model/target-type.js +1 -1
  33. package/lib/model/threshold-type.d.ts +1 -1
  34. package/lib/model/threshold-type.js +1 -1
  35. package/lib/model/update-alert-rule-details.d.ts +1 -1
  36. package/lib/model/update-alert-rule-details.js +1 -1
  37. package/lib/model/update-budget-details.d.ts +1 -1
  38. package/lib/model/update-budget-details.js +1 -1
  39. package/lib/request/create-alert-rule-request.d.ts +2 -2
  40. package/lib/request/create-alert-rule-request.js +1 -1
  41. package/lib/request/create-budget-request.d.ts +2 -2
  42. package/lib/request/create-budget-request.js +1 -1
  43. package/lib/request/delete-alert-rule-request.d.ts +2 -2
  44. package/lib/request/delete-alert-rule-request.js +1 -1
  45. package/lib/request/delete-budget-request.d.ts +2 -2
  46. package/lib/request/delete-budget-request.js +1 -1
  47. package/lib/request/get-alert-rule-request.d.ts +2 -2
  48. package/lib/request/get-alert-rule-request.js +1 -1
  49. package/lib/request/get-budget-request.d.ts +2 -2
  50. package/lib/request/get-budget-request.js +1 -1
  51. package/lib/request/index.d.ts +1 -1
  52. package/lib/request/index.js +1 -1
  53. package/lib/request/list-alert-rules-request.d.ts +2 -2
  54. package/lib/request/list-alert-rules-request.js +1 -1
  55. package/lib/request/list-budgets-request.d.ts +2 -2
  56. package/lib/request/list-budgets-request.js +1 -1
  57. package/lib/request/update-alert-rule-request.d.ts +2 -2
  58. package/lib/request/update-alert-rule-request.js +1 -1
  59. package/lib/request/update-budget-request.d.ts +2 -2
  60. package/lib/request/update-budget-request.js +1 -1
  61. package/lib/response/create-alert-rule-response.d.ts +1 -1
  62. package/lib/response/create-alert-rule-response.js +1 -1
  63. package/lib/response/create-budget-response.d.ts +1 -1
  64. package/lib/response/create-budget-response.js +1 -1
  65. package/lib/response/delete-alert-rule-response.d.ts +1 -1
  66. package/lib/response/delete-alert-rule-response.js +1 -1
  67. package/lib/response/delete-budget-response.d.ts +1 -1
  68. package/lib/response/delete-budget-response.js +1 -1
  69. package/lib/response/get-alert-rule-response.d.ts +1 -1
  70. package/lib/response/get-alert-rule-response.js +1 -1
  71. package/lib/response/get-budget-response.d.ts +1 -1
  72. package/lib/response/get-budget-response.js +1 -1
  73. package/lib/response/index.d.ts +1 -1
  74. package/lib/response/index.js +1 -1
  75. package/lib/response/list-alert-rules-response.d.ts +1 -1
  76. package/lib/response/list-alert-rules-response.js +1 -1
  77. package/lib/response/list-budgets-response.d.ts +1 -1
  78. package/lib/response/list-budgets-response.js +1 -1
  79. package/lib/response/update-alert-rule-response.d.ts +1 -1
  80. package/lib/response/update-alert-rule-response.js +1 -1
  81. package/lib/response/update-budget-response.d.ts +1 -1
  82. package/lib/response/update-budget-response.js +1 -1
  83. 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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";
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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");
@@ -74,7 +74,7 @@ export declare class BudgetClient {
74
74
  * @param CreateAlertRuleRequest
75
75
  * @return CreateAlertRuleResponse
76
76
  * @throws OciError when an error occurs
77
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
77
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
78
78
  */
79
79
  createAlertRule(createAlertRuleRequest: requests.CreateAlertRuleRequest): Promise<responses.CreateAlertRuleResponse>;
80
80
  /**
@@ -84,7 +84,7 @@ export declare class BudgetClient {
84
84
  * @param CreateBudgetRequest
85
85
  * @return CreateBudgetResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
88
88
  */
89
89
  createBudget(createBudgetRequest: requests.CreateBudgetRequest): Promise<responses.CreateBudgetResponse>;
90
90
  /**
@@ -93,7 +93,7 @@ export declare class BudgetClient {
93
93
  * @param DeleteAlertRuleRequest
94
94
  * @return DeleteAlertRuleResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
97
97
  */
98
98
  deleteAlertRule(deleteAlertRuleRequest: requests.DeleteAlertRuleRequest): Promise<responses.DeleteAlertRuleResponse>;
99
99
  /**
@@ -102,7 +102,7 @@ export declare class BudgetClient {
102
102
  * @param DeleteBudgetRequest
103
103
  * @return DeleteBudgetResponse
104
104
  * @throws OciError when an error occurs
105
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
106
106
  */
107
107
  deleteBudget(deleteBudgetRequest: requests.DeleteBudgetRequest): Promise<responses.DeleteBudgetResponse>;
108
108
  /**
@@ -111,7 +111,7 @@ export declare class BudgetClient {
111
111
  * @param GetAlertRuleRequest
112
112
  * @return GetAlertRuleResponse
113
113
  * @throws OciError when an error occurs
114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
115
115
  */
116
116
  getAlertRule(getAlertRuleRequest: requests.GetAlertRuleRequest): Promise<responses.GetAlertRuleResponse>;
117
117
  /**
@@ -120,7 +120,7 @@ export declare class BudgetClient {
120
120
  * @param GetBudgetRequest
121
121
  * @return GetBudgetResponse
122
122
  * @throws OciError when an error occurs
123
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
123
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
124
124
  */
125
125
  getBudget(getBudgetRequest: requests.GetBudgetRequest): Promise<responses.GetBudgetResponse>;
126
126
  /**
@@ -130,7 +130,7 @@ export declare class BudgetClient {
130
130
  * @param ListAlertRulesRequest
131
131
  * @return ListAlertRulesResponse
132
132
  * @throws OciError when an error occurs
133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
134
134
  */
135
135
  listAlertRules(listAlertRulesRequest: requests.ListAlertRulesRequest): Promise<responses.ListAlertRulesResponse>;
136
136
  /**
@@ -181,7 +181,7 @@ export declare class BudgetClient {
181
181
  * @param ListBudgetsRequest
182
182
  * @return ListBudgetsResponse
183
183
  * @throws OciError when an error occurs
184
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
184
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
185
185
  */
186
186
  listBudgets(listBudgetsRequest: requests.ListBudgetsRequest): Promise<responses.ListBudgetsResponse>;
187
187
  /**
@@ -222,7 +222,7 @@ export declare class BudgetClient {
222
222
  * @param UpdateAlertRuleRequest
223
223
  * @return UpdateAlertRuleResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
226
226
  */
227
227
  updateAlertRule(updateAlertRuleRequest: requests.UpdateAlertRuleRequest): Promise<responses.UpdateAlertRuleResponse>;
228
228
  /**
@@ -231,7 +231,7 @@ export declare class BudgetClient {
231
231
  * @param UpdateBudgetRequest
232
232
  * @return UpdateBudgetResponse
233
233
  * @throws OciError when an error occurs
234
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
234
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
235
235
  */
236
236
  updateBudget(updateBudgetRequest: requests.UpdateBudgetRequest): Promise<responses.UpdateBudgetResponse>;
237
237
  }
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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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) {
@@ -152,7 +152,7 @@ class BudgetClient {
152
152
  * @param CreateAlertRuleRequest
153
153
  * @return CreateAlertRuleResponse
154
154
  * @throws OciError when an error occurs
155
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
155
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRule API.
156
156
  */
157
157
  createAlertRule(createAlertRuleRequest) {
158
158
  return __awaiter(this, void 0, void 0, function* () {
@@ -216,7 +216,7 @@ class BudgetClient {
216
216
  * @param CreateBudgetRequest
217
217
  * @return CreateBudgetResponse
218
218
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
219
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/CreateBudget.ts.html |here} to see how to use CreateBudget API.
220
220
  */
221
221
  createBudget(createBudgetRequest) {
222
222
  return __awaiter(this, void 0, void 0, function* () {
@@ -277,7 +277,7 @@ class BudgetClient {
277
277
  * @param DeleteAlertRuleRequest
278
278
  * @return DeleteAlertRuleResponse
279
279
  * @throws OciError when an error occurs
280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/DeleteAlertRule.ts.html |here} to see how to use DeleteAlertRule API.
281
281
  */
282
282
  deleteAlertRule(deleteAlertRuleRequest) {
283
283
  return __awaiter(this, void 0, void 0, function* () {
@@ -331,7 +331,7 @@ class BudgetClient {
331
331
  * @param DeleteBudgetRequest
332
332
  * @return DeleteBudgetResponse
333
333
  * @throws OciError when an error occurs
334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/DeleteBudget.ts.html |here} to see how to use DeleteBudget API.
335
335
  */
336
336
  deleteBudget(deleteBudgetRequest) {
337
337
  return __awaiter(this, void 0, void 0, function* () {
@@ -384,7 +384,7 @@ class BudgetClient {
384
384
  * @param GetAlertRuleRequest
385
385
  * @return GetAlertRuleResponse
386
386
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/GetAlertRule.ts.html |here} to see how to use GetAlertRule API.
388
388
  */
389
389
  getAlertRule(getAlertRuleRequest) {
390
390
  return __awaiter(this, void 0, void 0, function* () {
@@ -446,7 +446,7 @@ class BudgetClient {
446
446
  * @param GetBudgetRequest
447
447
  * @return GetBudgetResponse
448
448
  * @throws OciError when an error occurs
449
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
449
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/GetBudget.ts.html |here} to see how to use GetBudget API.
450
450
  */
451
451
  getBudget(getBudgetRequest) {
452
452
  return __awaiter(this, void 0, void 0, function* () {
@@ -508,7 +508,7 @@ class BudgetClient {
508
508
  * @param ListAlertRulesRequest
509
509
  * @return ListAlertRulesResponse
510
510
  * @throws OciError when an error occurs
511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/ListAlertRules.ts.html |here} to see how to use ListAlertRules API.
512
512
  */
513
513
  listAlertRules(listAlertRulesRequest) {
514
514
  return __awaiter(this, void 0, void 0, function* () {
@@ -626,7 +626,7 @@ class BudgetClient {
626
626
  * @param ListBudgetsRequest
627
627
  * @return ListBudgetsResponse
628
628
  * @throws OciError when an error occurs
629
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/ListBudgets.ts.html |here} to see how to use ListBudgets API.
630
630
  */
631
631
  listBudgets(listBudgetsRequest) {
632
632
  return __awaiter(this, void 0, void 0, function* () {
@@ -734,7 +734,7 @@ class BudgetClient {
734
734
  * @param UpdateAlertRuleRequest
735
735
  * @return UpdateAlertRuleResponse
736
736
  * @throws OciError when an error occurs
737
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
737
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/UpdateAlertRule.ts.html |here} to see how to use UpdateAlertRule API.
738
738
  */
739
739
  updateAlertRule(updateAlertRuleRequest) {
740
740
  return __awaiter(this, void 0, void 0, function* () {
@@ -798,7 +798,7 @@ class BudgetClient {
798
798
  * @param UpdateBudgetRequest
799
799
  * @return UpdateBudgetResponse
800
800
  * @throws OciError when an error occurs
801
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.9.1/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
801
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/UpdateBudget.ts.html |here} to see how to use UpdateBudget API.
802
802
  */
803
803
  updateBudget(updateBudgetRequest) {
804
804
  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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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";
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
11
11
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
12
  */
13
13
  import * as model from "../model";
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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,13 +7,13 @@
7
7
  * NOTE: This class is auto generated by OracleSDKGenerator.
8
8
  * Do not edit the class manually.
9
9
  *
10
- * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
10
+ * Copyright (c) 2020, 2022, 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";
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.9.1/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.0/budget/CreateAlertRule.ts.html |here} to see how to use CreateAlertRuleRequest.
17
17
  */
18
18
  export interface CreateAlertRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -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, 2021, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2022, 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 });