@aws-sdk/client-budgets 3.927.0 → 3.929.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/index.js +1045 -1442
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/BudgetsClient.js +2 -0
- package/dist-es/commands/CreateBudgetActionCommand.js +3 -10
- package/dist-es/commands/CreateBudgetCommand.js +3 -10
- package/dist-es/commands/CreateNotificationCommand.js +3 -10
- package/dist-es/commands/CreateSubscriberCommand.js +3 -10
- package/dist-es/commands/DeleteBudgetActionCommand.js +3 -10
- package/dist-es/commands/DeleteBudgetCommand.js +3 -9
- package/dist-es/commands/DeleteNotificationCommand.js +3 -9
- package/dist-es/commands/DeleteSubscriberCommand.js +3 -10
- package/dist-es/commands/DescribeBudgetActionCommand.js +3 -10
- package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +3 -10
- package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +3 -10
- package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +3 -10
- package/dist-es/commands/DescribeBudgetCommand.js +3 -9
- package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +3 -9
- package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +3 -9
- package/dist-es/commands/DescribeBudgetsCommand.js +3 -9
- package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +3 -9
- package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +3 -10
- package/dist-es/commands/ExecuteBudgetActionCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateBudgetActionCommand.js +3 -10
- package/dist-es/commands/UpdateBudgetCommand.js +3 -9
- package/dist-es/commands/UpdateNotificationCommand.js +3 -9
- package/dist-es/commands/UpdateSubscriberCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -77
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +967 -0
- package/dist-types/BudgetsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -76
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +143 -0
- package/dist-types/ts3.4/BudgetsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -53
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +150 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1133
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -236
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -317
|
@@ -1,236 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { CreateBudgetActionCommandInput, CreateBudgetActionCommandOutput } from "../commands/CreateBudgetActionCommand";
|
|
4
|
-
import { CreateBudgetCommandInput, CreateBudgetCommandOutput } from "../commands/CreateBudgetCommand";
|
|
5
|
-
import { CreateNotificationCommandInput, CreateNotificationCommandOutput } from "../commands/CreateNotificationCommand";
|
|
6
|
-
import { CreateSubscriberCommandInput, CreateSubscriberCommandOutput } from "../commands/CreateSubscriberCommand";
|
|
7
|
-
import { DeleteBudgetActionCommandInput, DeleteBudgetActionCommandOutput } from "../commands/DeleteBudgetActionCommand";
|
|
8
|
-
import { DeleteBudgetCommandInput, DeleteBudgetCommandOutput } from "../commands/DeleteBudgetCommand";
|
|
9
|
-
import { DeleteNotificationCommandInput, DeleteNotificationCommandOutput } from "../commands/DeleteNotificationCommand";
|
|
10
|
-
import { DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput } from "../commands/DeleteSubscriberCommand";
|
|
11
|
-
import { DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput } from "../commands/DescribeBudgetActionCommand";
|
|
12
|
-
import { DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput } from "../commands/DescribeBudgetActionHistoriesCommand";
|
|
13
|
-
import { DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput } from "../commands/DescribeBudgetActionsForAccountCommand";
|
|
14
|
-
import { DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput } from "../commands/DescribeBudgetActionsForBudgetCommand";
|
|
15
|
-
import { DescribeBudgetCommandInput, DescribeBudgetCommandOutput } from "../commands/DescribeBudgetCommand";
|
|
16
|
-
import { DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput } from "../commands/DescribeBudgetNotificationsForAccountCommand";
|
|
17
|
-
import { DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput } from "../commands/DescribeBudgetPerformanceHistoryCommand";
|
|
18
|
-
import { DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput } from "../commands/DescribeBudgetsCommand";
|
|
19
|
-
import { DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput } from "../commands/DescribeNotificationsForBudgetCommand";
|
|
20
|
-
import { DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput } from "../commands/DescribeSubscribersForNotificationCommand";
|
|
21
|
-
import { ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput } from "../commands/ExecuteBudgetActionCommand";
|
|
22
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
23
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
24
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
25
|
-
import { UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput } from "../commands/UpdateBudgetActionCommand";
|
|
26
|
-
import { UpdateBudgetCommandInput, UpdateBudgetCommandOutput } from "../commands/UpdateBudgetCommand";
|
|
27
|
-
import { UpdateNotificationCommandInput, UpdateNotificationCommandOutput } from "../commands/UpdateNotificationCommand";
|
|
28
|
-
import { UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput } from "../commands/UpdateSubscriberCommand";
|
|
29
|
-
/**
|
|
30
|
-
* serializeAws_json1_1CreateBudgetCommand
|
|
31
|
-
*/
|
|
32
|
-
export declare const se_CreateBudgetCommand: (input: CreateBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
-
/**
|
|
34
|
-
* serializeAws_json1_1CreateBudgetActionCommand
|
|
35
|
-
*/
|
|
36
|
-
export declare const se_CreateBudgetActionCommand: (input: CreateBudgetActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
/**
|
|
38
|
-
* serializeAws_json1_1CreateNotificationCommand
|
|
39
|
-
*/
|
|
40
|
-
export declare const se_CreateNotificationCommand: (input: CreateNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
/**
|
|
42
|
-
* serializeAws_json1_1CreateSubscriberCommand
|
|
43
|
-
*/
|
|
44
|
-
export declare const se_CreateSubscriberCommand: (input: CreateSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
/**
|
|
46
|
-
* serializeAws_json1_1DeleteBudgetCommand
|
|
47
|
-
*/
|
|
48
|
-
export declare const se_DeleteBudgetCommand: (input: DeleteBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
/**
|
|
50
|
-
* serializeAws_json1_1DeleteBudgetActionCommand
|
|
51
|
-
*/
|
|
52
|
-
export declare const se_DeleteBudgetActionCommand: (input: DeleteBudgetActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
/**
|
|
54
|
-
* serializeAws_json1_1DeleteNotificationCommand
|
|
55
|
-
*/
|
|
56
|
-
export declare const se_DeleteNotificationCommand: (input: DeleteNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
/**
|
|
58
|
-
* serializeAws_json1_1DeleteSubscriberCommand
|
|
59
|
-
*/
|
|
60
|
-
export declare const se_DeleteSubscriberCommand: (input: DeleteSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
/**
|
|
62
|
-
* serializeAws_json1_1DescribeBudgetCommand
|
|
63
|
-
*/
|
|
64
|
-
export declare const se_DescribeBudgetCommand: (input: DescribeBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
-
/**
|
|
66
|
-
* serializeAws_json1_1DescribeBudgetActionCommand
|
|
67
|
-
*/
|
|
68
|
-
export declare const se_DescribeBudgetActionCommand: (input: DescribeBudgetActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
-
/**
|
|
70
|
-
* serializeAws_json1_1DescribeBudgetActionHistoriesCommand
|
|
71
|
-
*/
|
|
72
|
-
export declare const se_DescribeBudgetActionHistoriesCommand: (input: DescribeBudgetActionHistoriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
-
/**
|
|
74
|
-
* serializeAws_json1_1DescribeBudgetActionsForAccountCommand
|
|
75
|
-
*/
|
|
76
|
-
export declare const se_DescribeBudgetActionsForAccountCommand: (input: DescribeBudgetActionsForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
-
/**
|
|
78
|
-
* serializeAws_json1_1DescribeBudgetActionsForBudgetCommand
|
|
79
|
-
*/
|
|
80
|
-
export declare const se_DescribeBudgetActionsForBudgetCommand: (input: DescribeBudgetActionsForBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
-
/**
|
|
82
|
-
* serializeAws_json1_1DescribeBudgetNotificationsForAccountCommand
|
|
83
|
-
*/
|
|
84
|
-
export declare const se_DescribeBudgetNotificationsForAccountCommand: (input: DescribeBudgetNotificationsForAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* serializeAws_json1_1DescribeBudgetPerformanceHistoryCommand
|
|
87
|
-
*/
|
|
88
|
-
export declare const se_DescribeBudgetPerformanceHistoryCommand: (input: DescribeBudgetPerformanceHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
-
/**
|
|
90
|
-
* serializeAws_json1_1DescribeBudgetsCommand
|
|
91
|
-
*/
|
|
92
|
-
export declare const se_DescribeBudgetsCommand: (input: DescribeBudgetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
-
/**
|
|
94
|
-
* serializeAws_json1_1DescribeNotificationsForBudgetCommand
|
|
95
|
-
*/
|
|
96
|
-
export declare const se_DescribeNotificationsForBudgetCommand: (input: DescribeNotificationsForBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
-
/**
|
|
98
|
-
* serializeAws_json1_1DescribeSubscribersForNotificationCommand
|
|
99
|
-
*/
|
|
100
|
-
export declare const se_DescribeSubscribersForNotificationCommand: (input: DescribeSubscribersForNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
-
/**
|
|
102
|
-
* serializeAws_json1_1ExecuteBudgetActionCommand
|
|
103
|
-
*/
|
|
104
|
-
export declare const se_ExecuteBudgetActionCommand: (input: ExecuteBudgetActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
-
/**
|
|
106
|
-
* serializeAws_json1_1ListTagsForResourceCommand
|
|
107
|
-
*/
|
|
108
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
-
/**
|
|
110
|
-
* serializeAws_json1_1TagResourceCommand
|
|
111
|
-
*/
|
|
112
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
-
/**
|
|
114
|
-
* serializeAws_json1_1UntagResourceCommand
|
|
115
|
-
*/
|
|
116
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
-
/**
|
|
118
|
-
* serializeAws_json1_1UpdateBudgetCommand
|
|
119
|
-
*/
|
|
120
|
-
export declare const se_UpdateBudgetCommand: (input: UpdateBudgetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
121
|
-
/**
|
|
122
|
-
* serializeAws_json1_1UpdateBudgetActionCommand
|
|
123
|
-
*/
|
|
124
|
-
export declare const se_UpdateBudgetActionCommand: (input: UpdateBudgetActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
125
|
-
/**
|
|
126
|
-
* serializeAws_json1_1UpdateNotificationCommand
|
|
127
|
-
*/
|
|
128
|
-
export declare const se_UpdateNotificationCommand: (input: UpdateNotificationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
|
-
/**
|
|
130
|
-
* serializeAws_json1_1UpdateSubscriberCommand
|
|
131
|
-
*/
|
|
132
|
-
export declare const se_UpdateSubscriberCommand: (input: UpdateSubscriberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
|
-
/**
|
|
134
|
-
* deserializeAws_json1_1CreateBudgetCommand
|
|
135
|
-
*/
|
|
136
|
-
export declare const de_CreateBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBudgetCommandOutput>;
|
|
137
|
-
/**
|
|
138
|
-
* deserializeAws_json1_1CreateBudgetActionCommand
|
|
139
|
-
*/
|
|
140
|
-
export declare const de_CreateBudgetActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBudgetActionCommandOutput>;
|
|
141
|
-
/**
|
|
142
|
-
* deserializeAws_json1_1CreateNotificationCommand
|
|
143
|
-
*/
|
|
144
|
-
export declare const de_CreateNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNotificationCommandOutput>;
|
|
145
|
-
/**
|
|
146
|
-
* deserializeAws_json1_1CreateSubscriberCommand
|
|
147
|
-
*/
|
|
148
|
-
export declare const de_CreateSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriberCommandOutput>;
|
|
149
|
-
/**
|
|
150
|
-
* deserializeAws_json1_1DeleteBudgetCommand
|
|
151
|
-
*/
|
|
152
|
-
export declare const de_DeleteBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBudgetCommandOutput>;
|
|
153
|
-
/**
|
|
154
|
-
* deserializeAws_json1_1DeleteBudgetActionCommand
|
|
155
|
-
*/
|
|
156
|
-
export declare const de_DeleteBudgetActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBudgetActionCommandOutput>;
|
|
157
|
-
/**
|
|
158
|
-
* deserializeAws_json1_1DeleteNotificationCommand
|
|
159
|
-
*/
|
|
160
|
-
export declare const de_DeleteNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotificationCommandOutput>;
|
|
161
|
-
/**
|
|
162
|
-
* deserializeAws_json1_1DeleteSubscriberCommand
|
|
163
|
-
*/
|
|
164
|
-
export declare const de_DeleteSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriberCommandOutput>;
|
|
165
|
-
/**
|
|
166
|
-
* deserializeAws_json1_1DescribeBudgetCommand
|
|
167
|
-
*/
|
|
168
|
-
export declare const de_DescribeBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetCommandOutput>;
|
|
169
|
-
/**
|
|
170
|
-
* deserializeAws_json1_1DescribeBudgetActionCommand
|
|
171
|
-
*/
|
|
172
|
-
export declare const de_DescribeBudgetActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionCommandOutput>;
|
|
173
|
-
/**
|
|
174
|
-
* deserializeAws_json1_1DescribeBudgetActionHistoriesCommand
|
|
175
|
-
*/
|
|
176
|
-
export declare const de_DescribeBudgetActionHistoriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionHistoriesCommandOutput>;
|
|
177
|
-
/**
|
|
178
|
-
* deserializeAws_json1_1DescribeBudgetActionsForAccountCommand
|
|
179
|
-
*/
|
|
180
|
-
export declare const de_DescribeBudgetActionsForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionsForAccountCommandOutput>;
|
|
181
|
-
/**
|
|
182
|
-
* deserializeAws_json1_1DescribeBudgetActionsForBudgetCommand
|
|
183
|
-
*/
|
|
184
|
-
export declare const de_DescribeBudgetActionsForBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetActionsForBudgetCommandOutput>;
|
|
185
|
-
/**
|
|
186
|
-
* deserializeAws_json1_1DescribeBudgetNotificationsForAccountCommand
|
|
187
|
-
*/
|
|
188
|
-
export declare const de_DescribeBudgetNotificationsForAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
189
|
-
/**
|
|
190
|
-
* deserializeAws_json1_1DescribeBudgetPerformanceHistoryCommand
|
|
191
|
-
*/
|
|
192
|
-
export declare const de_DescribeBudgetPerformanceHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetPerformanceHistoryCommandOutput>;
|
|
193
|
-
/**
|
|
194
|
-
* deserializeAws_json1_1DescribeBudgetsCommand
|
|
195
|
-
*/
|
|
196
|
-
export declare const de_DescribeBudgetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBudgetsCommandOutput>;
|
|
197
|
-
/**
|
|
198
|
-
* deserializeAws_json1_1DescribeNotificationsForBudgetCommand
|
|
199
|
-
*/
|
|
200
|
-
export declare const de_DescribeNotificationsForBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotificationsForBudgetCommandOutput>;
|
|
201
|
-
/**
|
|
202
|
-
* deserializeAws_json1_1DescribeSubscribersForNotificationCommand
|
|
203
|
-
*/
|
|
204
|
-
export declare const de_DescribeSubscribersForNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSubscribersForNotificationCommandOutput>;
|
|
205
|
-
/**
|
|
206
|
-
* deserializeAws_json1_1ExecuteBudgetActionCommand
|
|
207
|
-
*/
|
|
208
|
-
export declare const de_ExecuteBudgetActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExecuteBudgetActionCommandOutput>;
|
|
209
|
-
/**
|
|
210
|
-
* deserializeAws_json1_1ListTagsForResourceCommand
|
|
211
|
-
*/
|
|
212
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
213
|
-
/**
|
|
214
|
-
* deserializeAws_json1_1TagResourceCommand
|
|
215
|
-
*/
|
|
216
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
217
|
-
/**
|
|
218
|
-
* deserializeAws_json1_1UntagResourceCommand
|
|
219
|
-
*/
|
|
220
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
221
|
-
/**
|
|
222
|
-
* deserializeAws_json1_1UpdateBudgetCommand
|
|
223
|
-
*/
|
|
224
|
-
export declare const de_UpdateBudgetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBudgetCommandOutput>;
|
|
225
|
-
/**
|
|
226
|
-
* deserializeAws_json1_1UpdateBudgetActionCommand
|
|
227
|
-
*/
|
|
228
|
-
export declare const de_UpdateBudgetActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBudgetActionCommandOutput>;
|
|
229
|
-
/**
|
|
230
|
-
* deserializeAws_json1_1UpdateNotificationCommand
|
|
231
|
-
*/
|
|
232
|
-
export declare const de_UpdateNotificationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNotificationCommandOutput>;
|
|
233
|
-
/**
|
|
234
|
-
* deserializeAws_json1_1UpdateSubscriberCommand
|
|
235
|
-
*/
|
|
236
|
-
export declare const de_UpdateSubscriberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriberCommandOutput>;
|
|
@@ -1,317 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
CreateBudgetActionCommandInput,
|
|
8
|
-
CreateBudgetActionCommandOutput,
|
|
9
|
-
} from "../commands/CreateBudgetActionCommand";
|
|
10
|
-
import {
|
|
11
|
-
CreateBudgetCommandInput,
|
|
12
|
-
CreateBudgetCommandOutput,
|
|
13
|
-
} from "../commands/CreateBudgetCommand";
|
|
14
|
-
import {
|
|
15
|
-
CreateNotificationCommandInput,
|
|
16
|
-
CreateNotificationCommandOutput,
|
|
17
|
-
} from "../commands/CreateNotificationCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateSubscriberCommandInput,
|
|
20
|
-
CreateSubscriberCommandOutput,
|
|
21
|
-
} from "../commands/CreateSubscriberCommand";
|
|
22
|
-
import {
|
|
23
|
-
DeleteBudgetActionCommandInput,
|
|
24
|
-
DeleteBudgetActionCommandOutput,
|
|
25
|
-
} from "../commands/DeleteBudgetActionCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteBudgetCommandInput,
|
|
28
|
-
DeleteBudgetCommandOutput,
|
|
29
|
-
} from "../commands/DeleteBudgetCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteNotificationCommandInput,
|
|
32
|
-
DeleteNotificationCommandOutput,
|
|
33
|
-
} from "../commands/DeleteNotificationCommand";
|
|
34
|
-
import {
|
|
35
|
-
DeleteSubscriberCommandInput,
|
|
36
|
-
DeleteSubscriberCommandOutput,
|
|
37
|
-
} from "../commands/DeleteSubscriberCommand";
|
|
38
|
-
import {
|
|
39
|
-
DescribeBudgetActionCommandInput,
|
|
40
|
-
DescribeBudgetActionCommandOutput,
|
|
41
|
-
} from "../commands/DescribeBudgetActionCommand";
|
|
42
|
-
import {
|
|
43
|
-
DescribeBudgetActionHistoriesCommandInput,
|
|
44
|
-
DescribeBudgetActionHistoriesCommandOutput,
|
|
45
|
-
} from "../commands/DescribeBudgetActionHistoriesCommand";
|
|
46
|
-
import {
|
|
47
|
-
DescribeBudgetActionsForAccountCommandInput,
|
|
48
|
-
DescribeBudgetActionsForAccountCommandOutput,
|
|
49
|
-
} from "../commands/DescribeBudgetActionsForAccountCommand";
|
|
50
|
-
import {
|
|
51
|
-
DescribeBudgetActionsForBudgetCommandInput,
|
|
52
|
-
DescribeBudgetActionsForBudgetCommandOutput,
|
|
53
|
-
} from "../commands/DescribeBudgetActionsForBudgetCommand";
|
|
54
|
-
import {
|
|
55
|
-
DescribeBudgetCommandInput,
|
|
56
|
-
DescribeBudgetCommandOutput,
|
|
57
|
-
} from "../commands/DescribeBudgetCommand";
|
|
58
|
-
import {
|
|
59
|
-
DescribeBudgetNotificationsForAccountCommandInput,
|
|
60
|
-
DescribeBudgetNotificationsForAccountCommandOutput,
|
|
61
|
-
} from "../commands/DescribeBudgetNotificationsForAccountCommand";
|
|
62
|
-
import {
|
|
63
|
-
DescribeBudgetPerformanceHistoryCommandInput,
|
|
64
|
-
DescribeBudgetPerformanceHistoryCommandOutput,
|
|
65
|
-
} from "../commands/DescribeBudgetPerformanceHistoryCommand";
|
|
66
|
-
import {
|
|
67
|
-
DescribeBudgetsCommandInput,
|
|
68
|
-
DescribeBudgetsCommandOutput,
|
|
69
|
-
} from "../commands/DescribeBudgetsCommand";
|
|
70
|
-
import {
|
|
71
|
-
DescribeNotificationsForBudgetCommandInput,
|
|
72
|
-
DescribeNotificationsForBudgetCommandOutput,
|
|
73
|
-
} from "../commands/DescribeNotificationsForBudgetCommand";
|
|
74
|
-
import {
|
|
75
|
-
DescribeSubscribersForNotificationCommandInput,
|
|
76
|
-
DescribeSubscribersForNotificationCommandOutput,
|
|
77
|
-
} from "../commands/DescribeSubscribersForNotificationCommand";
|
|
78
|
-
import {
|
|
79
|
-
ExecuteBudgetActionCommandInput,
|
|
80
|
-
ExecuteBudgetActionCommandOutput,
|
|
81
|
-
} from "../commands/ExecuteBudgetActionCommand";
|
|
82
|
-
import {
|
|
83
|
-
ListTagsForResourceCommandInput,
|
|
84
|
-
ListTagsForResourceCommandOutput,
|
|
85
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
86
|
-
import {
|
|
87
|
-
TagResourceCommandInput,
|
|
88
|
-
TagResourceCommandOutput,
|
|
89
|
-
} from "../commands/TagResourceCommand";
|
|
90
|
-
import {
|
|
91
|
-
UntagResourceCommandInput,
|
|
92
|
-
UntagResourceCommandOutput,
|
|
93
|
-
} from "../commands/UntagResourceCommand";
|
|
94
|
-
import {
|
|
95
|
-
UpdateBudgetActionCommandInput,
|
|
96
|
-
UpdateBudgetActionCommandOutput,
|
|
97
|
-
} from "../commands/UpdateBudgetActionCommand";
|
|
98
|
-
import {
|
|
99
|
-
UpdateBudgetCommandInput,
|
|
100
|
-
UpdateBudgetCommandOutput,
|
|
101
|
-
} from "../commands/UpdateBudgetCommand";
|
|
102
|
-
import {
|
|
103
|
-
UpdateNotificationCommandInput,
|
|
104
|
-
UpdateNotificationCommandOutput,
|
|
105
|
-
} from "../commands/UpdateNotificationCommand";
|
|
106
|
-
import {
|
|
107
|
-
UpdateSubscriberCommandInput,
|
|
108
|
-
UpdateSubscriberCommandOutput,
|
|
109
|
-
} from "../commands/UpdateSubscriberCommand";
|
|
110
|
-
export declare const se_CreateBudgetCommand: (
|
|
111
|
-
input: CreateBudgetCommandInput,
|
|
112
|
-
context: __SerdeContext
|
|
113
|
-
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const se_CreateBudgetActionCommand: (
|
|
115
|
-
input: CreateBudgetActionCommandInput,
|
|
116
|
-
context: __SerdeContext
|
|
117
|
-
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const se_CreateNotificationCommand: (
|
|
119
|
-
input: CreateNotificationCommandInput,
|
|
120
|
-
context: __SerdeContext
|
|
121
|
-
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const se_CreateSubscriberCommand: (
|
|
123
|
-
input: CreateSubscriberCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_DeleteBudgetCommand: (
|
|
127
|
-
input: DeleteBudgetCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_DeleteBudgetActionCommand: (
|
|
131
|
-
input: DeleteBudgetActionCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_DeleteNotificationCommand: (
|
|
135
|
-
input: DeleteNotificationCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_DeleteSubscriberCommand: (
|
|
139
|
-
input: DeleteSubscriberCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_DescribeBudgetCommand: (
|
|
143
|
-
input: DescribeBudgetCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_DescribeBudgetActionCommand: (
|
|
147
|
-
input: DescribeBudgetActionCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_DescribeBudgetActionHistoriesCommand: (
|
|
151
|
-
input: DescribeBudgetActionHistoriesCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_DescribeBudgetActionsForAccountCommand: (
|
|
155
|
-
input: DescribeBudgetActionsForAccountCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_DescribeBudgetActionsForBudgetCommand: (
|
|
159
|
-
input: DescribeBudgetActionsForBudgetCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_DescribeBudgetNotificationsForAccountCommand: (
|
|
163
|
-
input: DescribeBudgetNotificationsForAccountCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_DescribeBudgetPerformanceHistoryCommand: (
|
|
167
|
-
input: DescribeBudgetPerformanceHistoryCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_DescribeBudgetsCommand: (
|
|
171
|
-
input: DescribeBudgetsCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_DescribeNotificationsForBudgetCommand: (
|
|
175
|
-
input: DescribeNotificationsForBudgetCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_DescribeSubscribersForNotificationCommand: (
|
|
179
|
-
input: DescribeSubscribersForNotificationCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_ExecuteBudgetActionCommand: (
|
|
183
|
-
input: ExecuteBudgetActionCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
187
|
-
input: ListTagsForResourceCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_TagResourceCommand: (
|
|
191
|
-
input: TagResourceCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_UntagResourceCommand: (
|
|
195
|
-
input: UntagResourceCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_UpdateBudgetCommand: (
|
|
199
|
-
input: UpdateBudgetCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_UpdateBudgetActionCommand: (
|
|
203
|
-
input: UpdateBudgetActionCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_UpdateNotificationCommand: (
|
|
207
|
-
input: UpdateNotificationCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_UpdateSubscriberCommand: (
|
|
211
|
-
input: UpdateSubscriberCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const de_CreateBudgetCommand: (
|
|
215
|
-
output: __HttpResponse,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<CreateBudgetCommandOutput>;
|
|
218
|
-
export declare const de_CreateBudgetActionCommand: (
|
|
219
|
-
output: __HttpResponse,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<CreateBudgetActionCommandOutput>;
|
|
222
|
-
export declare const de_CreateNotificationCommand: (
|
|
223
|
-
output: __HttpResponse,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<CreateNotificationCommandOutput>;
|
|
226
|
-
export declare const de_CreateSubscriberCommand: (
|
|
227
|
-
output: __HttpResponse,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<CreateSubscriberCommandOutput>;
|
|
230
|
-
export declare const de_DeleteBudgetCommand: (
|
|
231
|
-
output: __HttpResponse,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<DeleteBudgetCommandOutput>;
|
|
234
|
-
export declare const de_DeleteBudgetActionCommand: (
|
|
235
|
-
output: __HttpResponse,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<DeleteBudgetActionCommandOutput>;
|
|
238
|
-
export declare const de_DeleteNotificationCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<DeleteNotificationCommandOutput>;
|
|
242
|
-
export declare const de_DeleteSubscriberCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<DeleteSubscriberCommandOutput>;
|
|
246
|
-
export declare const de_DescribeBudgetCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<DescribeBudgetCommandOutput>;
|
|
250
|
-
export declare const de_DescribeBudgetActionCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<DescribeBudgetActionCommandOutput>;
|
|
254
|
-
export declare const de_DescribeBudgetActionHistoriesCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<DescribeBudgetActionHistoriesCommandOutput>;
|
|
258
|
-
export declare const de_DescribeBudgetActionsForAccountCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<DescribeBudgetActionsForAccountCommandOutput>;
|
|
262
|
-
export declare const de_DescribeBudgetActionsForBudgetCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<DescribeBudgetActionsForBudgetCommandOutput>;
|
|
266
|
-
export declare const de_DescribeBudgetNotificationsForAccountCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<DescribeBudgetNotificationsForAccountCommandOutput>;
|
|
270
|
-
export declare const de_DescribeBudgetPerformanceHistoryCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<DescribeBudgetPerformanceHistoryCommandOutput>;
|
|
274
|
-
export declare const de_DescribeBudgetsCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<DescribeBudgetsCommandOutput>;
|
|
278
|
-
export declare const de_DescribeNotificationsForBudgetCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<DescribeNotificationsForBudgetCommandOutput>;
|
|
282
|
-
export declare const de_DescribeSubscribersForNotificationCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<DescribeSubscribersForNotificationCommandOutput>;
|
|
286
|
-
export declare const de_ExecuteBudgetActionCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<ExecuteBudgetActionCommandOutput>;
|
|
290
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
294
|
-
export declare const de_TagResourceCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<TagResourceCommandOutput>;
|
|
298
|
-
export declare const de_UntagResourceCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
302
|
-
export declare const de_UpdateBudgetCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<UpdateBudgetCommandOutput>;
|
|
306
|
-
export declare const de_UpdateBudgetActionCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<UpdateBudgetActionCommandOutput>;
|
|
310
|
-
export declare const de_UpdateNotificationCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<UpdateNotificationCommandOutput>;
|
|
314
|
-
export declare const de_UpdateSubscriberCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<UpdateSubscriberCommandOutput>;
|