@aws-sdk/client-budgets 3.169.0 → 3.170.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 (48) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Budgets.d.ts +430 -120
  3. package/dist-types/ts3.4/BudgetsClient.d.ts +267 -96
  4. package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/index.d.ts +23 -23
  28. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  29. package/dist-types/ts3.4/index.d.ts +6 -6
  30. package/dist-types/ts3.4/models/BudgetsServiceException.d.ts +8 -6
  31. package/dist-types/ts3.4/models/index.d.ts +1 -1
  32. package/dist-types/ts3.4/models/models_0.d.ts +975 -906
  33. package/dist-types/ts3.4/pagination/DescribeBudgetActionHistoriesPaginator.d.ts +11 -4
  34. package/dist-types/ts3.4/pagination/DescribeBudgetActionsForAccountPaginator.d.ts +11 -4
  35. package/dist-types/ts3.4/pagination/DescribeBudgetActionsForBudgetPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/DescribeBudgetNotificationsForAccountPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/DescribeBudgetPerformanceHistoryPaginator.d.ts +11 -4
  38. package/dist-types/ts3.4/pagination/DescribeBudgetsPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/DescribeNotificationsForBudgetPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/DescribeSubscribersForNotificationPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  42. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  43. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -71
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  48. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-budgets
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-budgets
@@ -1,120 +1,430 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { BudgetsClient } from "./BudgetsClient";
3
- import { CreateBudgetActionCommandInput, CreateBudgetActionCommandOutput } from "./commands/CreateBudgetActionCommand";
4
- import { CreateBudgetCommandInput, CreateBudgetCommandOutput } from "./commands/CreateBudgetCommand";
5
- import { CreateNotificationCommandInput, CreateNotificationCommandOutput } from "./commands/CreateNotificationCommand";
6
- import { CreateSubscriberCommandInput, CreateSubscriberCommandOutput } from "./commands/CreateSubscriberCommand";
7
- import { DeleteBudgetActionCommandInput, DeleteBudgetActionCommandOutput } from "./commands/DeleteBudgetActionCommand";
8
- import { DeleteBudgetCommandInput, DeleteBudgetCommandOutput } from "./commands/DeleteBudgetCommand";
9
- import { DeleteNotificationCommandInput, DeleteNotificationCommandOutput } from "./commands/DeleteNotificationCommand";
10
- import { DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput } from "./commands/DeleteSubscriberCommand";
11
- import { DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput } from "./commands/DescribeBudgetActionCommand";
12
- import { DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput } from "./commands/DescribeBudgetActionHistoriesCommand";
13
- import { DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput } from "./commands/DescribeBudgetActionsForAccountCommand";
14
- import { DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput } from "./commands/DescribeBudgetActionsForBudgetCommand";
15
- import { DescribeBudgetCommandInput, DescribeBudgetCommandOutput } from "./commands/DescribeBudgetCommand";
16
- import { DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput } from "./commands/DescribeBudgetNotificationsForAccountCommand";
17
- import { DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput } from "./commands/DescribeBudgetPerformanceHistoryCommand";
18
- import { DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput } from "./commands/DescribeBudgetsCommand";
19
- import { DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput } from "./commands/DescribeNotificationsForBudgetCommand";
20
- import { DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput } from "./commands/DescribeSubscribersForNotificationCommand";
21
- import { ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput } from "./commands/ExecuteBudgetActionCommand";
22
- import { UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput } from "./commands/UpdateBudgetActionCommand";
23
- import { UpdateBudgetCommandInput, UpdateBudgetCommandOutput } from "./commands/UpdateBudgetCommand";
24
- import { UpdateNotificationCommandInput, UpdateNotificationCommandOutput } from "./commands/UpdateNotificationCommand";
25
- import { UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput } from "./commands/UpdateSubscriberCommand";
26
-
27
- export declare class Budgets extends BudgetsClient {
28
-
29
- createBudget(args: CreateBudgetCommandInput, options?: __HttpHandlerOptions): Promise<CreateBudgetCommandOutput>;
30
- createBudget(args: CreateBudgetCommandInput, cb: (err: any, data?: CreateBudgetCommandOutput) => void): void;
31
- createBudget(args: CreateBudgetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBudgetCommandOutput) => void): void;
32
-
33
- createBudgetAction(args: CreateBudgetActionCommandInput, options?: __HttpHandlerOptions): Promise<CreateBudgetActionCommandOutput>;
34
- createBudgetAction(args: CreateBudgetActionCommandInput, cb: (err: any, data?: CreateBudgetActionCommandOutput) => void): void;
35
- createBudgetAction(args: CreateBudgetActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBudgetActionCommandOutput) => void): void;
36
-
37
- createNotification(args: CreateNotificationCommandInput, options?: __HttpHandlerOptions): Promise<CreateNotificationCommandOutput>;
38
- createNotification(args: CreateNotificationCommandInput, cb: (err: any, data?: CreateNotificationCommandOutput) => void): void;
39
- createNotification(args: CreateNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNotificationCommandOutput) => void): void;
40
-
41
- createSubscriber(args: CreateSubscriberCommandInput, options?: __HttpHandlerOptions): Promise<CreateSubscriberCommandOutput>;
42
- createSubscriber(args: CreateSubscriberCommandInput, cb: (err: any, data?: CreateSubscriberCommandOutput) => void): void;
43
- createSubscriber(args: CreateSubscriberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSubscriberCommandOutput) => void): void;
44
-
45
- deleteBudget(args: DeleteBudgetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBudgetCommandOutput>;
46
- deleteBudget(args: DeleteBudgetCommandInput, cb: (err: any, data?: DeleteBudgetCommandOutput) => void): void;
47
- deleteBudget(args: DeleteBudgetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBudgetCommandOutput) => void): void;
48
-
49
- deleteBudgetAction(args: DeleteBudgetActionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBudgetActionCommandOutput>;
50
- deleteBudgetAction(args: DeleteBudgetActionCommandInput, cb: (err: any, data?: DeleteBudgetActionCommandOutput) => void): void;
51
- deleteBudgetAction(args: DeleteBudgetActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBudgetActionCommandOutput) => void): void;
52
-
53
- deleteNotification(args: DeleteNotificationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNotificationCommandOutput>;
54
- deleteNotification(args: DeleteNotificationCommandInput, cb: (err: any, data?: DeleteNotificationCommandOutput) => void): void;
55
- deleteNotification(args: DeleteNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNotificationCommandOutput) => void): void;
56
-
57
- deleteSubscriber(args: DeleteSubscriberCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSubscriberCommandOutput>;
58
- deleteSubscriber(args: DeleteSubscriberCommandInput, cb: (err: any, data?: DeleteSubscriberCommandOutput) => void): void;
59
- deleteSubscriber(args: DeleteSubscriberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSubscriberCommandOutput) => void): void;
60
-
61
- describeBudget(args: DescribeBudgetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBudgetCommandOutput>;
62
- describeBudget(args: DescribeBudgetCommandInput, cb: (err: any, data?: DescribeBudgetCommandOutput) => void): void;
63
- describeBudget(args: DescribeBudgetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBudgetCommandOutput) => void): void;
64
-
65
- describeBudgetAction(args: DescribeBudgetActionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBudgetActionCommandOutput>;
66
- describeBudgetAction(args: DescribeBudgetActionCommandInput, cb: (err: any, data?: DescribeBudgetActionCommandOutput) => void): void;
67
- describeBudgetAction(args: DescribeBudgetActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBudgetActionCommandOutput) => void): void;
68
-
69
- describeBudgetActionHistories(args: DescribeBudgetActionHistoriesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBudgetActionHistoriesCommandOutput>;
70
- describeBudgetActionHistories(args: DescribeBudgetActionHistoriesCommandInput, cb: (err: any, data?: DescribeBudgetActionHistoriesCommandOutput) => void): void;
71
- describeBudgetActionHistories(args: DescribeBudgetActionHistoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBudgetActionHistoriesCommandOutput) => void): void;
72
-
73
- describeBudgetActionsForAccount(args: DescribeBudgetActionsForAccountCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBudgetActionsForAccountCommandOutput>;
74
- describeBudgetActionsForAccount(args: DescribeBudgetActionsForAccountCommandInput, cb: (err: any, data?: DescribeBudgetActionsForAccountCommandOutput) => void): void;
75
- describeBudgetActionsForAccount(args: DescribeBudgetActionsForAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBudgetActionsForAccountCommandOutput) => void): void;
76
-
77
- describeBudgetActionsForBudget(args: DescribeBudgetActionsForBudgetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBudgetActionsForBudgetCommandOutput>;
78
- describeBudgetActionsForBudget(args: DescribeBudgetActionsForBudgetCommandInput, cb: (err: any, data?: DescribeBudgetActionsForBudgetCommandOutput) => void): void;
79
- describeBudgetActionsForBudget(args: DescribeBudgetActionsForBudgetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBudgetActionsForBudgetCommandOutput) => void): void;
80
-
81
- describeBudgetNotificationsForAccount(args: DescribeBudgetNotificationsForAccountCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBudgetNotificationsForAccountCommandOutput>;
82
- describeBudgetNotificationsForAccount(args: DescribeBudgetNotificationsForAccountCommandInput, cb: (err: any, data?: DescribeBudgetNotificationsForAccountCommandOutput) => void): void;
83
- describeBudgetNotificationsForAccount(args: DescribeBudgetNotificationsForAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBudgetNotificationsForAccountCommandOutput) => void): void;
84
-
85
- describeBudgetPerformanceHistory(args: DescribeBudgetPerformanceHistoryCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBudgetPerformanceHistoryCommandOutput>;
86
- describeBudgetPerformanceHistory(args: DescribeBudgetPerformanceHistoryCommandInput, cb: (err: any, data?: DescribeBudgetPerformanceHistoryCommandOutput) => void): void;
87
- describeBudgetPerformanceHistory(args: DescribeBudgetPerformanceHistoryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBudgetPerformanceHistoryCommandOutput) => void): void;
88
-
89
- describeBudgets(args: DescribeBudgetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBudgetsCommandOutput>;
90
- describeBudgets(args: DescribeBudgetsCommandInput, cb: (err: any, data?: DescribeBudgetsCommandOutput) => void): void;
91
- describeBudgets(args: DescribeBudgetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBudgetsCommandOutput) => void): void;
92
-
93
- describeNotificationsForBudget(args: DescribeNotificationsForBudgetCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNotificationsForBudgetCommandOutput>;
94
- describeNotificationsForBudget(args: DescribeNotificationsForBudgetCommandInput, cb: (err: any, data?: DescribeNotificationsForBudgetCommandOutput) => void): void;
95
- describeNotificationsForBudget(args: DescribeNotificationsForBudgetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNotificationsForBudgetCommandOutput) => void): void;
96
-
97
- describeSubscribersForNotification(args: DescribeSubscribersForNotificationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSubscribersForNotificationCommandOutput>;
98
- describeSubscribersForNotification(args: DescribeSubscribersForNotificationCommandInput, cb: (err: any, data?: DescribeSubscribersForNotificationCommandOutput) => void): void;
99
- describeSubscribersForNotification(args: DescribeSubscribersForNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSubscribersForNotificationCommandOutput) => void): void;
100
-
101
- executeBudgetAction(args: ExecuteBudgetActionCommandInput, options?: __HttpHandlerOptions): Promise<ExecuteBudgetActionCommandOutput>;
102
- executeBudgetAction(args: ExecuteBudgetActionCommandInput, cb: (err: any, data?: ExecuteBudgetActionCommandOutput) => void): void;
103
- executeBudgetAction(args: ExecuteBudgetActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExecuteBudgetActionCommandOutput) => void): void;
104
-
105
- updateBudget(args: UpdateBudgetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBudgetCommandOutput>;
106
- updateBudget(args: UpdateBudgetCommandInput, cb: (err: any, data?: UpdateBudgetCommandOutput) => void): void;
107
- updateBudget(args: UpdateBudgetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBudgetCommandOutput) => void): void;
108
-
109
- updateBudgetAction(args: UpdateBudgetActionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBudgetActionCommandOutput>;
110
- updateBudgetAction(args: UpdateBudgetActionCommandInput, cb: (err: any, data?: UpdateBudgetActionCommandOutput) => void): void;
111
- updateBudgetAction(args: UpdateBudgetActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBudgetActionCommandOutput) => void): void;
112
-
113
- updateNotification(args: UpdateNotificationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNotificationCommandOutput>;
114
- updateNotification(args: UpdateNotificationCommandInput, cb: (err: any, data?: UpdateNotificationCommandOutput) => void): void;
115
- updateNotification(args: UpdateNotificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNotificationCommandOutput) => void): void;
116
-
117
- updateSubscriber(args: UpdateSubscriberCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSubscriberCommandOutput>;
118
- updateSubscriber(args: UpdateSubscriberCommandInput, cb: (err: any, data?: UpdateSubscriberCommandOutput) => void): void;
119
- updateSubscriber(args: UpdateSubscriberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubscriberCommandOutput) => void): void;
120
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { BudgetsClient } from "./BudgetsClient";
3
+ import {
4
+ CreateBudgetActionCommandInput,
5
+ CreateBudgetActionCommandOutput,
6
+ } from "./commands/CreateBudgetActionCommand";
7
+ import {
8
+ CreateBudgetCommandInput,
9
+ CreateBudgetCommandOutput,
10
+ } from "./commands/CreateBudgetCommand";
11
+ import {
12
+ CreateNotificationCommandInput,
13
+ CreateNotificationCommandOutput,
14
+ } from "./commands/CreateNotificationCommand";
15
+ import {
16
+ CreateSubscriberCommandInput,
17
+ CreateSubscriberCommandOutput,
18
+ } from "./commands/CreateSubscriberCommand";
19
+ import {
20
+ DeleteBudgetActionCommandInput,
21
+ DeleteBudgetActionCommandOutput,
22
+ } from "./commands/DeleteBudgetActionCommand";
23
+ import {
24
+ DeleteBudgetCommandInput,
25
+ DeleteBudgetCommandOutput,
26
+ } from "./commands/DeleteBudgetCommand";
27
+ import {
28
+ DeleteNotificationCommandInput,
29
+ DeleteNotificationCommandOutput,
30
+ } from "./commands/DeleteNotificationCommand";
31
+ import {
32
+ DeleteSubscriberCommandInput,
33
+ DeleteSubscriberCommandOutput,
34
+ } from "./commands/DeleteSubscriberCommand";
35
+ import {
36
+ DescribeBudgetActionCommandInput,
37
+ DescribeBudgetActionCommandOutput,
38
+ } from "./commands/DescribeBudgetActionCommand";
39
+ import {
40
+ DescribeBudgetActionHistoriesCommandInput,
41
+ DescribeBudgetActionHistoriesCommandOutput,
42
+ } from "./commands/DescribeBudgetActionHistoriesCommand";
43
+ import {
44
+ DescribeBudgetActionsForAccountCommandInput,
45
+ DescribeBudgetActionsForAccountCommandOutput,
46
+ } from "./commands/DescribeBudgetActionsForAccountCommand";
47
+ import {
48
+ DescribeBudgetActionsForBudgetCommandInput,
49
+ DescribeBudgetActionsForBudgetCommandOutput,
50
+ } from "./commands/DescribeBudgetActionsForBudgetCommand";
51
+ import {
52
+ DescribeBudgetCommandInput,
53
+ DescribeBudgetCommandOutput,
54
+ } from "./commands/DescribeBudgetCommand";
55
+ import {
56
+ DescribeBudgetNotificationsForAccountCommandInput,
57
+ DescribeBudgetNotificationsForAccountCommandOutput,
58
+ } from "./commands/DescribeBudgetNotificationsForAccountCommand";
59
+ import {
60
+ DescribeBudgetPerformanceHistoryCommandInput,
61
+ DescribeBudgetPerformanceHistoryCommandOutput,
62
+ } from "./commands/DescribeBudgetPerformanceHistoryCommand";
63
+ import {
64
+ DescribeBudgetsCommandInput,
65
+ DescribeBudgetsCommandOutput,
66
+ } from "./commands/DescribeBudgetsCommand";
67
+ import {
68
+ DescribeNotificationsForBudgetCommandInput,
69
+ DescribeNotificationsForBudgetCommandOutput,
70
+ } from "./commands/DescribeNotificationsForBudgetCommand";
71
+ import {
72
+ DescribeSubscribersForNotificationCommandInput,
73
+ DescribeSubscribersForNotificationCommandOutput,
74
+ } from "./commands/DescribeSubscribersForNotificationCommand";
75
+ import {
76
+ ExecuteBudgetActionCommandInput,
77
+ ExecuteBudgetActionCommandOutput,
78
+ } from "./commands/ExecuteBudgetActionCommand";
79
+ import {
80
+ UpdateBudgetActionCommandInput,
81
+ UpdateBudgetActionCommandOutput,
82
+ } from "./commands/UpdateBudgetActionCommand";
83
+ import {
84
+ UpdateBudgetCommandInput,
85
+ UpdateBudgetCommandOutput,
86
+ } from "./commands/UpdateBudgetCommand";
87
+ import {
88
+ UpdateNotificationCommandInput,
89
+ UpdateNotificationCommandOutput,
90
+ } from "./commands/UpdateNotificationCommand";
91
+ import {
92
+ UpdateSubscriberCommandInput,
93
+ UpdateSubscriberCommandOutput,
94
+ } from "./commands/UpdateSubscriberCommand";
95
+
96
+ export declare class Budgets extends BudgetsClient {
97
+ createBudget(
98
+ args: CreateBudgetCommandInput,
99
+ options?: __HttpHandlerOptions
100
+ ): Promise<CreateBudgetCommandOutput>;
101
+ createBudget(
102
+ args: CreateBudgetCommandInput,
103
+ cb: (err: any, data?: CreateBudgetCommandOutput) => void
104
+ ): void;
105
+ createBudget(
106
+ args: CreateBudgetCommandInput,
107
+ options: __HttpHandlerOptions,
108
+ cb: (err: any, data?: CreateBudgetCommandOutput) => void
109
+ ): void;
110
+
111
+ createBudgetAction(
112
+ args: CreateBudgetActionCommandInput,
113
+ options?: __HttpHandlerOptions
114
+ ): Promise<CreateBudgetActionCommandOutput>;
115
+ createBudgetAction(
116
+ args: CreateBudgetActionCommandInput,
117
+ cb: (err: any, data?: CreateBudgetActionCommandOutput) => void
118
+ ): void;
119
+ createBudgetAction(
120
+ args: CreateBudgetActionCommandInput,
121
+ options: __HttpHandlerOptions,
122
+ cb: (err: any, data?: CreateBudgetActionCommandOutput) => void
123
+ ): void;
124
+
125
+ createNotification(
126
+ args: CreateNotificationCommandInput,
127
+ options?: __HttpHandlerOptions
128
+ ): Promise<CreateNotificationCommandOutput>;
129
+ createNotification(
130
+ args: CreateNotificationCommandInput,
131
+ cb: (err: any, data?: CreateNotificationCommandOutput) => void
132
+ ): void;
133
+ createNotification(
134
+ args: CreateNotificationCommandInput,
135
+ options: __HttpHandlerOptions,
136
+ cb: (err: any, data?: CreateNotificationCommandOutput) => void
137
+ ): void;
138
+
139
+ createSubscriber(
140
+ args: CreateSubscriberCommandInput,
141
+ options?: __HttpHandlerOptions
142
+ ): Promise<CreateSubscriberCommandOutput>;
143
+ createSubscriber(
144
+ args: CreateSubscriberCommandInput,
145
+ cb: (err: any, data?: CreateSubscriberCommandOutput) => void
146
+ ): void;
147
+ createSubscriber(
148
+ args: CreateSubscriberCommandInput,
149
+ options: __HttpHandlerOptions,
150
+ cb: (err: any, data?: CreateSubscriberCommandOutput) => void
151
+ ): void;
152
+
153
+ deleteBudget(
154
+ args: DeleteBudgetCommandInput,
155
+ options?: __HttpHandlerOptions
156
+ ): Promise<DeleteBudgetCommandOutput>;
157
+ deleteBudget(
158
+ args: DeleteBudgetCommandInput,
159
+ cb: (err: any, data?: DeleteBudgetCommandOutput) => void
160
+ ): void;
161
+ deleteBudget(
162
+ args: DeleteBudgetCommandInput,
163
+ options: __HttpHandlerOptions,
164
+ cb: (err: any, data?: DeleteBudgetCommandOutput) => void
165
+ ): void;
166
+
167
+ deleteBudgetAction(
168
+ args: DeleteBudgetActionCommandInput,
169
+ options?: __HttpHandlerOptions
170
+ ): Promise<DeleteBudgetActionCommandOutput>;
171
+ deleteBudgetAction(
172
+ args: DeleteBudgetActionCommandInput,
173
+ cb: (err: any, data?: DeleteBudgetActionCommandOutput) => void
174
+ ): void;
175
+ deleteBudgetAction(
176
+ args: DeleteBudgetActionCommandInput,
177
+ options: __HttpHandlerOptions,
178
+ cb: (err: any, data?: DeleteBudgetActionCommandOutput) => void
179
+ ): void;
180
+
181
+ deleteNotification(
182
+ args: DeleteNotificationCommandInput,
183
+ options?: __HttpHandlerOptions
184
+ ): Promise<DeleteNotificationCommandOutput>;
185
+ deleteNotification(
186
+ args: DeleteNotificationCommandInput,
187
+ cb: (err: any, data?: DeleteNotificationCommandOutput) => void
188
+ ): void;
189
+ deleteNotification(
190
+ args: DeleteNotificationCommandInput,
191
+ options: __HttpHandlerOptions,
192
+ cb: (err: any, data?: DeleteNotificationCommandOutput) => void
193
+ ): void;
194
+
195
+ deleteSubscriber(
196
+ args: DeleteSubscriberCommandInput,
197
+ options?: __HttpHandlerOptions
198
+ ): Promise<DeleteSubscriberCommandOutput>;
199
+ deleteSubscriber(
200
+ args: DeleteSubscriberCommandInput,
201
+ cb: (err: any, data?: DeleteSubscriberCommandOutput) => void
202
+ ): void;
203
+ deleteSubscriber(
204
+ args: DeleteSubscriberCommandInput,
205
+ options: __HttpHandlerOptions,
206
+ cb: (err: any, data?: DeleteSubscriberCommandOutput) => void
207
+ ): void;
208
+
209
+ describeBudget(
210
+ args: DescribeBudgetCommandInput,
211
+ options?: __HttpHandlerOptions
212
+ ): Promise<DescribeBudgetCommandOutput>;
213
+ describeBudget(
214
+ args: DescribeBudgetCommandInput,
215
+ cb: (err: any, data?: DescribeBudgetCommandOutput) => void
216
+ ): void;
217
+ describeBudget(
218
+ args: DescribeBudgetCommandInput,
219
+ options: __HttpHandlerOptions,
220
+ cb: (err: any, data?: DescribeBudgetCommandOutput) => void
221
+ ): void;
222
+
223
+ describeBudgetAction(
224
+ args: DescribeBudgetActionCommandInput,
225
+ options?: __HttpHandlerOptions
226
+ ): Promise<DescribeBudgetActionCommandOutput>;
227
+ describeBudgetAction(
228
+ args: DescribeBudgetActionCommandInput,
229
+ cb: (err: any, data?: DescribeBudgetActionCommandOutput) => void
230
+ ): void;
231
+ describeBudgetAction(
232
+ args: DescribeBudgetActionCommandInput,
233
+ options: __HttpHandlerOptions,
234
+ cb: (err: any, data?: DescribeBudgetActionCommandOutput) => void
235
+ ): void;
236
+
237
+ describeBudgetActionHistories(
238
+ args: DescribeBudgetActionHistoriesCommandInput,
239
+ options?: __HttpHandlerOptions
240
+ ): Promise<DescribeBudgetActionHistoriesCommandOutput>;
241
+ describeBudgetActionHistories(
242
+ args: DescribeBudgetActionHistoriesCommandInput,
243
+ cb: (err: any, data?: DescribeBudgetActionHistoriesCommandOutput) => void
244
+ ): void;
245
+ describeBudgetActionHistories(
246
+ args: DescribeBudgetActionHistoriesCommandInput,
247
+ options: __HttpHandlerOptions,
248
+ cb: (err: any, data?: DescribeBudgetActionHistoriesCommandOutput) => void
249
+ ): void;
250
+
251
+ describeBudgetActionsForAccount(
252
+ args: DescribeBudgetActionsForAccountCommandInput,
253
+ options?: __HttpHandlerOptions
254
+ ): Promise<DescribeBudgetActionsForAccountCommandOutput>;
255
+ describeBudgetActionsForAccount(
256
+ args: DescribeBudgetActionsForAccountCommandInput,
257
+ cb: (err: any, data?: DescribeBudgetActionsForAccountCommandOutput) => void
258
+ ): void;
259
+ describeBudgetActionsForAccount(
260
+ args: DescribeBudgetActionsForAccountCommandInput,
261
+ options: __HttpHandlerOptions,
262
+ cb: (err: any, data?: DescribeBudgetActionsForAccountCommandOutput) => void
263
+ ): void;
264
+
265
+ describeBudgetActionsForBudget(
266
+ args: DescribeBudgetActionsForBudgetCommandInput,
267
+ options?: __HttpHandlerOptions
268
+ ): Promise<DescribeBudgetActionsForBudgetCommandOutput>;
269
+ describeBudgetActionsForBudget(
270
+ args: DescribeBudgetActionsForBudgetCommandInput,
271
+ cb: (err: any, data?: DescribeBudgetActionsForBudgetCommandOutput) => void
272
+ ): void;
273
+ describeBudgetActionsForBudget(
274
+ args: DescribeBudgetActionsForBudgetCommandInput,
275
+ options: __HttpHandlerOptions,
276
+ cb: (err: any, data?: DescribeBudgetActionsForBudgetCommandOutput) => void
277
+ ): void;
278
+
279
+ describeBudgetNotificationsForAccount(
280
+ args: DescribeBudgetNotificationsForAccountCommandInput,
281
+ options?: __HttpHandlerOptions
282
+ ): Promise<DescribeBudgetNotificationsForAccountCommandOutput>;
283
+ describeBudgetNotificationsForAccount(
284
+ args: DescribeBudgetNotificationsForAccountCommandInput,
285
+ cb: (
286
+ err: any,
287
+ data?: DescribeBudgetNotificationsForAccountCommandOutput
288
+ ) => void
289
+ ): void;
290
+ describeBudgetNotificationsForAccount(
291
+ args: DescribeBudgetNotificationsForAccountCommandInput,
292
+ options: __HttpHandlerOptions,
293
+ cb: (
294
+ err: any,
295
+ data?: DescribeBudgetNotificationsForAccountCommandOutput
296
+ ) => void
297
+ ): void;
298
+
299
+ describeBudgetPerformanceHistory(
300
+ args: DescribeBudgetPerformanceHistoryCommandInput,
301
+ options?: __HttpHandlerOptions
302
+ ): Promise<DescribeBudgetPerformanceHistoryCommandOutput>;
303
+ describeBudgetPerformanceHistory(
304
+ args: DescribeBudgetPerformanceHistoryCommandInput,
305
+ cb: (err: any, data?: DescribeBudgetPerformanceHistoryCommandOutput) => void
306
+ ): void;
307
+ describeBudgetPerformanceHistory(
308
+ args: DescribeBudgetPerformanceHistoryCommandInput,
309
+ options: __HttpHandlerOptions,
310
+ cb: (err: any, data?: DescribeBudgetPerformanceHistoryCommandOutput) => void
311
+ ): void;
312
+
313
+ describeBudgets(
314
+ args: DescribeBudgetsCommandInput,
315
+ options?: __HttpHandlerOptions
316
+ ): Promise<DescribeBudgetsCommandOutput>;
317
+ describeBudgets(
318
+ args: DescribeBudgetsCommandInput,
319
+ cb: (err: any, data?: DescribeBudgetsCommandOutput) => void
320
+ ): void;
321
+ describeBudgets(
322
+ args: DescribeBudgetsCommandInput,
323
+ options: __HttpHandlerOptions,
324
+ cb: (err: any, data?: DescribeBudgetsCommandOutput) => void
325
+ ): void;
326
+
327
+ describeNotificationsForBudget(
328
+ args: DescribeNotificationsForBudgetCommandInput,
329
+ options?: __HttpHandlerOptions
330
+ ): Promise<DescribeNotificationsForBudgetCommandOutput>;
331
+ describeNotificationsForBudget(
332
+ args: DescribeNotificationsForBudgetCommandInput,
333
+ cb: (err: any, data?: DescribeNotificationsForBudgetCommandOutput) => void
334
+ ): void;
335
+ describeNotificationsForBudget(
336
+ args: DescribeNotificationsForBudgetCommandInput,
337
+ options: __HttpHandlerOptions,
338
+ cb: (err: any, data?: DescribeNotificationsForBudgetCommandOutput) => void
339
+ ): void;
340
+
341
+ describeSubscribersForNotification(
342
+ args: DescribeSubscribersForNotificationCommandInput,
343
+ options?: __HttpHandlerOptions
344
+ ): Promise<DescribeSubscribersForNotificationCommandOutput>;
345
+ describeSubscribersForNotification(
346
+ args: DescribeSubscribersForNotificationCommandInput,
347
+ cb: (
348
+ err: any,
349
+ data?: DescribeSubscribersForNotificationCommandOutput
350
+ ) => void
351
+ ): void;
352
+ describeSubscribersForNotification(
353
+ args: DescribeSubscribersForNotificationCommandInput,
354
+ options: __HttpHandlerOptions,
355
+ cb: (
356
+ err: any,
357
+ data?: DescribeSubscribersForNotificationCommandOutput
358
+ ) => void
359
+ ): void;
360
+
361
+ executeBudgetAction(
362
+ args: ExecuteBudgetActionCommandInput,
363
+ options?: __HttpHandlerOptions
364
+ ): Promise<ExecuteBudgetActionCommandOutput>;
365
+ executeBudgetAction(
366
+ args: ExecuteBudgetActionCommandInput,
367
+ cb: (err: any, data?: ExecuteBudgetActionCommandOutput) => void
368
+ ): void;
369
+ executeBudgetAction(
370
+ args: ExecuteBudgetActionCommandInput,
371
+ options: __HttpHandlerOptions,
372
+ cb: (err: any, data?: ExecuteBudgetActionCommandOutput) => void
373
+ ): void;
374
+
375
+ updateBudget(
376
+ args: UpdateBudgetCommandInput,
377
+ options?: __HttpHandlerOptions
378
+ ): Promise<UpdateBudgetCommandOutput>;
379
+ updateBudget(
380
+ args: UpdateBudgetCommandInput,
381
+ cb: (err: any, data?: UpdateBudgetCommandOutput) => void
382
+ ): void;
383
+ updateBudget(
384
+ args: UpdateBudgetCommandInput,
385
+ options: __HttpHandlerOptions,
386
+ cb: (err: any, data?: UpdateBudgetCommandOutput) => void
387
+ ): void;
388
+
389
+ updateBudgetAction(
390
+ args: UpdateBudgetActionCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<UpdateBudgetActionCommandOutput>;
393
+ updateBudgetAction(
394
+ args: UpdateBudgetActionCommandInput,
395
+ cb: (err: any, data?: UpdateBudgetActionCommandOutput) => void
396
+ ): void;
397
+ updateBudgetAction(
398
+ args: UpdateBudgetActionCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: UpdateBudgetActionCommandOutput) => void
401
+ ): void;
402
+
403
+ updateNotification(
404
+ args: UpdateNotificationCommandInput,
405
+ options?: __HttpHandlerOptions
406
+ ): Promise<UpdateNotificationCommandOutput>;
407
+ updateNotification(
408
+ args: UpdateNotificationCommandInput,
409
+ cb: (err: any, data?: UpdateNotificationCommandOutput) => void
410
+ ): void;
411
+ updateNotification(
412
+ args: UpdateNotificationCommandInput,
413
+ options: __HttpHandlerOptions,
414
+ cb: (err: any, data?: UpdateNotificationCommandOutput) => void
415
+ ): void;
416
+
417
+ updateSubscriber(
418
+ args: UpdateSubscriberCommandInput,
419
+ options?: __HttpHandlerOptions
420
+ ): Promise<UpdateSubscriberCommandOutput>;
421
+ updateSubscriber(
422
+ args: UpdateSubscriberCommandInput,
423
+ cb: (err: any, data?: UpdateSubscriberCommandOutput) => void
424
+ ): void;
425
+ updateSubscriber(
426
+ args: UpdateSubscriberCommandInput,
427
+ options: __HttpHandlerOptions,
428
+ cb: (err: any, data?: UpdateSubscriberCommandOutput) => void
429
+ ): void;
430
+ }