@aws-sdk/client-budgets 3.303.0 → 3.309.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-cjs/commands/CreateBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/CreateBudgetCommand.js +2 -2
- package/dist-cjs/commands/CreateNotificationCommand.js +2 -2
- package/dist-cjs/commands/CreateSubscriberCommand.js +2 -2
- package/dist-cjs/commands/DeleteBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/DeleteBudgetCommand.js +2 -2
- package/dist-cjs/commands/DeleteNotificationCommand.js +2 -2
- package/dist-cjs/commands/DeleteSubscriberCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetActionHistoriesCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetActionsForAccountCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetActionsForBudgetCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeNotificationsForBudgetCommand.js +2 -2
- package/dist-cjs/commands/DescribeSubscribersForNotificationCommand.js +2 -2
- package/dist-cjs/commands/ExecuteBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/UpdateBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/UpdateBudgetCommand.js +2 -2
- package/dist-cjs/commands/UpdateNotificationCommand.js +2 -2
- package/dist-cjs/commands/UpdateSubscriberCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_1.js +560 -592
- package/dist-es/commands/CreateBudgetActionCommand.js +3 -3
- package/dist-es/commands/CreateBudgetCommand.js +3 -3
- package/dist-es/commands/CreateNotificationCommand.js +3 -3
- package/dist-es/commands/CreateSubscriberCommand.js +3 -3
- package/dist-es/commands/DeleteBudgetActionCommand.js +3 -3
- package/dist-es/commands/DeleteBudgetCommand.js +3 -3
- package/dist-es/commands/DeleteNotificationCommand.js +3 -3
- package/dist-es/commands/DeleteSubscriberCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetActionCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetsCommand.js +3 -3
- package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +3 -3
- package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +3 -3
- package/dist-es/commands/ExecuteBudgetActionCommand.js +3 -3
- package/dist-es/commands/UpdateBudgetActionCommand.js +3 -3
- package/dist-es/commands/UpdateBudgetCommand.js +3 -3
- package/dist-es/commands/UpdateNotificationCommand.js +3 -3
- package/dist-es/commands/UpdateSubscriberCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +513 -545
- package/dist-types/protocols/Aws_json1_1.d.ts +184 -46
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +46 -46
- package/package.json +29 -29
|
@@ -23,49 +23,187 @@ import { UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput } from
|
|
|
23
23
|
import { UpdateBudgetCommandInput, UpdateBudgetCommandOutput } from "../commands/UpdateBudgetCommand";
|
|
24
24
|
import { UpdateNotificationCommandInput, UpdateNotificationCommandOutput } from "../commands/UpdateNotificationCommand";
|
|
25
25
|
import { UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput } from "../commands/UpdateSubscriberCommand";
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
export declare const
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
export declare const
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export declare const
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export declare const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
export declare const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export declare const
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
export declare const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export declare const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
export declare const
|
|
70
|
-
|
|
71
|
-
|
|
26
|
+
/**
|
|
27
|
+
* serializeAws_json1_1CreateBudgetCommand
|
|
28
|
+
*/
|
|
29
|
+
export declare const se_CreateBudgetCommand: (input: CreateBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
+
/**
|
|
31
|
+
* serializeAws_json1_1CreateBudgetActionCommand
|
|
32
|
+
*/
|
|
33
|
+
export declare const se_CreateBudgetActionCommand: (input: CreateBudgetActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
+
/**
|
|
35
|
+
* serializeAws_json1_1CreateNotificationCommand
|
|
36
|
+
*/
|
|
37
|
+
export declare const se_CreateNotificationCommand: (input: CreateNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
+
/**
|
|
39
|
+
* serializeAws_json1_1CreateSubscriberCommand
|
|
40
|
+
*/
|
|
41
|
+
export declare const se_CreateSubscriberCommand: (input: CreateSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
/**
|
|
43
|
+
* serializeAws_json1_1DeleteBudgetCommand
|
|
44
|
+
*/
|
|
45
|
+
export declare const se_DeleteBudgetCommand: (input: DeleteBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
/**
|
|
47
|
+
* serializeAws_json1_1DeleteBudgetActionCommand
|
|
48
|
+
*/
|
|
49
|
+
export declare const se_DeleteBudgetActionCommand: (input: DeleteBudgetActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
/**
|
|
51
|
+
* serializeAws_json1_1DeleteNotificationCommand
|
|
52
|
+
*/
|
|
53
|
+
export declare const se_DeleteNotificationCommand: (input: DeleteNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_json1_1DeleteSubscriberCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_DeleteSubscriberCommand: (input: DeleteSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_json1_1DescribeBudgetCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_DescribeBudgetCommand: (input: DescribeBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_json1_1DescribeBudgetActionCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_DescribeBudgetActionCommand: (input: DescribeBudgetActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_json1_1DescribeBudgetActionHistoriesCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_DescribeBudgetActionHistoriesCommand: (input: DescribeBudgetActionHistoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_json1_1DescribeBudgetActionsForAccountCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_DescribeBudgetActionsForAccountCommand: (input: DescribeBudgetActionsForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_json1_1DescribeBudgetActionsForBudgetCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_DescribeBudgetActionsForBudgetCommand: (input: DescribeBudgetActionsForBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_json1_1DescribeBudgetNotificationsForAccountCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_DescribeBudgetNotificationsForAccountCommand: (input: DescribeBudgetNotificationsForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_json1_1DescribeBudgetPerformanceHistoryCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_DescribeBudgetPerformanceHistoryCommand: (input: DescribeBudgetPerformanceHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_json1_1DescribeBudgetsCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_DescribeBudgetsCommand: (input: DescribeBudgetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_json1_1DescribeNotificationsForBudgetCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_DescribeNotificationsForBudgetCommand: (input: DescribeNotificationsForBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
/**
|
|
95
|
+
* serializeAws_json1_1DescribeSubscribersForNotificationCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const se_DescribeSubscribersForNotificationCommand: (input: DescribeSubscribersForNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* serializeAws_json1_1ExecuteBudgetActionCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const se_ExecuteBudgetActionCommand: (input: ExecuteBudgetActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
/**
|
|
103
|
+
* serializeAws_json1_1UpdateBudgetCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const se_UpdateBudgetCommand: (input: UpdateBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
/**
|
|
107
|
+
* serializeAws_json1_1UpdateBudgetActionCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const se_UpdateBudgetActionCommand: (input: UpdateBudgetActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
/**
|
|
111
|
+
* serializeAws_json1_1UpdateNotificationCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const se_UpdateNotificationCommand: (input: UpdateNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
/**
|
|
115
|
+
* serializeAws_json1_1UpdateSubscriberCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const se_UpdateSubscriberCommand: (input: UpdateSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* deserializeAws_json1_1CreateBudgetCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const de_CreateBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBudgetCommandOutput>;
|
|
122
|
+
/**
|
|
123
|
+
* deserializeAws_json1_1CreateBudgetActionCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const de_CreateBudgetActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBudgetActionCommandOutput>;
|
|
126
|
+
/**
|
|
127
|
+
* deserializeAws_json1_1CreateNotificationCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const de_CreateNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNotificationCommandOutput>;
|
|
130
|
+
/**
|
|
131
|
+
* deserializeAws_json1_1CreateSubscriberCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const de_CreateSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriberCommandOutput>;
|
|
134
|
+
/**
|
|
135
|
+
* deserializeAws_json1_1DeleteBudgetCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const de_DeleteBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBudgetCommandOutput>;
|
|
138
|
+
/**
|
|
139
|
+
* deserializeAws_json1_1DeleteBudgetActionCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const de_DeleteBudgetActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBudgetActionCommandOutput>;
|
|
142
|
+
/**
|
|
143
|
+
* deserializeAws_json1_1DeleteNotificationCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const de_DeleteNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotificationCommandOutput>;
|
|
146
|
+
/**
|
|
147
|
+
* deserializeAws_json1_1DeleteSubscriberCommand
|
|
148
|
+
*/
|
|
149
|
+
export declare const de_DeleteSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriberCommandOutput>;
|
|
150
|
+
/**
|
|
151
|
+
* deserializeAws_json1_1DescribeBudgetCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const de_DescribeBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetCommandOutput>;
|
|
154
|
+
/**
|
|
155
|
+
* deserializeAws_json1_1DescribeBudgetActionCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const de_DescribeBudgetActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionCommandOutput>;
|
|
158
|
+
/**
|
|
159
|
+
* deserializeAws_json1_1DescribeBudgetActionHistoriesCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const de_DescribeBudgetActionHistoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionHistoriesCommandOutput>;
|
|
162
|
+
/**
|
|
163
|
+
* deserializeAws_json1_1DescribeBudgetActionsForAccountCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const de_DescribeBudgetActionsForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionsForAccountCommandOutput>;
|
|
166
|
+
/**
|
|
167
|
+
* deserializeAws_json1_1DescribeBudgetActionsForBudgetCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const de_DescribeBudgetActionsForBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionsForBudgetCommandOutput>;
|
|
170
|
+
/**
|
|
171
|
+
* deserializeAws_json1_1DescribeBudgetNotificationsForAccountCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const de_DescribeBudgetNotificationsForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
174
|
+
/**
|
|
175
|
+
* deserializeAws_json1_1DescribeBudgetPerformanceHistoryCommand
|
|
176
|
+
*/
|
|
177
|
+
export declare const de_DescribeBudgetPerformanceHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetPerformanceHistoryCommandOutput>;
|
|
178
|
+
/**
|
|
179
|
+
* deserializeAws_json1_1DescribeBudgetsCommand
|
|
180
|
+
*/
|
|
181
|
+
export declare const de_DescribeBudgetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetsCommandOutput>;
|
|
182
|
+
/**
|
|
183
|
+
* deserializeAws_json1_1DescribeNotificationsForBudgetCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const de_DescribeNotificationsForBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotificationsForBudgetCommandOutput>;
|
|
186
|
+
/**
|
|
187
|
+
* deserializeAws_json1_1DescribeSubscribersForNotificationCommand
|
|
188
|
+
*/
|
|
189
|
+
export declare const de_DescribeSubscribersForNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSubscribersForNotificationCommandOutput>;
|
|
190
|
+
/**
|
|
191
|
+
* deserializeAws_json1_1ExecuteBudgetActionCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const de_ExecuteBudgetActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteBudgetActionCommandOutput>;
|
|
194
|
+
/**
|
|
195
|
+
* deserializeAws_json1_1UpdateBudgetCommand
|
|
196
|
+
*/
|
|
197
|
+
export declare const de_UpdateBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBudgetCommandOutput>;
|
|
198
|
+
/**
|
|
199
|
+
* deserializeAws_json1_1UpdateBudgetActionCommand
|
|
200
|
+
*/
|
|
201
|
+
export declare const de_UpdateBudgetActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBudgetActionCommandOutput>;
|
|
202
|
+
/**
|
|
203
|
+
* deserializeAws_json1_1UpdateNotificationCommand
|
|
204
|
+
*/
|
|
205
|
+
export declare const de_UpdateNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotificationCommandOutput>;
|
|
206
|
+
/**
|
|
207
|
+
* deserializeAws_json1_1UpdateSubscriberCommand
|
|
208
|
+
*/
|
|
209
|
+
export declare const de_UpdateSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriberCommandOutput>;
|
|
@@ -95,187 +95,187 @@ import {
|
|
|
95
95
|
UpdateSubscriberCommandInput,
|
|
96
96
|
UpdateSubscriberCommandOutput,
|
|
97
97
|
} from "../commands/UpdateSubscriberCommand";
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_CreateBudgetCommand: (
|
|
99
99
|
input: CreateBudgetCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const se_CreateBudgetActionCommand: (
|
|
103
103
|
input: CreateBudgetActionCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_CreateNotificationCommand: (
|
|
107
107
|
input: CreateNotificationCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_CreateSubscriberCommand: (
|
|
111
111
|
input: CreateSubscriberCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_DeleteBudgetCommand: (
|
|
115
115
|
input: DeleteBudgetCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_DeleteBudgetActionCommand: (
|
|
119
119
|
input: DeleteBudgetActionCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_DeleteNotificationCommand: (
|
|
123
123
|
input: DeleteNotificationCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_DeleteSubscriberCommand: (
|
|
127
127
|
input: DeleteSubscriberCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_DescribeBudgetCommand: (
|
|
131
131
|
input: DescribeBudgetCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_DescribeBudgetActionCommand: (
|
|
135
135
|
input: DescribeBudgetActionCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_DescribeBudgetActionHistoriesCommand: (
|
|
139
139
|
input: DescribeBudgetActionHistoriesCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_DescribeBudgetActionsForAccountCommand: (
|
|
143
143
|
input: DescribeBudgetActionsForAccountCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_DescribeBudgetActionsForBudgetCommand: (
|
|
147
147
|
input: DescribeBudgetActionsForBudgetCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_DescribeBudgetNotificationsForAccountCommand: (
|
|
151
151
|
input: DescribeBudgetNotificationsForAccountCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_DescribeBudgetPerformanceHistoryCommand: (
|
|
155
155
|
input: DescribeBudgetPerformanceHistoryCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_DescribeBudgetsCommand: (
|
|
159
159
|
input: DescribeBudgetsCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_DescribeNotificationsForBudgetCommand: (
|
|
163
163
|
input: DescribeNotificationsForBudgetCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_DescribeSubscribersForNotificationCommand: (
|
|
167
167
|
input: DescribeSubscribersForNotificationCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_ExecuteBudgetActionCommand: (
|
|
171
171
|
input: ExecuteBudgetActionCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_UpdateBudgetCommand: (
|
|
175
175
|
input: UpdateBudgetCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_UpdateBudgetActionCommand: (
|
|
179
179
|
input: UpdateBudgetActionCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_UpdateNotificationCommand: (
|
|
183
183
|
input: UpdateNotificationCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_UpdateSubscriberCommand: (
|
|
187
187
|
input: UpdateSubscriberCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const de_CreateBudgetCommand: (
|
|
191
191
|
output: __HttpResponse,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<CreateBudgetCommandOutput>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const de_CreateBudgetActionCommand: (
|
|
195
195
|
output: __HttpResponse,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<CreateBudgetActionCommandOutput>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const de_CreateNotificationCommand: (
|
|
199
199
|
output: __HttpResponse,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<CreateNotificationCommandOutput>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const de_CreateSubscriberCommand: (
|
|
203
203
|
output: __HttpResponse,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<CreateSubscriberCommandOutput>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const de_DeleteBudgetCommand: (
|
|
207
207
|
output: __HttpResponse,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<DeleteBudgetCommandOutput>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const de_DeleteBudgetActionCommand: (
|
|
211
211
|
output: __HttpResponse,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<DeleteBudgetActionCommandOutput>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_DeleteNotificationCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<DeleteNotificationCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_DeleteSubscriberCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<DeleteSubscriberCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_DescribeBudgetCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<DescribeBudgetCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_DescribeBudgetActionCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<DescribeBudgetActionCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_DescribeBudgetActionHistoriesCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<DescribeBudgetActionHistoriesCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_DescribeBudgetActionsForAccountCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<DescribeBudgetActionsForAccountCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_DescribeBudgetActionsForBudgetCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<DescribeBudgetActionsForBudgetCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_DescribeBudgetNotificationsForAccountCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_DescribeBudgetPerformanceHistoryCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<DescribeBudgetPerformanceHistoryCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_DescribeBudgetsCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<DescribeBudgetsCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_DescribeNotificationsForBudgetCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<DescribeNotificationsForBudgetCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_DescribeSubscribersForNotificationCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<DescribeSubscribersForNotificationCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_ExecuteBudgetActionCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<ExecuteBudgetActionCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_UpdateBudgetCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<UpdateBudgetCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_UpdateBudgetActionCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<UpdateBudgetActionCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_UpdateNotificationCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<UpdateNotificationCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_UpdateSubscriberCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<UpdateSubscriberCommandOutput>;
|
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.309.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,37 +21,37 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.309.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.309.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.309.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.303.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.309.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.309.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|