@aws-sdk/client-budgets 3.495.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 +50 -47
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -2759,77 +2759,36 @@ var paginateDescribeSubscribersForNotification = (0, import_core.createPaginator
|
|
|
2759
2759
|
// src/index.ts
|
|
2760
2760
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2761
2761
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2762
|
+
|
|
2762
2763
|
0 && (module.exports = {
|
|
2763
|
-
AccessDeniedException,
|
|
2764
|
-
ActionFilterSensitiveLog,
|
|
2765
|
-
ActionHistoryDetailsFilterSensitiveLog,
|
|
2766
|
-
ActionHistoryFilterSensitiveLog,
|
|
2767
|
-
ActionStatus,
|
|
2768
|
-
ActionSubType,
|
|
2769
|
-
ActionType,
|
|
2770
|
-
ApprovalModel,
|
|
2771
|
-
AutoAdjustType,
|
|
2772
|
-
BudgetType,
|
|
2773
|
-
Budgets,
|
|
2774
|
-
BudgetsClient,
|
|
2775
2764
|
BudgetsServiceException,
|
|
2776
|
-
|
|
2765
|
+
__Client,
|
|
2766
|
+
BudgetsClient,
|
|
2767
|
+
Budgets,
|
|
2768
|
+
$Command,
|
|
2777
2769
|
CreateBudgetActionCommand,
|
|
2778
|
-
CreateBudgetActionRequestFilterSensitiveLog,
|
|
2779
2770
|
CreateBudgetCommand,
|
|
2780
|
-
CreateBudgetRequestFilterSensitiveLog,
|
|
2781
2771
|
CreateNotificationCommand,
|
|
2782
|
-
CreateNotificationRequestFilterSensitiveLog,
|
|
2783
2772
|
CreateSubscriberCommand,
|
|
2784
|
-
CreateSubscriberRequestFilterSensitiveLog,
|
|
2785
|
-
CreationLimitExceededException,
|
|
2786
2773
|
DeleteBudgetActionCommand,
|
|
2787
|
-
DeleteBudgetActionResponseFilterSensitiveLog,
|
|
2788
2774
|
DeleteBudgetCommand,
|
|
2789
2775
|
DeleteNotificationCommand,
|
|
2790
2776
|
DeleteSubscriberCommand,
|
|
2791
|
-
DeleteSubscriberRequestFilterSensitiveLog,
|
|
2792
2777
|
DescribeBudgetActionCommand,
|
|
2793
2778
|
DescribeBudgetActionHistoriesCommand,
|
|
2794
|
-
DescribeBudgetActionHistoriesResponseFilterSensitiveLog,
|
|
2795
|
-
DescribeBudgetActionResponseFilterSensitiveLog,
|
|
2796
2779
|
DescribeBudgetActionsForAccountCommand,
|
|
2797
|
-
DescribeBudgetActionsForAccountResponseFilterSensitiveLog,
|
|
2798
2780
|
DescribeBudgetActionsForBudgetCommand,
|
|
2799
|
-
DescribeBudgetActionsForBudgetResponseFilterSensitiveLog,
|
|
2800
2781
|
DescribeBudgetCommand,
|
|
2801
2782
|
DescribeBudgetNotificationsForAccountCommand,
|
|
2802
2783
|
DescribeBudgetPerformanceHistoryCommand,
|
|
2803
2784
|
DescribeBudgetsCommand,
|
|
2804
2785
|
DescribeNotificationsForBudgetCommand,
|
|
2805
2786
|
DescribeSubscribersForNotificationCommand,
|
|
2806
|
-
DescribeSubscribersForNotificationResponseFilterSensitiveLog,
|
|
2807
|
-
DuplicateRecordException,
|
|
2808
|
-
EventType,
|
|
2809
2787
|
ExecuteBudgetActionCommand,
|
|
2810
|
-
ExecutionType,
|
|
2811
|
-
ExpiredNextTokenException,
|
|
2812
|
-
InternalErrorException,
|
|
2813
|
-
InvalidNextTokenException,
|
|
2814
|
-
InvalidParameterException,
|
|
2815
|
-
NotFoundException,
|
|
2816
|
-
NotificationState,
|
|
2817
|
-
NotificationType,
|
|
2818
|
-
NotificationWithSubscribersFilterSensitiveLog,
|
|
2819
|
-
ResourceLockedException,
|
|
2820
|
-
SubscriberFilterSensitiveLog,
|
|
2821
|
-
SubscriptionType,
|
|
2822
|
-
ThresholdType,
|
|
2823
|
-
ThrottlingException,
|
|
2824
|
-
TimeUnit,
|
|
2825
2788
|
UpdateBudgetActionCommand,
|
|
2826
|
-
UpdateBudgetActionRequestFilterSensitiveLog,
|
|
2827
|
-
UpdateBudgetActionResponseFilterSensitiveLog,
|
|
2828
2789
|
UpdateBudgetCommand,
|
|
2829
2790
|
UpdateNotificationCommand,
|
|
2830
2791
|
UpdateSubscriberCommand,
|
|
2831
|
-
UpdateSubscriberRequestFilterSensitiveLog,
|
|
2832
|
-
__Client,
|
|
2833
2792
|
paginateDescribeBudgetActionHistories,
|
|
2834
2793
|
paginateDescribeBudgetActionsForAccount,
|
|
2835
2794
|
paginateDescribeBudgetActionsForBudget,
|
|
@@ -2837,5 +2796,49 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
2837
2796
|
paginateDescribeBudgetPerformanceHistory,
|
|
2838
2797
|
paginateDescribeBudgets,
|
|
2839
2798
|
paginateDescribeNotificationsForBudget,
|
|
2840
|
-
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
|
|
2841
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,47 +20,47 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
64
64
|
"@tsconfig/node14": "1.0.3",
|
|
65
65
|
"@types/node": "^14.14.31",
|
|
66
66
|
"concurrently": "7.0.0",
|