@aws-sdk/client-budgets 3.758.0 → 3.772.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 (2) hide show
  1. package/dist-cjs/index.js +52 -52
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  AccessDeniedException: () => AccessDeniedException,
25
25
  ActionFilterSensitiveLog: () => ActionFilterSensitiveLog,
26
26
  ActionHistoryDetailsFilterSensitiveLog: () => ActionHistoryDetailsFilterSensitiveLog,
@@ -104,7 +104,7 @@ __export(src_exports, {
104
104
  paginateDescribeNotificationsForBudget: () => paginateDescribeNotificationsForBudget,
105
105
  paginateDescribeSubscribersForNotification: () => paginateDescribeSubscribersForNotification
106
106
  });
107
- module.exports = __toCommonJS(src_exports);
107
+ module.exports = __toCommonJS(index_exports);
108
108
 
109
109
  // src/BudgetsClient.ts
110
110
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -231,9 +231,9 @@ var BudgetsClient = class extends import_smithy_client.Client {
231
231
  this.middlewareStack.use(
232
232
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
233
233
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultBudgetsHttpAuthSchemeParametersProvider,
234
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
234
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
235
235
  "aws.auth#sigv4": config.credentials
236
- })
236
+ }), "identityProviderConfigProvider")
237
237
  })
238
238
  );
239
239
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -1349,28 +1349,28 @@ var se_AutoAdjustData = /* @__PURE__ */ __name((input, context) => {
1349
1349
  return (0, import_smithy_client.take)(input, {
1350
1350
  AutoAdjustType: [],
1351
1351
  HistoricalOptions: import_smithy_client._json,
1352
- LastAutoAdjustTime: (_) => _.getTime() / 1e3
1352
+ LastAutoAdjustTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "LastAutoAdjustTime")
1353
1353
  });
1354
1354
  }, "se_AutoAdjustData");
1355
1355
  var se_Budget = /* @__PURE__ */ __name((input, context) => {
1356
1356
  return (0, import_smithy_client.take)(input, {
1357
- AutoAdjustData: (_) => se_AutoAdjustData(_, context),
1357
+ AutoAdjustData: /* @__PURE__ */ __name((_) => se_AutoAdjustData(_, context), "AutoAdjustData"),
1358
1358
  BudgetLimit: import_smithy_client._json,
1359
1359
  BudgetName: [],
1360
1360
  BudgetType: [],
1361
1361
  CalculatedSpend: import_smithy_client._json,
1362
1362
  CostFilters: import_smithy_client._json,
1363
1363
  CostTypes: import_smithy_client._json,
1364
- LastUpdatedTime: (_) => _.getTime() / 1e3,
1364
+ LastUpdatedTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "LastUpdatedTime"),
1365
1365
  PlannedBudgetLimits: import_smithy_client._json,
1366
- TimePeriod: (_) => se_TimePeriod(_, context),
1366
+ TimePeriod: /* @__PURE__ */ __name((_) => se_TimePeriod(_, context), "TimePeriod"),
1367
1367
  TimeUnit: []
1368
1368
  });
1369
1369
  }, "se_Budget");
1370
1370
  var se_CreateBudgetActionRequest = /* @__PURE__ */ __name((input, context) => {
1371
1371
  return (0, import_smithy_client.take)(input, {
1372
1372
  AccountId: [],
1373
- ActionThreshold: (_) => se_ActionThreshold(_, context),
1373
+ ActionThreshold: /* @__PURE__ */ __name((_) => se_ActionThreshold(_, context), "ActionThreshold"),
1374
1374
  ActionType: [],
1375
1375
  ApprovalModel: [],
1376
1376
  BudgetName: [],
@@ -1384,8 +1384,8 @@ var se_CreateBudgetActionRequest = /* @__PURE__ */ __name((input, context) => {
1384
1384
  var se_CreateBudgetRequest = /* @__PURE__ */ __name((input, context) => {
1385
1385
  return (0, import_smithy_client.take)(input, {
1386
1386
  AccountId: [],
1387
- Budget: (_) => se_Budget(_, context),
1388
- NotificationsWithSubscribers: (_) => se_NotificationWithSubscribersList(_, context),
1387
+ Budget: /* @__PURE__ */ __name((_) => se_Budget(_, context), "Budget"),
1388
+ NotificationsWithSubscribers: /* @__PURE__ */ __name((_) => se_NotificationWithSubscribersList(_, context), "NotificationsWithSubscribers"),
1389
1389
  ResourceTags: import_smithy_client._json
1390
1390
  });
1391
1391
  }, "se_CreateBudgetRequest");
@@ -1393,7 +1393,7 @@ var se_CreateNotificationRequest = /* @__PURE__ */ __name((input, context) => {
1393
1393
  return (0, import_smithy_client.take)(input, {
1394
1394
  AccountId: [],
1395
1395
  BudgetName: [],
1396
- Notification: (_) => se_Notification(_, context),
1396
+ Notification: /* @__PURE__ */ __name((_) => se_Notification(_, context), "Notification"),
1397
1397
  Subscribers: import_smithy_client._json
1398
1398
  });
1399
1399
  }, "se_CreateNotificationRequest");
@@ -1401,7 +1401,7 @@ var se_CreateSubscriberRequest = /* @__PURE__ */ __name((input, context) => {
1401
1401
  return (0, import_smithy_client.take)(input, {
1402
1402
  AccountId: [],
1403
1403
  BudgetName: [],
1404
- Notification: (_) => se_Notification(_, context),
1404
+ Notification: /* @__PURE__ */ __name((_) => se_Notification(_, context), "Notification"),
1405
1405
  Subscriber: import_smithy_client._json
1406
1406
  });
1407
1407
  }, "se_CreateSubscriberRequest");
@@ -1409,14 +1409,14 @@ var se_DeleteNotificationRequest = /* @__PURE__ */ __name((input, context) => {
1409
1409
  return (0, import_smithy_client.take)(input, {
1410
1410
  AccountId: [],
1411
1411
  BudgetName: [],
1412
- Notification: (_) => se_Notification(_, context)
1412
+ Notification: /* @__PURE__ */ __name((_) => se_Notification(_, context), "Notification")
1413
1413
  });
1414
1414
  }, "se_DeleteNotificationRequest");
1415
1415
  var se_DeleteSubscriberRequest = /* @__PURE__ */ __name((input, context) => {
1416
1416
  return (0, import_smithy_client.take)(input, {
1417
1417
  AccountId: [],
1418
1418
  BudgetName: [],
1419
- Notification: (_) => se_Notification(_, context),
1419
+ Notification: /* @__PURE__ */ __name((_) => se_Notification(_, context), "Notification"),
1420
1420
  Subscriber: import_smithy_client._json
1421
1421
  });
1422
1422
  }, "se_DeleteSubscriberRequest");
@@ -1427,7 +1427,7 @@ var se_DescribeBudgetActionHistoriesRequest = /* @__PURE__ */ __name((input, con
1427
1427
  BudgetName: [],
1428
1428
  MaxResults: [],
1429
1429
  NextToken: [],
1430
- TimePeriod: (_) => se_TimePeriod(_, context)
1430
+ TimePeriod: /* @__PURE__ */ __name((_) => se_TimePeriod(_, context), "TimePeriod")
1431
1431
  });
1432
1432
  }, "se_DescribeBudgetActionHistoriesRequest");
1433
1433
  var se_DescribeBudgetPerformanceHistoryRequest = /* @__PURE__ */ __name((input, context) => {
@@ -1436,7 +1436,7 @@ var se_DescribeBudgetPerformanceHistoryRequest = /* @__PURE__ */ __name((input,
1436
1436
  BudgetName: [],
1437
1437
  MaxResults: [],
1438
1438
  NextToken: [],
1439
- TimePeriod: (_) => se_TimePeriod(_, context)
1439
+ TimePeriod: /* @__PURE__ */ __name((_) => se_TimePeriod(_, context), "TimePeriod")
1440
1440
  });
1441
1441
  }, "se_DescribeBudgetPerformanceHistoryRequest");
1442
1442
  var se_DescribeSubscribersForNotificationRequest = /* @__PURE__ */ __name((input, context) => {
@@ -1445,7 +1445,7 @@ var se_DescribeSubscribersForNotificationRequest = /* @__PURE__ */ __name((input
1445
1445
  BudgetName: [],
1446
1446
  MaxResults: [],
1447
1447
  NextToken: [],
1448
- Notification: (_) => se_Notification(_, context)
1448
+ Notification: /* @__PURE__ */ __name((_) => se_Notification(_, context), "Notification")
1449
1449
  });
1450
1450
  }, "se_DescribeSubscribersForNotificationRequest");
1451
1451
  var se_Notification = /* @__PURE__ */ __name((input, context) => {
@@ -1459,7 +1459,7 @@ var se_Notification = /* @__PURE__ */ __name((input, context) => {
1459
1459
  }, "se_Notification");
1460
1460
  var se_NotificationWithSubscribers = /* @__PURE__ */ __name((input, context) => {
1461
1461
  return (0, import_smithy_client.take)(input, {
1462
- Notification: (_) => se_Notification(_, context),
1462
+ Notification: /* @__PURE__ */ __name((_) => se_Notification(_, context), "Notification"),
1463
1463
  Subscribers: import_smithy_client._json
1464
1464
  });
1465
1465
  }, "se_NotificationWithSubscribers");
@@ -1470,15 +1470,15 @@ var se_NotificationWithSubscribersList = /* @__PURE__ */ __name((input, context)
1470
1470
  }, "se_NotificationWithSubscribersList");
1471
1471
  var se_TimePeriod = /* @__PURE__ */ __name((input, context) => {
1472
1472
  return (0, import_smithy_client.take)(input, {
1473
- End: (_) => _.getTime() / 1e3,
1474
- Start: (_) => _.getTime() / 1e3
1473
+ End: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "End"),
1474
+ Start: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "Start")
1475
1475
  });
1476
1476
  }, "se_TimePeriod");
1477
1477
  var se_UpdateBudgetActionRequest = /* @__PURE__ */ __name((input, context) => {
1478
1478
  return (0, import_smithy_client.take)(input, {
1479
1479
  AccountId: [],
1480
1480
  ActionId: [],
1481
- ActionThreshold: (_) => se_ActionThreshold(_, context),
1481
+ ActionThreshold: /* @__PURE__ */ __name((_) => se_ActionThreshold(_, context), "ActionThreshold"),
1482
1482
  ApprovalModel: [],
1483
1483
  BudgetName: [],
1484
1484
  Definition: import_smithy_client._json,
@@ -1490,15 +1490,15 @@ var se_UpdateBudgetActionRequest = /* @__PURE__ */ __name((input, context) => {
1490
1490
  var se_UpdateBudgetRequest = /* @__PURE__ */ __name((input, context) => {
1491
1491
  return (0, import_smithy_client.take)(input, {
1492
1492
  AccountId: [],
1493
- NewBudget: (_) => se_Budget(_, context)
1493
+ NewBudget: /* @__PURE__ */ __name((_) => se_Budget(_, context), "NewBudget")
1494
1494
  });
1495
1495
  }, "se_UpdateBudgetRequest");
1496
1496
  var se_UpdateNotificationRequest = /* @__PURE__ */ __name((input, context) => {
1497
1497
  return (0, import_smithy_client.take)(input, {
1498
1498
  AccountId: [],
1499
1499
  BudgetName: [],
1500
- NewNotification: (_) => se_Notification(_, context),
1501
- OldNotification: (_) => se_Notification(_, context)
1500
+ NewNotification: /* @__PURE__ */ __name((_) => se_Notification(_, context), "NewNotification"),
1501
+ OldNotification: /* @__PURE__ */ __name((_) => se_Notification(_, context), "OldNotification")
1502
1502
  });
1503
1503
  }, "se_UpdateNotificationRequest");
1504
1504
  var se_UpdateSubscriberRequest = /* @__PURE__ */ __name((input, context) => {
@@ -1506,14 +1506,14 @@ var se_UpdateSubscriberRequest = /* @__PURE__ */ __name((input, context) => {
1506
1506
  AccountId: [],
1507
1507
  BudgetName: [],
1508
1508
  NewSubscriber: import_smithy_client._json,
1509
- Notification: (_) => se_Notification(_, context),
1509
+ Notification: /* @__PURE__ */ __name((_) => se_Notification(_, context), "Notification"),
1510
1510
  OldSubscriber: import_smithy_client._json
1511
1511
  });
1512
1512
  }, "se_UpdateSubscriberRequest");
1513
1513
  var de_Action = /* @__PURE__ */ __name((output, context) => {
1514
1514
  return (0, import_smithy_client.take)(output, {
1515
1515
  ActionId: import_smithy_client.expectString,
1516
- ActionThreshold: (_) => de_ActionThreshold(_, context),
1516
+ ActionThreshold: /* @__PURE__ */ __name((_) => de_ActionThreshold(_, context), "ActionThreshold"),
1517
1517
  ActionType: import_smithy_client.expectString,
1518
1518
  ApprovalModel: import_smithy_client.expectString,
1519
1519
  BudgetName: import_smithy_client.expectString,
@@ -1532,15 +1532,15 @@ var de_ActionHistories = /* @__PURE__ */ __name((output, context) => {
1532
1532
  }, "de_ActionHistories");
1533
1533
  var de_ActionHistory = /* @__PURE__ */ __name((output, context) => {
1534
1534
  return (0, import_smithy_client.take)(output, {
1535
- ActionHistoryDetails: (_) => de_ActionHistoryDetails(_, context),
1535
+ ActionHistoryDetails: /* @__PURE__ */ __name((_) => de_ActionHistoryDetails(_, context), "ActionHistoryDetails"),
1536
1536
  EventType: import_smithy_client.expectString,
1537
1537
  Status: import_smithy_client.expectString,
1538
- Timestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1538
+ Timestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Timestamp")
1539
1539
  });
1540
1540
  }, "de_ActionHistory");
1541
1541
  var de_ActionHistoryDetails = /* @__PURE__ */ __name((output, context) => {
1542
1542
  return (0, import_smithy_client.take)(output, {
1543
- Action: (_) => de_Action(_, context),
1543
+ Action: /* @__PURE__ */ __name((_) => de_Action(_, context), "Action"),
1544
1544
  Message: import_smithy_client.expectString
1545
1545
  });
1546
1546
  }, "de_ActionHistoryDetails");
@@ -1560,21 +1560,21 @@ var de_AutoAdjustData = /* @__PURE__ */ __name((output, context) => {
1560
1560
  return (0, import_smithy_client.take)(output, {
1561
1561
  AutoAdjustType: import_smithy_client.expectString,
1562
1562
  HistoricalOptions: import_smithy_client._json,
1563
- LastAutoAdjustTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1563
+ LastAutoAdjustTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAutoAdjustTime")
1564
1564
  });
1565
1565
  }, "de_AutoAdjustData");
1566
1566
  var de_Budget = /* @__PURE__ */ __name((output, context) => {
1567
1567
  return (0, import_smithy_client.take)(output, {
1568
- AutoAdjustData: (_) => de_AutoAdjustData(_, context),
1568
+ AutoAdjustData: /* @__PURE__ */ __name((_) => de_AutoAdjustData(_, context), "AutoAdjustData"),
1569
1569
  BudgetLimit: import_smithy_client._json,
1570
1570
  BudgetName: import_smithy_client.expectString,
1571
1571
  BudgetType: import_smithy_client.expectString,
1572
1572
  CalculatedSpend: import_smithy_client._json,
1573
1573
  CostFilters: import_smithy_client._json,
1574
1574
  CostTypes: import_smithy_client._json,
1575
- LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1575
+ LastUpdatedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastUpdatedTime"),
1576
1576
  PlannedBudgetLimits: import_smithy_client._json,
1577
- TimePeriod: (_) => de_TimePeriod(_, context),
1577
+ TimePeriod: /* @__PURE__ */ __name((_) => de_TimePeriod(_, context), "TimePeriod"),
1578
1578
  TimeUnit: import_smithy_client.expectString
1579
1579
  });
1580
1580
  }, "de_Budget");
@@ -1582,7 +1582,7 @@ var de_BudgetedAndActualAmounts = /* @__PURE__ */ __name((output, context) => {
1582
1582
  return (0, import_smithy_client.take)(output, {
1583
1583
  ActualAmount: import_smithy_client._json,
1584
1584
  BudgetedAmount: import_smithy_client._json,
1585
- TimePeriod: (_) => de_TimePeriod(_, context)
1585
+ TimePeriod: /* @__PURE__ */ __name((_) => de_TimePeriod(_, context), "TimePeriod")
1586
1586
  });
1587
1587
  }, "de_BudgetedAndActualAmounts");
1588
1588
  var de_BudgetedAndActualAmountsList = /* @__PURE__ */ __name((output, context) => {
@@ -1594,7 +1594,7 @@ var de_BudgetedAndActualAmountsList = /* @__PURE__ */ __name((output, context) =
1594
1594
  var de_BudgetNotificationsForAccount = /* @__PURE__ */ __name((output, context) => {
1595
1595
  return (0, import_smithy_client.take)(output, {
1596
1596
  BudgetName: import_smithy_client.expectString,
1597
- Notifications: (_) => de_Notifications(_, context)
1597
+ Notifications: /* @__PURE__ */ __name((_) => de_Notifications(_, context), "Notifications")
1598
1598
  });
1599
1599
  }, "de_BudgetNotificationsForAccount");
1600
1600
  var de_BudgetNotificationsForAccountList = /* @__PURE__ */ __name((output, context) => {
@@ -1607,7 +1607,7 @@ var de_BudgetPerformanceHistory = /* @__PURE__ */ __name((output, context) => {
1607
1607
  return (0, import_smithy_client.take)(output, {
1608
1608
  BudgetName: import_smithy_client.expectString,
1609
1609
  BudgetType: import_smithy_client.expectString,
1610
- BudgetedAndActualAmountsList: (_) => de_BudgetedAndActualAmountsList(_, context),
1610
+ BudgetedAndActualAmountsList: /* @__PURE__ */ __name((_) => de_BudgetedAndActualAmountsList(_, context), "BudgetedAndActualAmountsList"),
1611
1611
  CostFilters: import_smithy_client._json,
1612
1612
  CostTypes: import_smithy_client._json,
1613
1613
  TimeUnit: import_smithy_client.expectString
@@ -1622,62 +1622,62 @@ var de_Budgets = /* @__PURE__ */ __name((output, context) => {
1622
1622
  var de_DeleteBudgetActionResponse = /* @__PURE__ */ __name((output, context) => {
1623
1623
  return (0, import_smithy_client.take)(output, {
1624
1624
  AccountId: import_smithy_client.expectString,
1625
- Action: (_) => de_Action(_, context),
1625
+ Action: /* @__PURE__ */ __name((_) => de_Action(_, context), "Action"),
1626
1626
  BudgetName: import_smithy_client.expectString
1627
1627
  });
1628
1628
  }, "de_DeleteBudgetActionResponse");
1629
1629
  var de_DescribeBudgetActionHistoriesResponse = /* @__PURE__ */ __name((output, context) => {
1630
1630
  return (0, import_smithy_client.take)(output, {
1631
- ActionHistories: (_) => de_ActionHistories(_, context),
1631
+ ActionHistories: /* @__PURE__ */ __name((_) => de_ActionHistories(_, context), "ActionHistories"),
1632
1632
  NextToken: import_smithy_client.expectString
1633
1633
  });
1634
1634
  }, "de_DescribeBudgetActionHistoriesResponse");
1635
1635
  var de_DescribeBudgetActionResponse = /* @__PURE__ */ __name((output, context) => {
1636
1636
  return (0, import_smithy_client.take)(output, {
1637
1637
  AccountId: import_smithy_client.expectString,
1638
- Action: (_) => de_Action(_, context),
1638
+ Action: /* @__PURE__ */ __name((_) => de_Action(_, context), "Action"),
1639
1639
  BudgetName: import_smithy_client.expectString
1640
1640
  });
1641
1641
  }, "de_DescribeBudgetActionResponse");
1642
1642
  var de_DescribeBudgetActionsForAccountResponse = /* @__PURE__ */ __name((output, context) => {
1643
1643
  return (0, import_smithy_client.take)(output, {
1644
- Actions: (_) => de_Actions(_, context),
1644
+ Actions: /* @__PURE__ */ __name((_) => de_Actions(_, context), "Actions"),
1645
1645
  NextToken: import_smithy_client.expectString
1646
1646
  });
1647
1647
  }, "de_DescribeBudgetActionsForAccountResponse");
1648
1648
  var de_DescribeBudgetActionsForBudgetResponse = /* @__PURE__ */ __name((output, context) => {
1649
1649
  return (0, import_smithy_client.take)(output, {
1650
- Actions: (_) => de_Actions(_, context),
1650
+ Actions: /* @__PURE__ */ __name((_) => de_Actions(_, context), "Actions"),
1651
1651
  NextToken: import_smithy_client.expectString
1652
1652
  });
1653
1653
  }, "de_DescribeBudgetActionsForBudgetResponse");
1654
1654
  var de_DescribeBudgetNotificationsForAccountResponse = /* @__PURE__ */ __name((output, context) => {
1655
1655
  return (0, import_smithy_client.take)(output, {
1656
- BudgetNotificationsForAccount: (_) => de_BudgetNotificationsForAccountList(_, context),
1656
+ BudgetNotificationsForAccount: /* @__PURE__ */ __name((_) => de_BudgetNotificationsForAccountList(_, context), "BudgetNotificationsForAccount"),
1657
1657
  NextToken: import_smithy_client.expectString
1658
1658
  });
1659
1659
  }, "de_DescribeBudgetNotificationsForAccountResponse");
1660
1660
  var de_DescribeBudgetPerformanceHistoryResponse = /* @__PURE__ */ __name((output, context) => {
1661
1661
  return (0, import_smithy_client.take)(output, {
1662
- BudgetPerformanceHistory: (_) => de_BudgetPerformanceHistory(_, context),
1662
+ BudgetPerformanceHistory: /* @__PURE__ */ __name((_) => de_BudgetPerformanceHistory(_, context), "BudgetPerformanceHistory"),
1663
1663
  NextToken: import_smithy_client.expectString
1664
1664
  });
1665
1665
  }, "de_DescribeBudgetPerformanceHistoryResponse");
1666
1666
  var de_DescribeBudgetResponse = /* @__PURE__ */ __name((output, context) => {
1667
1667
  return (0, import_smithy_client.take)(output, {
1668
- Budget: (_) => de_Budget(_, context)
1668
+ Budget: /* @__PURE__ */ __name((_) => de_Budget(_, context), "Budget")
1669
1669
  });
1670
1670
  }, "de_DescribeBudgetResponse");
1671
1671
  var de_DescribeBudgetsResponse = /* @__PURE__ */ __name((output, context) => {
1672
1672
  return (0, import_smithy_client.take)(output, {
1673
- Budgets: (_) => de_Budgets(_, context),
1673
+ Budgets: /* @__PURE__ */ __name((_) => de_Budgets(_, context), "Budgets"),
1674
1674
  NextToken: import_smithy_client.expectString
1675
1675
  });
1676
1676
  }, "de_DescribeBudgetsResponse");
1677
1677
  var de_DescribeNotificationsForBudgetResponse = /* @__PURE__ */ __name((output, context) => {
1678
1678
  return (0, import_smithy_client.take)(output, {
1679
1679
  NextToken: import_smithy_client.expectString,
1680
- Notifications: (_) => de_Notifications(_, context)
1680
+ Notifications: /* @__PURE__ */ __name((_) => de_Notifications(_, context), "Notifications")
1681
1681
  });
1682
1682
  }, "de_DescribeNotificationsForBudgetResponse");
1683
1683
  var de_Notification = /* @__PURE__ */ __name((output, context) => {
@@ -1697,16 +1697,16 @@ var de_Notifications = /* @__PURE__ */ __name((output, context) => {
1697
1697
  }, "de_Notifications");
1698
1698
  var de_TimePeriod = /* @__PURE__ */ __name((output, context) => {
1699
1699
  return (0, import_smithy_client.take)(output, {
1700
- End: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
1701
- Start: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
1700
+ End: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "End"),
1701
+ Start: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "Start")
1702
1702
  });
1703
1703
  }, "de_TimePeriod");
1704
1704
  var de_UpdateBudgetActionResponse = /* @__PURE__ */ __name((output, context) => {
1705
1705
  return (0, import_smithy_client.take)(output, {
1706
1706
  AccountId: import_smithy_client.expectString,
1707
1707
  BudgetName: import_smithy_client.expectString,
1708
- NewAction: (_) => de_Action(_, context),
1709
- OldAction: (_) => de_Action(_, context)
1708
+ NewAction: /* @__PURE__ */ __name((_) => de_Action(_, context), "NewAction"),
1709
+ OldAction: /* @__PURE__ */ __name((_) => de_Action(_, context), "OldAction")
1710
1710
  });
1711
1711
  }, "de_UpdateBudgetActionResponse");
1712
1712
  var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
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.758.0",
4
+ "version": "3.772.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-budgets",
@@ -21,10 +21,10 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.758.0",
24
- "@aws-sdk/credential-provider-node": "3.758.0",
24
+ "@aws-sdk/credential-provider-node": "3.772.0",
25
25
  "@aws-sdk/middleware-host-header": "3.734.0",
26
26
  "@aws-sdk/middleware-logger": "3.734.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.734.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.772.0",
28
28
  "@aws-sdk/middleware-user-agent": "3.758.0",
29
29
  "@aws-sdk/region-config-resolver": "3.734.0",
30
30
  "@aws-sdk/types": "3.734.0",