@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Budgets.d.ts +430 -120
- package/dist-types/ts3.4/BudgetsClient.d.ts +267 -96
- package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +23 -23
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/BudgetsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +975 -906
- package/dist-types/ts3.4/pagination/DescribeBudgetActionHistoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetActionsForAccountPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetActionsForBudgetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetNotificationsForAccountPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetPerformanceHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNotificationsForBudgetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSubscribersForNotificationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -71
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- 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 {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
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
|
+
}
|