@aws-sdk/client-budgets 3.278.0 → 3.281.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (25) hide show
  1. package/README.md +187 -0
  2. package/dist-types/commands/CreateBudgetActionCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateBudgetCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateNotificationCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateSubscriberCommand.d.ts +6 -0
  6. package/dist-types/commands/DeleteBudgetActionCommand.d.ts +6 -0
  7. package/dist-types/commands/DeleteBudgetCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteNotificationCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteSubscriberCommand.d.ts +6 -0
  10. package/dist-types/commands/DescribeBudgetActionCommand.d.ts +6 -0
  11. package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +6 -0
  12. package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +6 -0
  13. package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +6 -0
  14. package/dist-types/commands/DescribeBudgetCommand.d.ts +6 -0
  15. package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +6 -0
  16. package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +6 -0
  17. package/dist-types/commands/DescribeBudgetsCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +6 -0
  20. package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +6 -0
  21. package/dist-types/commands/UpdateBudgetActionCommand.d.ts +6 -0
  22. package/dist-types/commands/UpdateBudgetCommand.d.ts +6 -0
  23. package/dist-types/commands/UpdateNotificationCommand.d.ts +6 -0
  24. package/dist-types/commands/UpdateSubscriberCommand.d.ts +6 -0
  25. package/package.json +6 -6
package/README.md CHANGED
@@ -245,3 +245,190 @@ To contribute to client you can check our [generate clients scripts](https://git
245
245
  This SDK is distributed under the
246
246
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
247
247
  see LICENSE for more information.
248
+
249
+ ## Client Commands (Operations List)
250
+
251
+ <details>
252
+ <summary>
253
+ CreateBudget
254
+ </summary>
255
+
256
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/createbudgetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/createbudgetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/createbudgetcommandoutput.html)
257
+
258
+ </details>
259
+ <details>
260
+ <summary>
261
+ CreateBudgetAction
262
+ </summary>
263
+
264
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/createbudgetactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/createbudgetactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/createbudgetactioncommandoutput.html)
265
+
266
+ </details>
267
+ <details>
268
+ <summary>
269
+ CreateNotification
270
+ </summary>
271
+
272
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/createnotificationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/createnotificationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/createnotificationcommandoutput.html)
273
+
274
+ </details>
275
+ <details>
276
+ <summary>
277
+ CreateSubscriber
278
+ </summary>
279
+
280
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/createsubscribercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/createsubscribercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/createsubscribercommandoutput.html)
281
+
282
+ </details>
283
+ <details>
284
+ <summary>
285
+ DeleteBudget
286
+ </summary>
287
+
288
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/deletebudgetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/deletebudgetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/deletebudgetcommandoutput.html)
289
+
290
+ </details>
291
+ <details>
292
+ <summary>
293
+ DeleteBudgetAction
294
+ </summary>
295
+
296
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/deletebudgetactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/deletebudgetactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/deletebudgetactioncommandoutput.html)
297
+
298
+ </details>
299
+ <details>
300
+ <summary>
301
+ DeleteNotification
302
+ </summary>
303
+
304
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/deletenotificationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/deletenotificationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/deletenotificationcommandoutput.html)
305
+
306
+ </details>
307
+ <details>
308
+ <summary>
309
+ DeleteSubscriber
310
+ </summary>
311
+
312
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/deletesubscribercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/deletesubscribercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/deletesubscribercommandoutput.html)
313
+
314
+ </details>
315
+ <details>
316
+ <summary>
317
+ DescribeBudget
318
+ </summary>
319
+
320
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/describebudgetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetcommandoutput.html)
321
+
322
+ </details>
323
+ <details>
324
+ <summary>
325
+ DescribeBudgetAction
326
+ </summary>
327
+
328
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/describebudgetactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetactioncommandoutput.html)
329
+
330
+ </details>
331
+ <details>
332
+ <summary>
333
+ DescribeBudgetActionHistories
334
+ </summary>
335
+
336
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/describebudgetactionhistoriescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetactionhistoriescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetactionhistoriescommandoutput.html)
337
+
338
+ </details>
339
+ <details>
340
+ <summary>
341
+ DescribeBudgetActionsForAccount
342
+ </summary>
343
+
344
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/describebudgetactionsforaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetactionsforaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetactionsforaccountcommandoutput.html)
345
+
346
+ </details>
347
+ <details>
348
+ <summary>
349
+ DescribeBudgetActionsForBudget
350
+ </summary>
351
+
352
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/describebudgetactionsforbudgetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetactionsforbudgetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetactionsforbudgetcommandoutput.html)
353
+
354
+ </details>
355
+ <details>
356
+ <summary>
357
+ DescribeBudgetNotificationsForAccount
358
+ </summary>
359
+
360
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/describebudgetnotificationsforaccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetnotificationsforaccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetnotificationsforaccountcommandoutput.html)
361
+
362
+ </details>
363
+ <details>
364
+ <summary>
365
+ DescribeBudgetPerformanceHistory
366
+ </summary>
367
+
368
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/describebudgetperformancehistorycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetperformancehistorycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetperformancehistorycommandoutput.html)
369
+
370
+ </details>
371
+ <details>
372
+ <summary>
373
+ DescribeBudgets
374
+ </summary>
375
+
376
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/describebudgetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describebudgetscommandoutput.html)
377
+
378
+ </details>
379
+ <details>
380
+ <summary>
381
+ DescribeNotificationsForBudget
382
+ </summary>
383
+
384
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/describenotificationsforbudgetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describenotificationsforbudgetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describenotificationsforbudgetcommandoutput.html)
385
+
386
+ </details>
387
+ <details>
388
+ <summary>
389
+ DescribeSubscribersForNotification
390
+ </summary>
391
+
392
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/describesubscribersfornotificationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describesubscribersfornotificationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/describesubscribersfornotificationcommandoutput.html)
393
+
394
+ </details>
395
+ <details>
396
+ <summary>
397
+ ExecuteBudgetAction
398
+ </summary>
399
+
400
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/executebudgetactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/executebudgetactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/executebudgetactioncommandoutput.html)
401
+
402
+ </details>
403
+ <details>
404
+ <summary>
405
+ UpdateBudget
406
+ </summary>
407
+
408
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/updatebudgetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/updatebudgetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/updatebudgetcommandoutput.html)
409
+
410
+ </details>
411
+ <details>
412
+ <summary>
413
+ UpdateBudgetAction
414
+ </summary>
415
+
416
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/updatebudgetactioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/updatebudgetactioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/updatebudgetactioncommandoutput.html)
417
+
418
+ </details>
419
+ <details>
420
+ <summary>
421
+ UpdateNotification
422
+ </summary>
423
+
424
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/updatenotificationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/updatenotificationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/updatenotificationcommandoutput.html)
425
+
426
+ </details>
427
+ <details>
428
+ <summary>
429
+ UpdateSubscriber
430
+ </summary>
431
+
432
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/classes/updatesubscribercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/updatesubscribercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-budgets/interfaces/updatesubscribercommandoutput.html)
433
+
434
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { CreateBudgetActionRequest, CreateBudgetActionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateBudgetActionCommand}.
8
+ */
6
9
  export interface CreateBudgetActionCommandInput extends CreateBudgetActionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateBudgetActionCommand}.
13
+ */
8
14
  export interface CreateBudgetActionCommandOutput extends CreateBudgetActionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { CreateBudgetRequest, CreateBudgetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateBudgetCommand}.
8
+ */
6
9
  export interface CreateBudgetCommandInput extends CreateBudgetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateBudgetCommand}.
13
+ */
8
14
  export interface CreateBudgetCommandOutput extends CreateBudgetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { CreateNotificationRequest, CreateNotificationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateNotificationCommand}.
8
+ */
6
9
  export interface CreateNotificationCommandInput extends CreateNotificationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateNotificationCommand}.
13
+ */
8
14
  export interface CreateNotificationCommandOutput extends CreateNotificationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { CreateSubscriberRequest, CreateSubscriberResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateSubscriberCommand}.
8
+ */
6
9
  export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSubscriberCommand}.
13
+ */
8
14
  export interface CreateSubscriberCommandOutput extends CreateSubscriberResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DeleteBudgetActionRequest, DeleteBudgetActionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteBudgetActionCommand}.
8
+ */
6
9
  export interface DeleteBudgetActionCommandInput extends DeleteBudgetActionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteBudgetActionCommand}.
13
+ */
8
14
  export interface DeleteBudgetActionCommandOutput extends DeleteBudgetActionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DeleteBudgetRequest, DeleteBudgetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteBudgetCommand}.
8
+ */
6
9
  export interface DeleteBudgetCommandInput extends DeleteBudgetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteBudgetCommand}.
13
+ */
8
14
  export interface DeleteBudgetCommandOutput extends DeleteBudgetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DeleteNotificationRequest, DeleteNotificationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteNotificationCommand}.
8
+ */
6
9
  export interface DeleteNotificationCommandInput extends DeleteNotificationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteNotificationCommand}.
13
+ */
8
14
  export interface DeleteNotificationCommandOutput extends DeleteNotificationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DeleteSubscriberRequest, DeleteSubscriberResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSubscriberCommand}.
8
+ */
6
9
  export interface DeleteSubscriberCommandInput extends DeleteSubscriberRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSubscriberCommand}.
13
+ */
8
14
  export interface DeleteSubscriberCommandOutput extends DeleteSubscriberResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetActionRequest, DescribeBudgetActionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeBudgetActionCommand}.
8
+ */
6
9
  export interface DescribeBudgetActionCommandInput extends DescribeBudgetActionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeBudgetActionCommand}.
13
+ */
8
14
  export interface DescribeBudgetActionCommandOutput extends DescribeBudgetActionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetActionHistoriesRequest, DescribeBudgetActionHistoriesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeBudgetActionHistoriesCommand}.
8
+ */
6
9
  export interface DescribeBudgetActionHistoriesCommandInput extends DescribeBudgetActionHistoriesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeBudgetActionHistoriesCommand}.
13
+ */
8
14
  export interface DescribeBudgetActionHistoriesCommandOutput extends DescribeBudgetActionHistoriesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetActionsForAccountRequest, DescribeBudgetActionsForAccountResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeBudgetActionsForAccountCommand}.
8
+ */
6
9
  export interface DescribeBudgetActionsForAccountCommandInput extends DescribeBudgetActionsForAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeBudgetActionsForAccountCommand}.
13
+ */
8
14
  export interface DescribeBudgetActionsForAccountCommandOutput extends DescribeBudgetActionsForAccountResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetActionsForBudgetRequest, DescribeBudgetActionsForBudgetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeBudgetActionsForBudgetCommand}.
8
+ */
6
9
  export interface DescribeBudgetActionsForBudgetCommandInput extends DescribeBudgetActionsForBudgetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeBudgetActionsForBudgetCommand}.
13
+ */
8
14
  export interface DescribeBudgetActionsForBudgetCommandOutput extends DescribeBudgetActionsForBudgetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetRequest, DescribeBudgetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeBudgetCommand}.
8
+ */
6
9
  export interface DescribeBudgetCommandInput extends DescribeBudgetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeBudgetCommand}.
13
+ */
8
14
  export interface DescribeBudgetCommandOutput extends DescribeBudgetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetNotificationsForAccountRequest, DescribeBudgetNotificationsForAccountResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeBudgetNotificationsForAccountCommand}.
8
+ */
6
9
  export interface DescribeBudgetNotificationsForAccountCommandInput extends DescribeBudgetNotificationsForAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeBudgetNotificationsForAccountCommand}.
13
+ */
8
14
  export interface DescribeBudgetNotificationsForAccountCommandOutput extends DescribeBudgetNotificationsForAccountResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetPerformanceHistoryRequest, DescribeBudgetPerformanceHistoryResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeBudgetPerformanceHistoryCommand}.
8
+ */
6
9
  export interface DescribeBudgetPerformanceHistoryCommandInput extends DescribeBudgetPerformanceHistoryRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeBudgetPerformanceHistoryCommand}.
13
+ */
8
14
  export interface DescribeBudgetPerformanceHistoryCommandOutput extends DescribeBudgetPerformanceHistoryResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetsRequest, DescribeBudgetsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeBudgetsCommand}.
8
+ */
6
9
  export interface DescribeBudgetsCommandInput extends DescribeBudgetsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeBudgetsCommand}.
13
+ */
8
14
  export interface DescribeBudgetsCommandOutput extends DescribeBudgetsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeNotificationsForBudgetRequest, DescribeNotificationsForBudgetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeNotificationsForBudgetCommand}.
8
+ */
6
9
  export interface DescribeNotificationsForBudgetCommandInput extends DescribeNotificationsForBudgetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeNotificationsForBudgetCommand}.
13
+ */
8
14
  export interface DescribeNotificationsForBudgetCommandOutput extends DescribeNotificationsForBudgetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeSubscribersForNotificationRequest, DescribeSubscribersForNotificationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeSubscribersForNotificationCommand}.
8
+ */
6
9
  export interface DescribeSubscribersForNotificationCommandInput extends DescribeSubscribersForNotificationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeSubscribersForNotificationCommand}.
13
+ */
8
14
  export interface DescribeSubscribersForNotificationCommandOutput extends DescribeSubscribersForNotificationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { ExecuteBudgetActionRequest, ExecuteBudgetActionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ExecuteBudgetActionCommand}.
8
+ */
6
9
  export interface ExecuteBudgetActionCommandInput extends ExecuteBudgetActionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ExecuteBudgetActionCommand}.
13
+ */
8
14
  export interface ExecuteBudgetActionCommandOutput extends ExecuteBudgetActionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { UpdateBudgetActionRequest, UpdateBudgetActionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateBudgetActionCommand}.
8
+ */
6
9
  export interface UpdateBudgetActionCommandInput extends UpdateBudgetActionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBudgetActionCommand}.
13
+ */
8
14
  export interface UpdateBudgetActionCommandOutput extends UpdateBudgetActionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { UpdateBudgetRequest, UpdateBudgetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateBudgetCommand}.
8
+ */
6
9
  export interface UpdateBudgetCommandInput extends UpdateBudgetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBudgetCommand}.
13
+ */
8
14
  export interface UpdateBudgetCommandOutput extends UpdateBudgetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { UpdateNotificationRequest, UpdateNotificationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateNotificationCommand}.
8
+ */
6
9
  export interface UpdateNotificationCommandInput extends UpdateNotificationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateNotificationCommand}.
13
+ */
8
14
  export interface UpdateNotificationCommandOutput extends UpdateNotificationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { UpdateSubscriberRequest, UpdateSubscriberResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateSubscriberCommand}.
8
+ */
6
9
  export interface UpdateSubscriberCommandInput extends UpdateSubscriberRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSubscriberCommand}.
13
+ */
8
14
  export interface UpdateSubscriberCommandOutput extends UpdateSubscriberResponse, __MetadataBearer {
9
15
  }
10
16
  /**
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.278.0",
4
+ "version": "3.281.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",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",