@aws-sdk/client-budgets 3.775.0 → 3.777.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/dist-types/commands/CreateBudgetActionCommand.d.ts +1 -0
- package/dist-types/commands/CreateBudgetCommand.d.ts +1 -0
- package/dist-types/commands/CreateNotificationCommand.d.ts +1 -0
- package/dist-types/commands/CreateSubscriberCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBudgetActionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBudgetCommand.d.ts +1 -0
- package/dist-types/commands/DeleteNotificationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBudgetActionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBudgetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBudgetsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +1 -0
- package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBudgetActionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBudgetCommand.d.ts +1 -0
- package/dist-types/commands/UpdateNotificationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -131,6 +131,7 @@ declare const CreateBudgetActionCommand_base: {
|
|
|
131
131
|
* @throws {@link BudgetsServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
133
133
|
*
|
|
134
|
+
*
|
|
134
135
|
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class CreateBudgetActionCommand extends CreateBudgetActionCommand_base {
|
|
@@ -156,6 +156,7 @@ declare const CreateBudgetCommand_base: {
|
|
|
156
156
|
* @throws {@link BudgetsServiceException}
|
|
157
157
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
158
158
|
*
|
|
159
|
+
*
|
|
159
160
|
* @public
|
|
160
161
|
*/
|
|
161
162
|
export declare class CreateBudgetCommand extends CreateBudgetCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const CreateNotificationCommand_base: {
|
|
|
88
88
|
* @throws {@link BudgetsServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateNotificationCommand extends CreateNotificationCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const CreateSubscriberCommand_base: {
|
|
|
86
86
|
* @throws {@link BudgetsServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class CreateSubscriberCommand extends CreateSubscriberCommand_base {
|
|
@@ -125,6 +125,7 @@ declare const DeleteBudgetActionCommand_base: {
|
|
|
125
125
|
* @throws {@link BudgetsServiceException}
|
|
126
126
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
127
127
|
*
|
|
128
|
+
*
|
|
128
129
|
* @public
|
|
129
130
|
*/
|
|
130
131
|
export declare class DeleteBudgetActionCommand extends DeleteBudgetActionCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DeleteBudgetCommand_base: {
|
|
|
72
72
|
* @throws {@link BudgetsServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DeleteBudgetCommand extends DeleteBudgetCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteNotificationCommand_base: {
|
|
|
79
79
|
* @throws {@link BudgetsServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteNotificationCommand extends DeleteNotificationCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DeleteSubscriberCommand_base: {
|
|
|
83
83
|
* @throws {@link BudgetsServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DeleteSubscriberCommand extends DeleteSubscriberCommand_base {
|
|
@@ -121,6 +121,7 @@ declare const DescribeBudgetActionCommand_base: {
|
|
|
121
121
|
* @throws {@link BudgetsServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
123
123
|
*
|
|
124
|
+
*
|
|
124
125
|
* @public
|
|
125
126
|
*/
|
|
126
127
|
export declare class DescribeBudgetActionCommand extends DescribeBudgetActionCommand_base {
|
|
@@ -139,6 +139,7 @@ declare const DescribeBudgetActionHistoriesCommand_base: {
|
|
|
139
139
|
* @throws {@link BudgetsServiceException}
|
|
140
140
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
141
141
|
*
|
|
142
|
+
*
|
|
142
143
|
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class DescribeBudgetActionHistoriesCommand extends DescribeBudgetActionHistoriesCommand_base {
|
|
@@ -122,6 +122,7 @@ declare const DescribeBudgetActionsForAccountCommand_base: {
|
|
|
122
122
|
* @throws {@link BudgetsServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class DescribeBudgetActionsForAccountCommand extends DescribeBudgetActionsForAccountCommand_base {
|
|
@@ -126,6 +126,7 @@ declare const DescribeBudgetActionsForBudgetCommand_base: {
|
|
|
126
126
|
* @throws {@link BudgetsServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
128
128
|
*
|
|
129
|
+
*
|
|
129
130
|
* @public
|
|
130
131
|
*/
|
|
131
132
|
export declare class DescribeBudgetActionsForBudgetCommand extends DescribeBudgetActionsForBudgetCommand_base {
|
|
@@ -129,6 +129,7 @@ declare const DescribeBudgetCommand_base: {
|
|
|
129
129
|
* @throws {@link BudgetsServiceException}
|
|
130
130
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
131
131
|
*
|
|
132
|
+
*
|
|
132
133
|
* @public
|
|
133
134
|
*/
|
|
134
135
|
export declare class DescribeBudgetCommand extends DescribeBudgetCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const DescribeBudgetNotificationsForAccountCommand_base: {
|
|
|
92
92
|
* @throws {@link BudgetsServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DescribeBudgetNotificationsForAccountCommand extends DescribeBudgetNotificationsForAccountCommand_base {
|
|
@@ -122,6 +122,7 @@ declare const DescribeBudgetPerformanceHistoryCommand_base: {
|
|
|
122
122
|
* @throws {@link BudgetsServiceException}
|
|
123
123
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
124
124
|
*
|
|
125
|
+
*
|
|
125
126
|
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class DescribeBudgetPerformanceHistoryCommand extends DescribeBudgetPerformanceHistoryCommand_base {
|
|
@@ -139,6 +139,7 @@ declare const DescribeBudgetsCommand_base: {
|
|
|
139
139
|
* @throws {@link BudgetsServiceException}
|
|
140
140
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
141
141
|
*
|
|
142
|
+
*
|
|
142
143
|
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class DescribeBudgetsCommand extends DescribeBudgetsCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const DescribeNotificationsForBudgetCommand_base: {
|
|
|
88
88
|
* @throws {@link BudgetsServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DescribeNotificationsForBudgetCommand extends DescribeNotificationsForBudgetCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const DescribeSubscribersForNotificationCommand_base: {
|
|
|
92
92
|
* @throws {@link BudgetsServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DescribeSubscribersForNotificationCommand extends DescribeSubscribersForNotificationCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ExecuteBudgetActionCommand_base: {
|
|
|
82
82
|
* @throws {@link BudgetsServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ExecuteBudgetActionCommand extends ExecuteBudgetActionCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
75
75
|
* @throws {@link BudgetsServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const TagResourceCommand_base: {
|
|
|
77
77
|
* @throws {@link BudgetsServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const UntagResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link BudgetsServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -211,6 +211,7 @@ declare const UpdateBudgetActionCommand_base: {
|
|
|
211
211
|
* @throws {@link BudgetsServiceException}
|
|
212
212
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
213
213
|
*
|
|
214
|
+
*
|
|
214
215
|
* @public
|
|
215
216
|
*/
|
|
216
217
|
export declare class UpdateBudgetActionCommand extends UpdateBudgetActionCommand_base {
|
|
@@ -127,6 +127,7 @@ declare const UpdateBudgetCommand_base: {
|
|
|
127
127
|
* @throws {@link BudgetsServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
129
129
|
*
|
|
130
|
+
*
|
|
130
131
|
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class UpdateBudgetCommand extends UpdateBudgetCommand_base {
|
|
@@ -86,6 +86,7 @@ declare const UpdateNotificationCommand_base: {
|
|
|
86
86
|
* @throws {@link BudgetsServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
88
88
|
*
|
|
89
|
+
*
|
|
89
90
|
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class UpdateNotificationCommand extends UpdateNotificationCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const UpdateSubscriberCommand_base: {
|
|
|
87
87
|
* @throws {@link BudgetsServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Budgets service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class UpdateSubscriberCommand extends UpdateSubscriberCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-budgets",
|
|
3
3
|
"description": "AWS SDK for JavaScript Budgets Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-budgets",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|