@aws-sdk/client-budgets 3.1077.0 → 3.1078.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 (86) hide show
  1. package/dist-cjs/index.js +34 -263
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateBudgetActionCommand.js +2 -14
  4. package/dist-es/commands/CreateBudgetCommand.js +2 -14
  5. package/dist-es/commands/CreateNotificationCommand.js +2 -14
  6. package/dist-es/commands/CreateSubscriberCommand.js +2 -14
  7. package/dist-es/commands/DeleteBudgetActionCommand.js +2 -14
  8. package/dist-es/commands/DeleteBudgetCommand.js +2 -14
  9. package/dist-es/commands/DeleteNotificationCommand.js +2 -14
  10. package/dist-es/commands/DeleteSubscriberCommand.js +2 -14
  11. package/dist-es/commands/DescribeBudgetActionCommand.js +2 -14
  12. package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +2 -14
  13. package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +2 -14
  14. package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +2 -14
  15. package/dist-es/commands/DescribeBudgetCommand.js +2 -14
  16. package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -14
  17. package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -14
  18. package/dist-es/commands/DescribeBudgetsCommand.js +2 -14
  19. package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +2 -14
  20. package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +2 -14
  21. package/dist-es/commands/ExecuteBudgetActionCommand.js +2 -14
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  23. package/dist-es/commands/TagResourceCommand.js +2 -14
  24. package/dist-es/commands/UntagResourceCommand.js +2 -14
  25. package/dist-es/commands/UpdateBudgetActionCommand.js +2 -14
  26. package/dist-es/commands/UpdateBudgetCommand.js +2 -14
  27. package/dist-es/commands/UpdateNotificationCommand.js +2 -14
  28. package/dist-es/commands/UpdateSubscriberCommand.js +2 -14
  29. package/dist-es/index.js +1 -0
  30. package/dist-types/commandBuilder.d.ts +18 -0
  31. package/dist-types/commands/CreateBudgetActionCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateBudgetCommand.d.ts +3 -8
  33. package/dist-types/commands/CreateNotificationCommand.d.ts +3 -8
  34. package/dist-types/commands/CreateSubscriberCommand.d.ts +3 -8
  35. package/dist-types/commands/DeleteBudgetActionCommand.d.ts +3 -8
  36. package/dist-types/commands/DeleteBudgetCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteNotificationCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteSubscriberCommand.d.ts +3 -8
  39. package/dist-types/commands/DescribeBudgetActionCommand.d.ts +3 -8
  40. package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +3 -8
  41. package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +3 -8
  42. package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +3 -8
  43. package/dist-types/commands/DescribeBudgetCommand.d.ts +3 -8
  44. package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +3 -8
  45. package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeBudgetsCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +3 -8
  49. package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +3 -8
  50. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  51. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  52. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  53. package/dist-types/commands/UpdateBudgetActionCommand.d.ts +3 -8
  54. package/dist-types/commands/UpdateBudgetCommand.d.ts +3 -8
  55. package/dist-types/commands/UpdateNotificationCommand.d.ts +3 -8
  56. package/dist-types/commands/UpdateSubscriberCommand.d.ts +3 -8
  57. package/dist-types/index.d.ts +1 -0
  58. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  59. package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/index.d.ts +1 -0
  86. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -1280,316 +1281,86 @@ class BudgetsClient extends Client {
1280
1281
  }
1281
1282
  }
1282
1283
 
1283
- class CreateBudgetActionCommand extends Command
1284
- .classBuilder()
1285
- .ep(commonParams)
1286
- .m(function (Command, cs, config, o) {
1287
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1288
- })
1289
- .s("AWSBudgetServiceGateway", "CreateBudgetAction", {})
1290
- .n("BudgetsClient", "CreateBudgetActionCommand")
1291
- .sc(CreateBudgetAction$)
1292
- .build() {
1284
+ const command = makeBuilder(commonParams, "AWSBudgetServiceGateway", "BudgetsClient", getEndpointPlugin);
1285
+ const _ep0 = {};
1286
+ const _mw0 = (Command, cs, config, o) => [];
1287
+
1288
+ class CreateBudgetActionCommand extends command(_ep0, _mw0, "CreateBudgetAction", CreateBudgetAction$) {
1293
1289
  }
1294
1290
 
1295
- class CreateBudgetCommand extends Command
1296
- .classBuilder()
1297
- .ep(commonParams)
1298
- .m(function (Command, cs, config, o) {
1299
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1300
- })
1301
- .s("AWSBudgetServiceGateway", "CreateBudget", {})
1302
- .n("BudgetsClient", "CreateBudgetCommand")
1303
- .sc(CreateBudget$)
1304
- .build() {
1291
+ class CreateBudgetCommand extends command(_ep0, _mw0, "CreateBudget", CreateBudget$) {
1305
1292
  }
1306
1293
 
1307
- class CreateNotificationCommand extends Command
1308
- .classBuilder()
1309
- .ep(commonParams)
1310
- .m(function (Command, cs, config, o) {
1311
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1312
- })
1313
- .s("AWSBudgetServiceGateway", "CreateNotification", {})
1314
- .n("BudgetsClient", "CreateNotificationCommand")
1315
- .sc(CreateNotification$)
1316
- .build() {
1294
+ class CreateNotificationCommand extends command(_ep0, _mw0, "CreateNotification", CreateNotification$) {
1317
1295
  }
1318
1296
 
1319
- class CreateSubscriberCommand extends Command
1320
- .classBuilder()
1321
- .ep(commonParams)
1322
- .m(function (Command, cs, config, o) {
1323
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1324
- })
1325
- .s("AWSBudgetServiceGateway", "CreateSubscriber", {})
1326
- .n("BudgetsClient", "CreateSubscriberCommand")
1327
- .sc(CreateSubscriber$)
1328
- .build() {
1297
+ class CreateSubscriberCommand extends command(_ep0, _mw0, "CreateSubscriber", CreateSubscriber$) {
1329
1298
  }
1330
1299
 
1331
- class DeleteBudgetActionCommand extends Command
1332
- .classBuilder()
1333
- .ep(commonParams)
1334
- .m(function (Command, cs, config, o) {
1335
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1336
- })
1337
- .s("AWSBudgetServiceGateway", "DeleteBudgetAction", {})
1338
- .n("BudgetsClient", "DeleteBudgetActionCommand")
1339
- .sc(DeleteBudgetAction$)
1340
- .build() {
1300
+ class DeleteBudgetActionCommand extends command(_ep0, _mw0, "DeleteBudgetAction", DeleteBudgetAction$) {
1341
1301
  }
1342
1302
 
1343
- class DeleteBudgetCommand extends Command
1344
- .classBuilder()
1345
- .ep(commonParams)
1346
- .m(function (Command, cs, config, o) {
1347
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1348
- })
1349
- .s("AWSBudgetServiceGateway", "DeleteBudget", {})
1350
- .n("BudgetsClient", "DeleteBudgetCommand")
1351
- .sc(DeleteBudget$)
1352
- .build() {
1303
+ class DeleteBudgetCommand extends command(_ep0, _mw0, "DeleteBudget", DeleteBudget$) {
1353
1304
  }
1354
1305
 
1355
- class DeleteNotificationCommand extends Command
1356
- .classBuilder()
1357
- .ep(commonParams)
1358
- .m(function (Command, cs, config, o) {
1359
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1360
- })
1361
- .s("AWSBudgetServiceGateway", "DeleteNotification", {})
1362
- .n("BudgetsClient", "DeleteNotificationCommand")
1363
- .sc(DeleteNotification$)
1364
- .build() {
1306
+ class DeleteNotificationCommand extends command(_ep0, _mw0, "DeleteNotification", DeleteNotification$) {
1365
1307
  }
1366
1308
 
1367
- class DeleteSubscriberCommand extends Command
1368
- .classBuilder()
1369
- .ep(commonParams)
1370
- .m(function (Command, cs, config, o) {
1371
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1372
- })
1373
- .s("AWSBudgetServiceGateway", "DeleteSubscriber", {})
1374
- .n("BudgetsClient", "DeleteSubscriberCommand")
1375
- .sc(DeleteSubscriber$)
1376
- .build() {
1309
+ class DeleteSubscriberCommand extends command(_ep0, _mw0, "DeleteSubscriber", DeleteSubscriber$) {
1377
1310
  }
1378
1311
 
1379
- class DescribeBudgetActionCommand extends Command
1380
- .classBuilder()
1381
- .ep(commonParams)
1382
- .m(function (Command, cs, config, o) {
1383
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1384
- })
1385
- .s("AWSBudgetServiceGateway", "DescribeBudgetAction", {})
1386
- .n("BudgetsClient", "DescribeBudgetActionCommand")
1387
- .sc(DescribeBudgetAction$)
1388
- .build() {
1312
+ class DescribeBudgetActionCommand extends command(_ep0, _mw0, "DescribeBudgetAction", DescribeBudgetAction$) {
1389
1313
  }
1390
1314
 
1391
- class DescribeBudgetActionHistoriesCommand extends Command
1392
- .classBuilder()
1393
- .ep(commonParams)
1394
- .m(function (Command, cs, config, o) {
1395
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1396
- })
1397
- .s("AWSBudgetServiceGateway", "DescribeBudgetActionHistories", {})
1398
- .n("BudgetsClient", "DescribeBudgetActionHistoriesCommand")
1399
- .sc(DescribeBudgetActionHistories$)
1400
- .build() {
1315
+ class DescribeBudgetActionHistoriesCommand extends command(_ep0, _mw0, "DescribeBudgetActionHistories", DescribeBudgetActionHistories$) {
1401
1316
  }
1402
1317
 
1403
- class DescribeBudgetActionsForAccountCommand extends Command
1404
- .classBuilder()
1405
- .ep(commonParams)
1406
- .m(function (Command, cs, config, o) {
1407
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1408
- })
1409
- .s("AWSBudgetServiceGateway", "DescribeBudgetActionsForAccount", {})
1410
- .n("BudgetsClient", "DescribeBudgetActionsForAccountCommand")
1411
- .sc(DescribeBudgetActionsForAccount$)
1412
- .build() {
1318
+ class DescribeBudgetActionsForAccountCommand extends command(_ep0, _mw0, "DescribeBudgetActionsForAccount", DescribeBudgetActionsForAccount$) {
1413
1319
  }
1414
1320
 
1415
- class DescribeBudgetActionsForBudgetCommand extends Command
1416
- .classBuilder()
1417
- .ep(commonParams)
1418
- .m(function (Command, cs, config, o) {
1419
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1420
- })
1421
- .s("AWSBudgetServiceGateway", "DescribeBudgetActionsForBudget", {})
1422
- .n("BudgetsClient", "DescribeBudgetActionsForBudgetCommand")
1423
- .sc(DescribeBudgetActionsForBudget$)
1424
- .build() {
1321
+ class DescribeBudgetActionsForBudgetCommand extends command(_ep0, _mw0, "DescribeBudgetActionsForBudget", DescribeBudgetActionsForBudget$) {
1425
1322
  }
1426
1323
 
1427
- class DescribeBudgetCommand extends Command
1428
- .classBuilder()
1429
- .ep(commonParams)
1430
- .m(function (Command, cs, config, o) {
1431
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1432
- })
1433
- .s("AWSBudgetServiceGateway", "DescribeBudget", {})
1434
- .n("BudgetsClient", "DescribeBudgetCommand")
1435
- .sc(DescribeBudget$)
1436
- .build() {
1324
+ class DescribeBudgetCommand extends command(_ep0, _mw0, "DescribeBudget", DescribeBudget$) {
1437
1325
  }
1438
1326
 
1439
- class DescribeBudgetNotificationsForAccountCommand extends Command
1440
- .classBuilder()
1441
- .ep(commonParams)
1442
- .m(function (Command, cs, config, o) {
1443
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1444
- })
1445
- .s("AWSBudgetServiceGateway", "DescribeBudgetNotificationsForAccount", {})
1446
- .n("BudgetsClient", "DescribeBudgetNotificationsForAccountCommand")
1447
- .sc(DescribeBudgetNotificationsForAccount$)
1448
- .build() {
1327
+ class DescribeBudgetNotificationsForAccountCommand extends command(_ep0, _mw0, "DescribeBudgetNotificationsForAccount", DescribeBudgetNotificationsForAccount$) {
1449
1328
  }
1450
1329
 
1451
- class DescribeBudgetPerformanceHistoryCommand extends Command
1452
- .classBuilder()
1453
- .ep(commonParams)
1454
- .m(function (Command, cs, config, o) {
1455
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1456
- })
1457
- .s("AWSBudgetServiceGateway", "DescribeBudgetPerformanceHistory", {})
1458
- .n("BudgetsClient", "DescribeBudgetPerformanceHistoryCommand")
1459
- .sc(DescribeBudgetPerformanceHistory$)
1460
- .build() {
1330
+ class DescribeBudgetPerformanceHistoryCommand extends command(_ep0, _mw0, "DescribeBudgetPerformanceHistory", DescribeBudgetPerformanceHistory$) {
1461
1331
  }
1462
1332
 
1463
- class DescribeBudgetsCommand extends Command
1464
- .classBuilder()
1465
- .ep(commonParams)
1466
- .m(function (Command, cs, config, o) {
1467
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1468
- })
1469
- .s("AWSBudgetServiceGateway", "DescribeBudgets", {})
1470
- .n("BudgetsClient", "DescribeBudgetsCommand")
1471
- .sc(DescribeBudgets$)
1472
- .build() {
1333
+ class DescribeBudgetsCommand extends command(_ep0, _mw0, "DescribeBudgets", DescribeBudgets$) {
1473
1334
  }
1474
1335
 
1475
- class DescribeNotificationsForBudgetCommand extends Command
1476
- .classBuilder()
1477
- .ep(commonParams)
1478
- .m(function (Command, cs, config, o) {
1479
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1480
- })
1481
- .s("AWSBudgetServiceGateway", "DescribeNotificationsForBudget", {})
1482
- .n("BudgetsClient", "DescribeNotificationsForBudgetCommand")
1483
- .sc(DescribeNotificationsForBudget$)
1484
- .build() {
1336
+ class DescribeNotificationsForBudgetCommand extends command(_ep0, _mw0, "DescribeNotificationsForBudget", DescribeNotificationsForBudget$) {
1485
1337
  }
1486
1338
 
1487
- class DescribeSubscribersForNotificationCommand extends Command
1488
- .classBuilder()
1489
- .ep(commonParams)
1490
- .m(function (Command, cs, config, o) {
1491
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1492
- })
1493
- .s("AWSBudgetServiceGateway", "DescribeSubscribersForNotification", {})
1494
- .n("BudgetsClient", "DescribeSubscribersForNotificationCommand")
1495
- .sc(DescribeSubscribersForNotification$)
1496
- .build() {
1339
+ class DescribeSubscribersForNotificationCommand extends command(_ep0, _mw0, "DescribeSubscribersForNotification", DescribeSubscribersForNotification$) {
1497
1340
  }
1498
1341
 
1499
- class ExecuteBudgetActionCommand extends Command
1500
- .classBuilder()
1501
- .ep(commonParams)
1502
- .m(function (Command, cs, config, o) {
1503
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1504
- })
1505
- .s("AWSBudgetServiceGateway", "ExecuteBudgetAction", {})
1506
- .n("BudgetsClient", "ExecuteBudgetActionCommand")
1507
- .sc(ExecuteBudgetAction$)
1508
- .build() {
1342
+ class ExecuteBudgetActionCommand extends command(_ep0, _mw0, "ExecuteBudgetAction", ExecuteBudgetAction$) {
1509
1343
  }
1510
1344
 
1511
- class ListTagsForResourceCommand extends Command
1512
- .classBuilder()
1513
- .ep(commonParams)
1514
- .m(function (Command, cs, config, o) {
1515
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1516
- })
1517
- .s("AWSBudgetServiceGateway", "ListTagsForResource", {})
1518
- .n("BudgetsClient", "ListTagsForResourceCommand")
1519
- .sc(ListTagsForResource$)
1520
- .build() {
1345
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1521
1346
  }
1522
1347
 
1523
- class TagResourceCommand extends Command
1524
- .classBuilder()
1525
- .ep(commonParams)
1526
- .m(function (Command, cs, config, o) {
1527
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1528
- })
1529
- .s("AWSBudgetServiceGateway", "TagResource", {})
1530
- .n("BudgetsClient", "TagResourceCommand")
1531
- .sc(TagResource$)
1532
- .build() {
1348
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1533
1349
  }
1534
1350
 
1535
- class UntagResourceCommand extends Command
1536
- .classBuilder()
1537
- .ep(commonParams)
1538
- .m(function (Command, cs, config, o) {
1539
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1540
- })
1541
- .s("AWSBudgetServiceGateway", "UntagResource", {})
1542
- .n("BudgetsClient", "UntagResourceCommand")
1543
- .sc(UntagResource$)
1544
- .build() {
1351
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1545
1352
  }
1546
1353
 
1547
- class UpdateBudgetActionCommand extends Command
1548
- .classBuilder()
1549
- .ep(commonParams)
1550
- .m(function (Command, cs, config, o) {
1551
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1552
- })
1553
- .s("AWSBudgetServiceGateway", "UpdateBudgetAction", {})
1554
- .n("BudgetsClient", "UpdateBudgetActionCommand")
1555
- .sc(UpdateBudgetAction$)
1556
- .build() {
1354
+ class UpdateBudgetActionCommand extends command(_ep0, _mw0, "UpdateBudgetAction", UpdateBudgetAction$) {
1557
1355
  }
1558
1356
 
1559
- class UpdateBudgetCommand extends Command
1560
- .classBuilder()
1561
- .ep(commonParams)
1562
- .m(function (Command, cs, config, o) {
1563
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1564
- })
1565
- .s("AWSBudgetServiceGateway", "UpdateBudget", {})
1566
- .n("BudgetsClient", "UpdateBudgetCommand")
1567
- .sc(UpdateBudget$)
1568
- .build() {
1357
+ class UpdateBudgetCommand extends command(_ep0, _mw0, "UpdateBudget", UpdateBudget$) {
1569
1358
  }
1570
1359
 
1571
- class UpdateNotificationCommand extends Command
1572
- .classBuilder()
1573
- .ep(commonParams)
1574
- .m(function (Command, cs, config, o) {
1575
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1576
- })
1577
- .s("AWSBudgetServiceGateway", "UpdateNotification", {})
1578
- .n("BudgetsClient", "UpdateNotificationCommand")
1579
- .sc(UpdateNotification$)
1580
- .build() {
1360
+ class UpdateNotificationCommand extends command(_ep0, _mw0, "UpdateNotification", UpdateNotification$) {
1581
1361
  }
1582
1362
 
1583
- class UpdateSubscriberCommand extends Command
1584
- .classBuilder()
1585
- .ep(commonParams)
1586
- .m(function (Command, cs, config, o) {
1587
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1588
- })
1589
- .s("AWSBudgetServiceGateway", "UpdateSubscriber", {})
1590
- .n("BudgetsClient", "UpdateSubscriberCommand")
1591
- .sc(UpdateSubscriber$)
1592
- .build() {
1363
+ class UpdateSubscriberCommand extends command(_ep0, _mw0, "UpdateSubscriber", UpdateSubscriber$) {
1593
1364
  }
1594
1365
 
1595
1366
  const paginateDescribeBudgetActionHistories = createPaginator(BudgetsClient, DescribeBudgetActionHistoriesCommand, "NextToken", "NextToken", "MaxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "AWSBudgetServiceGateway", "BudgetsClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateBudgetAction$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateBudgetActionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "CreateBudgetAction", {})
13
- .n("BudgetsClient", "CreateBudgetActionCommand")
14
- .sc(CreateBudgetAction$)
15
- .build() {
3
+ export class CreateBudgetActionCommand extends command(_ep0, _mw0, "CreateBudgetAction", CreateBudgetAction$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateBudget$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateBudgetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "CreateBudget", {})
13
- .n("BudgetsClient", "CreateBudgetCommand")
14
- .sc(CreateBudget$)
15
- .build() {
3
+ export class CreateBudgetCommand extends command(_ep0, _mw0, "CreateBudget", CreateBudget$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateNotification$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateNotificationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "CreateNotification", {})
13
- .n("BudgetsClient", "CreateNotificationCommand")
14
- .sc(CreateNotification$)
15
- .build() {
3
+ export class CreateNotificationCommand extends command(_ep0, _mw0, "CreateNotification", CreateNotification$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateSubscriber$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateSubscriberCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "CreateSubscriber", {})
13
- .n("BudgetsClient", "CreateSubscriberCommand")
14
- .sc(CreateSubscriber$)
15
- .build() {
3
+ export class CreateSubscriberCommand extends command(_ep0, _mw0, "CreateSubscriber", CreateSubscriber$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteBudgetAction$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteBudgetActionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "DeleteBudgetAction", {})
13
- .n("BudgetsClient", "DeleteBudgetActionCommand")
14
- .sc(DeleteBudgetAction$)
15
- .build() {
3
+ export class DeleteBudgetActionCommand extends command(_ep0, _mw0, "DeleteBudgetAction", DeleteBudgetAction$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteBudget$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteBudgetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "DeleteBudget", {})
13
- .n("BudgetsClient", "DeleteBudgetCommand")
14
- .sc(DeleteBudget$)
15
- .build() {
3
+ export class DeleteBudgetCommand extends command(_ep0, _mw0, "DeleteBudget", DeleteBudget$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteNotification$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteNotificationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "DeleteNotification", {})
13
- .n("BudgetsClient", "DeleteNotificationCommand")
14
- .sc(DeleteNotification$)
15
- .build() {
3
+ export class DeleteNotificationCommand extends command(_ep0, _mw0, "DeleteNotification", DeleteNotification$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteSubscriber$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteSubscriberCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "DeleteSubscriber", {})
13
- .n("BudgetsClient", "DeleteSubscriberCommand")
14
- .sc(DeleteSubscriber$)
15
- .build() {
3
+ export class DeleteSubscriberCommand extends command(_ep0, _mw0, "DeleteSubscriber", DeleteSubscriber$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeBudgetAction$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeBudgetActionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "DescribeBudgetAction", {})
13
- .n("BudgetsClient", "DescribeBudgetActionCommand")
14
- .sc(DescribeBudgetAction$)
15
- .build() {
3
+ export class DescribeBudgetActionCommand extends command(_ep0, _mw0, "DescribeBudgetAction", DescribeBudgetAction$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeBudgetActionHistories$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeBudgetActionHistoriesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "DescribeBudgetActionHistories", {})
13
- .n("BudgetsClient", "DescribeBudgetActionHistoriesCommand")
14
- .sc(DescribeBudgetActionHistories$)
15
- .build() {
3
+ export class DescribeBudgetActionHistoriesCommand extends command(_ep0, _mw0, "DescribeBudgetActionHistories", DescribeBudgetActionHistories$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeBudgetActionsForAccount$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeBudgetActionsForAccountCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "DescribeBudgetActionsForAccount", {})
13
- .n("BudgetsClient", "DescribeBudgetActionsForAccountCommand")
14
- .sc(DescribeBudgetActionsForAccount$)
15
- .build() {
3
+ export class DescribeBudgetActionsForAccountCommand extends command(_ep0, _mw0, "DescribeBudgetActionsForAccount", DescribeBudgetActionsForAccount$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeBudgetActionsForBudget$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeBudgetActionsForBudgetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "DescribeBudgetActionsForBudget", {})
13
- .n("BudgetsClient", "DescribeBudgetActionsForBudgetCommand")
14
- .sc(DescribeBudgetActionsForBudget$)
15
- .build() {
3
+ export class DescribeBudgetActionsForBudgetCommand extends command(_ep0, _mw0, "DescribeBudgetActionsForBudget", DescribeBudgetActionsForBudget$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeBudget$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeBudgetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "DescribeBudget", {})
13
- .n("BudgetsClient", "DescribeBudgetCommand")
14
- .sc(DescribeBudget$)
15
- .build() {
3
+ export class DescribeBudgetCommand extends command(_ep0, _mw0, "DescribeBudget", DescribeBudget$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeBudgetNotificationsForAccount$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeBudgetNotificationsForAccountCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSBudgetServiceGateway", "DescribeBudgetNotificationsForAccount", {})
13
- .n("BudgetsClient", "DescribeBudgetNotificationsForAccountCommand")
14
- .sc(DescribeBudgetNotificationsForAccount$)
15
- .build() {
3
+ export class DescribeBudgetNotificationsForAccountCommand extends command(_ep0, _mw0, "DescribeBudgetNotificationsForAccount", DescribeBudgetNotificationsForAccount$) {
16
4
  }