@aws-sdk/client-budgets 3.496.0 → 3.499.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +48 -47
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -2761,76 +2761,34 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2761
2761
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2762
2762
|
|
|
2763
2763
|
0 && (module.exports = {
|
|
2764
|
-
AccessDeniedException,
|
|
2765
|
-
ActionFilterSensitiveLog,
|
|
2766
|
-
ActionHistoryDetailsFilterSensitiveLog,
|
|
2767
|
-
ActionHistoryFilterSensitiveLog,
|
|
2768
|
-
ActionStatus,
|
|
2769
|
-
ActionSubType,
|
|
2770
|
-
ActionType,
|
|
2771
|
-
ApprovalModel,
|
|
2772
|
-
AutoAdjustType,
|
|
2773
|
-
BudgetType,
|
|
2774
|
-
Budgets,
|
|
2775
|
-
BudgetsClient,
|
|
2776
2764
|
BudgetsServiceException,
|
|
2777
|
-
|
|
2765
|
+
__Client,
|
|
2766
|
+
BudgetsClient,
|
|
2767
|
+
Budgets,
|
|
2768
|
+
$Command,
|
|
2778
2769
|
CreateBudgetActionCommand,
|
|
2779
|
-
CreateBudgetActionRequestFilterSensitiveLog,
|
|
2780
2770
|
CreateBudgetCommand,
|
|
2781
|
-
CreateBudgetRequestFilterSensitiveLog,
|
|
2782
2771
|
CreateNotificationCommand,
|
|
2783
|
-
CreateNotificationRequestFilterSensitiveLog,
|
|
2784
2772
|
CreateSubscriberCommand,
|
|
2785
|
-
CreateSubscriberRequestFilterSensitiveLog,
|
|
2786
|
-
CreationLimitExceededException,
|
|
2787
2773
|
DeleteBudgetActionCommand,
|
|
2788
|
-
DeleteBudgetActionResponseFilterSensitiveLog,
|
|
2789
2774
|
DeleteBudgetCommand,
|
|
2790
2775
|
DeleteNotificationCommand,
|
|
2791
2776
|
DeleteSubscriberCommand,
|
|
2792
|
-
DeleteSubscriberRequestFilterSensitiveLog,
|
|
2793
2777
|
DescribeBudgetActionCommand,
|
|
2794
2778
|
DescribeBudgetActionHistoriesCommand,
|
|
2795
|
-
DescribeBudgetActionHistoriesResponseFilterSensitiveLog,
|
|
2796
|
-
DescribeBudgetActionResponseFilterSensitiveLog,
|
|
2797
2779
|
DescribeBudgetActionsForAccountCommand,
|
|
2798
|
-
DescribeBudgetActionsForAccountResponseFilterSensitiveLog,
|
|
2799
2780
|
DescribeBudgetActionsForBudgetCommand,
|
|
2800
|
-
DescribeBudgetActionsForBudgetResponseFilterSensitiveLog,
|
|
2801
2781
|
DescribeBudgetCommand,
|
|
2802
2782
|
DescribeBudgetNotificationsForAccountCommand,
|
|
2803
2783
|
DescribeBudgetPerformanceHistoryCommand,
|
|
2804
2784
|
DescribeBudgetsCommand,
|
|
2805
2785
|
DescribeNotificationsForBudgetCommand,
|
|
2806
2786
|
DescribeSubscribersForNotificationCommand,
|
|
2807
|
-
DescribeSubscribersForNotificationResponseFilterSensitiveLog,
|
|
2808
|
-
DuplicateRecordException,
|
|
2809
|
-
EventType,
|
|
2810
2787
|
ExecuteBudgetActionCommand,
|
|
2811
|
-
ExecutionType,
|
|
2812
|
-
ExpiredNextTokenException,
|
|
2813
|
-
InternalErrorException,
|
|
2814
|
-
InvalidNextTokenException,
|
|
2815
|
-
InvalidParameterException,
|
|
2816
|
-
NotFoundException,
|
|
2817
|
-
NotificationState,
|
|
2818
|
-
NotificationType,
|
|
2819
|
-
NotificationWithSubscribersFilterSensitiveLog,
|
|
2820
|
-
ResourceLockedException,
|
|
2821
|
-
SubscriberFilterSensitiveLog,
|
|
2822
|
-
SubscriptionType,
|
|
2823
|
-
ThresholdType,
|
|
2824
|
-
ThrottlingException,
|
|
2825
|
-
TimeUnit,
|
|
2826
2788
|
UpdateBudgetActionCommand,
|
|
2827
|
-
UpdateBudgetActionRequestFilterSensitiveLog,
|
|
2828
|
-
UpdateBudgetActionResponseFilterSensitiveLog,
|
|
2829
2789
|
UpdateBudgetCommand,
|
|
2830
2790
|
UpdateNotificationCommand,
|
|
2831
2791
|
UpdateSubscriberCommand,
|
|
2832
|
-
UpdateSubscriberRequestFilterSensitiveLog,
|
|
2833
|
-
__Client,
|
|
2834
2792
|
paginateDescribeBudgetActionHistories,
|
|
2835
2793
|
paginateDescribeBudgetActionsForAccount,
|
|
2836
2794
|
paginateDescribeBudgetActionsForBudget,
|
|
@@ -2838,6 +2796,49 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2838
2796
|
paginateDescribeBudgetPerformanceHistory,
|
|
2839
2797
|
paginateDescribeBudgets,
|
|
2840
2798
|
paginateDescribeNotificationsForBudget,
|
|
2841
|
-
paginateDescribeSubscribersForNotification
|
|
2799
|
+
paginateDescribeSubscribersForNotification,
|
|
2800
|
+
AccessDeniedException,
|
|
2801
|
+
ThresholdType,
|
|
2802
|
+
ActionType,
|
|
2803
|
+
ApprovalModel,
|
|
2804
|
+
ActionSubType,
|
|
2805
|
+
NotificationType,
|
|
2806
|
+
ActionStatus,
|
|
2807
|
+
SubscriptionType,
|
|
2808
|
+
EventType,
|
|
2809
|
+
AutoAdjustType,
|
|
2810
|
+
BudgetType,
|
|
2811
|
+
TimeUnit,
|
|
2812
|
+
ComparisonOperator,
|
|
2813
|
+
NotificationState,
|
|
2814
|
+
CreationLimitExceededException,
|
|
2815
|
+
DuplicateRecordException,
|
|
2816
|
+
InternalErrorException,
|
|
2817
|
+
InvalidParameterException,
|
|
2818
|
+
ThrottlingException,
|
|
2819
|
+
NotFoundException,
|
|
2820
|
+
ResourceLockedException,
|
|
2821
|
+
InvalidNextTokenException,
|
|
2822
|
+
ExpiredNextTokenException,
|
|
2823
|
+
ExecutionType,
|
|
2824
|
+
SubscriberFilterSensitiveLog,
|
|
2825
|
+
ActionFilterSensitiveLog,
|
|
2826
|
+
ActionHistoryDetailsFilterSensitiveLog,
|
|
2827
|
+
ActionHistoryFilterSensitiveLog,
|
|
2828
|
+
NotificationWithSubscribersFilterSensitiveLog,
|
|
2829
|
+
CreateBudgetRequestFilterSensitiveLog,
|
|
2830
|
+
CreateBudgetActionRequestFilterSensitiveLog,
|
|
2831
|
+
CreateNotificationRequestFilterSensitiveLog,
|
|
2832
|
+
CreateSubscriberRequestFilterSensitiveLog,
|
|
2833
|
+
DeleteBudgetActionResponseFilterSensitiveLog,
|
|
2834
|
+
DeleteSubscriberRequestFilterSensitiveLog,
|
|
2835
|
+
DescribeBudgetActionResponseFilterSensitiveLog,
|
|
2836
|
+
DescribeBudgetActionHistoriesResponseFilterSensitiveLog,
|
|
2837
|
+
DescribeBudgetActionsForAccountResponseFilterSensitiveLog,
|
|
2838
|
+
DescribeBudgetActionsForBudgetResponseFilterSensitiveLog,
|
|
2839
|
+
DescribeSubscribersForNotificationResponseFilterSensitiveLog,
|
|
2840
|
+
UpdateBudgetActionRequestFilterSensitiveLog,
|
|
2841
|
+
UpdateBudgetActionResponseFilterSensitiveLog,
|
|
2842
|
+
UpdateSubscriberRequestFilterSensitiveLog
|
|
2842
2843
|
});
|
|
2843
2844
|
|
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.
|
|
4
|
+
"version": "3.499.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",
|
|
@@ -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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|