@aws-sdk/client-budgets 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Budgets.d.ts +0 -23
- package/dist-types/ts3.4/BudgetsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/BudgetsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -297
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-budgets
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-budgets
|
|
@@ -92,7 +92,6 @@ import {
|
|
|
92
92
|
UpdateSubscriberCommandInput,
|
|
93
93
|
UpdateSubscriberCommandOutput,
|
|
94
94
|
} from "./commands/UpdateSubscriberCommand";
|
|
95
|
-
|
|
96
95
|
export declare class Budgets extends BudgetsClient {
|
|
97
96
|
createBudget(
|
|
98
97
|
args: CreateBudgetCommandInput,
|
|
@@ -107,7 +106,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
107
106
|
options: __HttpHandlerOptions,
|
|
108
107
|
cb: (err: any, data?: CreateBudgetCommandOutput) => void
|
|
109
108
|
): void;
|
|
110
|
-
|
|
111
109
|
createBudgetAction(
|
|
112
110
|
args: CreateBudgetActionCommandInput,
|
|
113
111
|
options?: __HttpHandlerOptions
|
|
@@ -121,7 +119,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
121
119
|
options: __HttpHandlerOptions,
|
|
122
120
|
cb: (err: any, data?: CreateBudgetActionCommandOutput) => void
|
|
123
121
|
): void;
|
|
124
|
-
|
|
125
122
|
createNotification(
|
|
126
123
|
args: CreateNotificationCommandInput,
|
|
127
124
|
options?: __HttpHandlerOptions
|
|
@@ -135,7 +132,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
135
132
|
options: __HttpHandlerOptions,
|
|
136
133
|
cb: (err: any, data?: CreateNotificationCommandOutput) => void
|
|
137
134
|
): void;
|
|
138
|
-
|
|
139
135
|
createSubscriber(
|
|
140
136
|
args: CreateSubscriberCommandInput,
|
|
141
137
|
options?: __HttpHandlerOptions
|
|
@@ -149,7 +145,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
149
145
|
options: __HttpHandlerOptions,
|
|
150
146
|
cb: (err: any, data?: CreateSubscriberCommandOutput) => void
|
|
151
147
|
): void;
|
|
152
|
-
|
|
153
148
|
deleteBudget(
|
|
154
149
|
args: DeleteBudgetCommandInput,
|
|
155
150
|
options?: __HttpHandlerOptions
|
|
@@ -163,7 +158,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
163
158
|
options: __HttpHandlerOptions,
|
|
164
159
|
cb: (err: any, data?: DeleteBudgetCommandOutput) => void
|
|
165
160
|
): void;
|
|
166
|
-
|
|
167
161
|
deleteBudgetAction(
|
|
168
162
|
args: DeleteBudgetActionCommandInput,
|
|
169
163
|
options?: __HttpHandlerOptions
|
|
@@ -177,7 +171,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
177
171
|
options: __HttpHandlerOptions,
|
|
178
172
|
cb: (err: any, data?: DeleteBudgetActionCommandOutput) => void
|
|
179
173
|
): void;
|
|
180
|
-
|
|
181
174
|
deleteNotification(
|
|
182
175
|
args: DeleteNotificationCommandInput,
|
|
183
176
|
options?: __HttpHandlerOptions
|
|
@@ -191,7 +184,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
191
184
|
options: __HttpHandlerOptions,
|
|
192
185
|
cb: (err: any, data?: DeleteNotificationCommandOutput) => void
|
|
193
186
|
): void;
|
|
194
|
-
|
|
195
187
|
deleteSubscriber(
|
|
196
188
|
args: DeleteSubscriberCommandInput,
|
|
197
189
|
options?: __HttpHandlerOptions
|
|
@@ -205,7 +197,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
205
197
|
options: __HttpHandlerOptions,
|
|
206
198
|
cb: (err: any, data?: DeleteSubscriberCommandOutput) => void
|
|
207
199
|
): void;
|
|
208
|
-
|
|
209
200
|
describeBudget(
|
|
210
201
|
args: DescribeBudgetCommandInput,
|
|
211
202
|
options?: __HttpHandlerOptions
|
|
@@ -219,7 +210,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
219
210
|
options: __HttpHandlerOptions,
|
|
220
211
|
cb: (err: any, data?: DescribeBudgetCommandOutput) => void
|
|
221
212
|
): void;
|
|
222
|
-
|
|
223
213
|
describeBudgetAction(
|
|
224
214
|
args: DescribeBudgetActionCommandInput,
|
|
225
215
|
options?: __HttpHandlerOptions
|
|
@@ -233,7 +223,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
233
223
|
options: __HttpHandlerOptions,
|
|
234
224
|
cb: (err: any, data?: DescribeBudgetActionCommandOutput) => void
|
|
235
225
|
): void;
|
|
236
|
-
|
|
237
226
|
describeBudgetActionHistories(
|
|
238
227
|
args: DescribeBudgetActionHistoriesCommandInput,
|
|
239
228
|
options?: __HttpHandlerOptions
|
|
@@ -247,7 +236,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
247
236
|
options: __HttpHandlerOptions,
|
|
248
237
|
cb: (err: any, data?: DescribeBudgetActionHistoriesCommandOutput) => void
|
|
249
238
|
): void;
|
|
250
|
-
|
|
251
239
|
describeBudgetActionsForAccount(
|
|
252
240
|
args: DescribeBudgetActionsForAccountCommandInput,
|
|
253
241
|
options?: __HttpHandlerOptions
|
|
@@ -261,7 +249,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
261
249
|
options: __HttpHandlerOptions,
|
|
262
250
|
cb: (err: any, data?: DescribeBudgetActionsForAccountCommandOutput) => void
|
|
263
251
|
): void;
|
|
264
|
-
|
|
265
252
|
describeBudgetActionsForBudget(
|
|
266
253
|
args: DescribeBudgetActionsForBudgetCommandInput,
|
|
267
254
|
options?: __HttpHandlerOptions
|
|
@@ -275,7 +262,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
275
262
|
options: __HttpHandlerOptions,
|
|
276
263
|
cb: (err: any, data?: DescribeBudgetActionsForBudgetCommandOutput) => void
|
|
277
264
|
): void;
|
|
278
|
-
|
|
279
265
|
describeBudgetNotificationsForAccount(
|
|
280
266
|
args: DescribeBudgetNotificationsForAccountCommandInput,
|
|
281
267
|
options?: __HttpHandlerOptions
|
|
@@ -295,7 +281,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
295
281
|
data?: DescribeBudgetNotificationsForAccountCommandOutput
|
|
296
282
|
) => void
|
|
297
283
|
): void;
|
|
298
|
-
|
|
299
284
|
describeBudgetPerformanceHistory(
|
|
300
285
|
args: DescribeBudgetPerformanceHistoryCommandInput,
|
|
301
286
|
options?: __HttpHandlerOptions
|
|
@@ -309,7 +294,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
309
294
|
options: __HttpHandlerOptions,
|
|
310
295
|
cb: (err: any, data?: DescribeBudgetPerformanceHistoryCommandOutput) => void
|
|
311
296
|
): void;
|
|
312
|
-
|
|
313
297
|
describeBudgets(
|
|
314
298
|
args: DescribeBudgetsCommandInput,
|
|
315
299
|
options?: __HttpHandlerOptions
|
|
@@ -323,7 +307,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
323
307
|
options: __HttpHandlerOptions,
|
|
324
308
|
cb: (err: any, data?: DescribeBudgetsCommandOutput) => void
|
|
325
309
|
): void;
|
|
326
|
-
|
|
327
310
|
describeNotificationsForBudget(
|
|
328
311
|
args: DescribeNotificationsForBudgetCommandInput,
|
|
329
312
|
options?: __HttpHandlerOptions
|
|
@@ -337,7 +320,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
337
320
|
options: __HttpHandlerOptions,
|
|
338
321
|
cb: (err: any, data?: DescribeNotificationsForBudgetCommandOutput) => void
|
|
339
322
|
): void;
|
|
340
|
-
|
|
341
323
|
describeSubscribersForNotification(
|
|
342
324
|
args: DescribeSubscribersForNotificationCommandInput,
|
|
343
325
|
options?: __HttpHandlerOptions
|
|
@@ -357,7 +339,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
357
339
|
data?: DescribeSubscribersForNotificationCommandOutput
|
|
358
340
|
) => void
|
|
359
341
|
): void;
|
|
360
|
-
|
|
361
342
|
executeBudgetAction(
|
|
362
343
|
args: ExecuteBudgetActionCommandInput,
|
|
363
344
|
options?: __HttpHandlerOptions
|
|
@@ -371,7 +352,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
371
352
|
options: __HttpHandlerOptions,
|
|
372
353
|
cb: (err: any, data?: ExecuteBudgetActionCommandOutput) => void
|
|
373
354
|
): void;
|
|
374
|
-
|
|
375
355
|
updateBudget(
|
|
376
356
|
args: UpdateBudgetCommandInput,
|
|
377
357
|
options?: __HttpHandlerOptions
|
|
@@ -385,7 +365,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
385
365
|
options: __HttpHandlerOptions,
|
|
386
366
|
cb: (err: any, data?: UpdateBudgetCommandOutput) => void
|
|
387
367
|
): void;
|
|
388
|
-
|
|
389
368
|
updateBudgetAction(
|
|
390
369
|
args: UpdateBudgetActionCommandInput,
|
|
391
370
|
options?: __HttpHandlerOptions
|
|
@@ -399,7 +378,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
399
378
|
options: __HttpHandlerOptions,
|
|
400
379
|
cb: (err: any, data?: UpdateBudgetActionCommandOutput) => void
|
|
401
380
|
): void;
|
|
402
|
-
|
|
403
381
|
updateNotification(
|
|
404
382
|
args: UpdateNotificationCommandInput,
|
|
405
383
|
options?: __HttpHandlerOptions
|
|
@@ -413,7 +391,6 @@ export declare class Budgets extends BudgetsClient {
|
|
|
413
391
|
options: __HttpHandlerOptions,
|
|
414
392
|
cb: (err: any, data?: UpdateNotificationCommandOutput) => void
|
|
415
393
|
): void;
|
|
416
|
-
|
|
417
394
|
updateSubscriber(
|
|
418
395
|
args: UpdateSubscriberCommandInput,
|
|
419
396
|
options?: __HttpHandlerOptions
|
|
@@ -185,47 +185,26 @@ export declare type ServiceOutputTypes =
|
|
|
185
185
|
export interface ClientDefaults
|
|
186
186
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
187
187
|
requestHandler?: __HttpHandler;
|
|
188
|
-
|
|
189
188
|
sha256?: __HashConstructor;
|
|
190
|
-
|
|
191
189
|
urlParser?: __UrlParser;
|
|
192
|
-
|
|
193
190
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
194
|
-
|
|
195
191
|
streamCollector?: __StreamCollector;
|
|
196
|
-
|
|
197
192
|
base64Decoder?: __Decoder;
|
|
198
|
-
|
|
199
193
|
base64Encoder?: __Encoder;
|
|
200
|
-
|
|
201
194
|
utf8Decoder?: __Decoder;
|
|
202
|
-
|
|
203
195
|
utf8Encoder?: __Encoder;
|
|
204
|
-
|
|
205
196
|
runtime?: string;
|
|
206
|
-
|
|
207
197
|
disableHostPrefix?: boolean;
|
|
208
|
-
|
|
209
198
|
maxAttempts?: number | __Provider<number>;
|
|
210
|
-
|
|
211
199
|
retryMode?: string | __Provider<string>;
|
|
212
|
-
|
|
213
200
|
logger?: __Logger;
|
|
214
|
-
|
|
215
201
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
216
|
-
|
|
217
202
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
218
|
-
|
|
219
203
|
serviceId?: string;
|
|
220
|
-
|
|
221
204
|
region?: string | __Provider<string>;
|
|
222
|
-
|
|
223
205
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
224
|
-
|
|
225
206
|
regionInfoProvider?: RegionInfoProvider;
|
|
226
|
-
|
|
227
207
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
228
|
-
|
|
229
208
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
230
209
|
}
|
|
231
210
|
declare type BudgetsClientConfigType = Partial<
|
|
@@ -238,7 +217,6 @@ declare type BudgetsClientConfigType = Partial<
|
|
|
238
217
|
HostHeaderInputConfig &
|
|
239
218
|
AwsAuthInputConfig &
|
|
240
219
|
UserAgentInputConfig;
|
|
241
|
-
|
|
242
220
|
export interface BudgetsClientConfig extends BudgetsClientConfigType {}
|
|
243
221
|
declare type BudgetsClientResolvedConfigType =
|
|
244
222
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -249,10 +227,8 @@ declare type BudgetsClientResolvedConfigType =
|
|
|
249
227
|
HostHeaderResolvedConfig &
|
|
250
228
|
AwsAuthResolvedConfig &
|
|
251
229
|
UserAgentResolvedConfig;
|
|
252
|
-
|
|
253
230
|
export interface BudgetsClientResolvedConfig
|
|
254
231
|
extends BudgetsClientResolvedConfigType {}
|
|
255
|
-
|
|
256
232
|
export declare class BudgetsClient extends __Client<
|
|
257
233
|
__HttpHandlerOptions,
|
|
258
234
|
ServiceInputTypes,
|
|
@@ -261,7 +237,6 @@ export declare class BudgetsClient extends __Client<
|
|
|
261
237
|
> {
|
|
262
238
|
readonly config: BudgetsClientResolvedConfig;
|
|
263
239
|
constructor(configuration: BudgetsClientConfig);
|
|
264
|
-
|
|
265
240
|
destroy(): void;
|
|
266
241
|
}
|
|
267
242
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateBudgetActionCommandInput
|
|
|
19
19
|
export interface CreateBudgetActionCommandOutput
|
|
20
20
|
extends CreateBudgetActionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateBudgetActionCommand extends $Command<
|
|
24
23
|
CreateBudgetActionCommandInput,
|
|
25
24
|
CreateBudgetActionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateBudgetActionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateBudgetActionCommandInput;
|
|
29
28
|
constructor(input: CreateBudgetActionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateBudgetCommandInput extends CreateBudgetRequest {}
|
|
|
15
15
|
export interface CreateBudgetCommandOutput
|
|
16
16
|
extends CreateBudgetResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateBudgetCommand extends $Command<
|
|
20
19
|
CreateBudgetCommandInput,
|
|
21
20
|
CreateBudgetCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateBudgetCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateBudgetCommandInput;
|
|
25
24
|
constructor(input: CreateBudgetCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateNotificationCommandInput
|
|
|
19
19
|
export interface CreateNotificationCommandOutput
|
|
20
20
|
extends CreateNotificationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateNotificationCommand extends $Command<
|
|
24
23
|
CreateNotificationCommandInput,
|
|
25
24
|
CreateNotificationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateNotificationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateNotificationCommandInput;
|
|
29
28
|
constructor(input: CreateNotificationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {}
|
|
|
18
18
|
export interface CreateSubscriberCommandOutput
|
|
19
19
|
extends CreateSubscriberResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateSubscriberCommand extends $Command<
|
|
23
22
|
CreateSubscriberCommandInput,
|
|
24
23
|
CreateSubscriberCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateSubscriberCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateSubscriberCommandInput;
|
|
28
27
|
constructor(input: CreateSubscriberCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteBudgetActionCommandInput
|
|
|
19
19
|
export interface DeleteBudgetActionCommandOutput
|
|
20
20
|
extends DeleteBudgetActionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteBudgetActionCommand extends $Command<
|
|
24
23
|
DeleteBudgetActionCommandInput,
|
|
25
24
|
DeleteBudgetActionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteBudgetActionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteBudgetActionCommandInput;
|
|
29
28
|
constructor(input: DeleteBudgetActionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteBudgetCommandInput extends DeleteBudgetRequest {}
|
|
|
15
15
|
export interface DeleteBudgetCommandOutput
|
|
16
16
|
extends DeleteBudgetResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteBudgetCommand extends $Command<
|
|
20
19
|
DeleteBudgetCommandInput,
|
|
21
20
|
DeleteBudgetCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteBudgetCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteBudgetCommandInput;
|
|
25
24
|
constructor(input: DeleteBudgetCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteNotificationCommandInput
|
|
|
19
19
|
export interface DeleteNotificationCommandOutput
|
|
20
20
|
extends DeleteNotificationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteNotificationCommand extends $Command<
|
|
24
23
|
DeleteNotificationCommandInput,
|
|
25
24
|
DeleteNotificationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteNotificationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteNotificationCommandInput;
|
|
29
28
|
constructor(input: DeleteNotificationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteSubscriberCommandInput extends DeleteSubscriberRequest {}
|
|
|
18
18
|
export interface DeleteSubscriberCommandOutput
|
|
19
19
|
extends DeleteSubscriberResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteSubscriberCommand extends $Command<
|
|
23
22
|
DeleteSubscriberCommandInput,
|
|
24
23
|
DeleteSubscriberCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteSubscriberCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteSubscriberCommandInput;
|
|
28
27
|
constructor(input: DeleteSubscriberCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeBudgetActionCommandInput
|
|
|
19
19
|
export interface DescribeBudgetActionCommandOutput
|
|
20
20
|
extends DescribeBudgetActionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeBudgetActionCommand extends $Command<
|
|
24
23
|
DescribeBudgetActionCommandInput,
|
|
25
24
|
DescribeBudgetActionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeBudgetActionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeBudgetActionCommandInput;
|
|
29
28
|
constructor(input: DescribeBudgetActionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeBudgetActionHistoriesCommandInput
|
|
|
19
19
|
export interface DescribeBudgetActionHistoriesCommandOutput
|
|
20
20
|
extends DescribeBudgetActionHistoriesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeBudgetActionHistoriesCommand extends $Command<
|
|
24
23
|
DescribeBudgetActionHistoriesCommandInput,
|
|
25
24
|
DescribeBudgetActionHistoriesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeBudgetActionHistoriesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeBudgetActionHistoriesCommandInput;
|
|
29
28
|
constructor(input: DescribeBudgetActionHistoriesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeBudgetActionsForAccountCommandInput
|
|
|
19
19
|
export interface DescribeBudgetActionsForAccountCommandOutput
|
|
20
20
|
extends DescribeBudgetActionsForAccountResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeBudgetActionsForAccountCommand extends $Command<
|
|
24
23
|
DescribeBudgetActionsForAccountCommandInput,
|
|
25
24
|
DescribeBudgetActionsForAccountCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeBudgetActionsForAccountCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeBudgetActionsForAccountCommandInput;
|
|
29
28
|
constructor(input: DescribeBudgetActionsForAccountCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeBudgetActionsForBudgetCommandInput
|
|
|
19
19
|
export interface DescribeBudgetActionsForBudgetCommandOutput
|
|
20
20
|
extends DescribeBudgetActionsForBudgetResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeBudgetActionsForBudgetCommand extends $Command<
|
|
24
23
|
DescribeBudgetActionsForBudgetCommandInput,
|
|
25
24
|
DescribeBudgetActionsForBudgetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeBudgetActionsForBudgetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeBudgetActionsForBudgetCommandInput;
|
|
29
28
|
constructor(input: DescribeBudgetActionsForBudgetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeBudgetCommandInput extends DescribeBudgetRequest {}
|
|
|
18
18
|
export interface DescribeBudgetCommandOutput
|
|
19
19
|
extends DescribeBudgetResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeBudgetCommand extends $Command<
|
|
23
22
|
DescribeBudgetCommandInput,
|
|
24
23
|
DescribeBudgetCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeBudgetCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeBudgetCommandInput;
|
|
28
27
|
constructor(input: DescribeBudgetCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeBudgetNotificationsForAccountCommandInput
|
|
|
19
19
|
export interface DescribeBudgetNotificationsForAccountCommandOutput
|
|
20
20
|
extends DescribeBudgetNotificationsForAccountResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeBudgetNotificationsForAccountCommand extends $Command<
|
|
24
23
|
DescribeBudgetNotificationsForAccountCommandInput,
|
|
25
24
|
DescribeBudgetNotificationsForAccountCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeBudgetNotificationsForAccountCommand extends $Comma
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeBudgetNotificationsForAccountCommandInput;
|
|
29
28
|
constructor(input: DescribeBudgetNotificationsForAccountCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeBudgetPerformanceHistoryCommandInput
|
|
|
19
19
|
export interface DescribeBudgetPerformanceHistoryCommandOutput
|
|
20
20
|
extends DescribeBudgetPerformanceHistoryResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeBudgetPerformanceHistoryCommand extends $Command<
|
|
24
23
|
DescribeBudgetPerformanceHistoryCommandInput,
|
|
25
24
|
DescribeBudgetPerformanceHistoryCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeBudgetPerformanceHistoryCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeBudgetPerformanceHistoryCommandInput;
|
|
29
28
|
constructor(input: DescribeBudgetPerformanceHistoryCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DescribeBudgetsCommandInput extends DescribeBudgetsRequest {}
|
|
|
18
18
|
export interface DescribeBudgetsCommandOutput
|
|
19
19
|
extends DescribeBudgetsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeBudgetsCommand extends $Command<
|
|
23
22
|
DescribeBudgetsCommandInput,
|
|
24
23
|
DescribeBudgetsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeBudgetsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeBudgetsCommandInput;
|
|
28
27
|
constructor(input: DescribeBudgetsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeNotificationsForBudgetCommandInput
|
|
|
19
19
|
export interface DescribeNotificationsForBudgetCommandOutput
|
|
20
20
|
extends DescribeNotificationsForBudgetResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeNotificationsForBudgetCommand extends $Command<
|
|
24
23
|
DescribeNotificationsForBudgetCommandInput,
|
|
25
24
|
DescribeNotificationsForBudgetCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeNotificationsForBudgetCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeNotificationsForBudgetCommandInput;
|
|
29
28
|
constructor(input: DescribeNotificationsForBudgetCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeSubscribersForNotificationCommandInput
|
|
|
19
19
|
export interface DescribeSubscribersForNotificationCommandOutput
|
|
20
20
|
extends DescribeSubscribersForNotificationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeSubscribersForNotificationCommand extends $Command<
|
|
24
23
|
DescribeSubscribersForNotificationCommandInput,
|
|
25
24
|
DescribeSubscribersForNotificationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeSubscribersForNotificationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeSubscribersForNotificationCommandInput;
|
|
29
28
|
constructor(input: DescribeSubscribersForNotificationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ExecuteBudgetActionCommandInput
|
|
|
19
19
|
export interface ExecuteBudgetActionCommandOutput
|
|
20
20
|
extends ExecuteBudgetActionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ExecuteBudgetActionCommand extends $Command<
|
|
24
23
|
ExecuteBudgetActionCommandInput,
|
|
25
24
|
ExecuteBudgetActionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ExecuteBudgetActionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ExecuteBudgetActionCommandInput;
|
|
29
28
|
constructor(input: ExecuteBudgetActionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateBudgetActionCommandInput
|
|
|
19
19
|
export interface UpdateBudgetActionCommandOutput
|
|
20
20
|
extends UpdateBudgetActionResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateBudgetActionCommand extends $Command<
|
|
24
23
|
UpdateBudgetActionCommandInput,
|
|
25
24
|
UpdateBudgetActionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateBudgetActionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateBudgetActionCommandInput;
|
|
29
28
|
constructor(input: UpdateBudgetActionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateBudgetCommandInput extends UpdateBudgetRequest {}
|
|
|
15
15
|
export interface UpdateBudgetCommandOutput
|
|
16
16
|
extends UpdateBudgetResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateBudgetCommand extends $Command<
|
|
20
19
|
UpdateBudgetCommandInput,
|
|
21
20
|
UpdateBudgetCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateBudgetCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateBudgetCommandInput;
|
|
25
24
|
constructor(input: UpdateBudgetCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateNotificationCommandInput
|
|
|
19
19
|
export interface UpdateNotificationCommandOutput
|
|
20
20
|
extends UpdateNotificationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateNotificationCommand extends $Command<
|
|
24
23
|
UpdateNotificationCommandInput,
|
|
25
24
|
UpdateNotificationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateNotificationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateNotificationCommandInput;
|
|
29
28
|
constructor(input: UpdateNotificationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UpdateSubscriberCommandInput extends UpdateSubscriberRequest {}
|
|
|
18
18
|
export interface UpdateSubscriberCommandOutput
|
|
19
19
|
extends UpdateSubscriberResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UpdateSubscriberCommand extends $Command<
|
|
23
22
|
UpdateSubscriberCommandInput,
|
|
24
23
|
UpdateSubscriberCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UpdateSubscriberCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UpdateSubscriberCommandInput;
|
|
28
27
|
constructor(input: UpdateSubscriberCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: BudgetsClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class BudgetsServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|