@aws-sdk/client-budgets 3.168.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 +16 -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
|
@@ -1,96 +1,267 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
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
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateBudgetActionCommandInput,
|
|
47
|
+
CreateBudgetActionCommandOutput,
|
|
48
|
+
} from "./commands/CreateBudgetActionCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateBudgetCommandInput,
|
|
51
|
+
CreateBudgetCommandOutput,
|
|
52
|
+
} from "./commands/CreateBudgetCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateNotificationCommandInput,
|
|
55
|
+
CreateNotificationCommandOutput,
|
|
56
|
+
} from "./commands/CreateNotificationCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateSubscriberCommandInput,
|
|
59
|
+
CreateSubscriberCommandOutput,
|
|
60
|
+
} from "./commands/CreateSubscriberCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteBudgetActionCommandInput,
|
|
63
|
+
DeleteBudgetActionCommandOutput,
|
|
64
|
+
} from "./commands/DeleteBudgetActionCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteBudgetCommandInput,
|
|
67
|
+
DeleteBudgetCommandOutput,
|
|
68
|
+
} from "./commands/DeleteBudgetCommand";
|
|
69
|
+
import {
|
|
70
|
+
DeleteNotificationCommandInput,
|
|
71
|
+
DeleteNotificationCommandOutput,
|
|
72
|
+
} from "./commands/DeleteNotificationCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteSubscriberCommandInput,
|
|
75
|
+
DeleteSubscriberCommandOutput,
|
|
76
|
+
} from "./commands/DeleteSubscriberCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeBudgetActionCommandInput,
|
|
79
|
+
DescribeBudgetActionCommandOutput,
|
|
80
|
+
} from "./commands/DescribeBudgetActionCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeBudgetActionHistoriesCommandInput,
|
|
83
|
+
DescribeBudgetActionHistoriesCommandOutput,
|
|
84
|
+
} from "./commands/DescribeBudgetActionHistoriesCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeBudgetActionsForAccountCommandInput,
|
|
87
|
+
DescribeBudgetActionsForAccountCommandOutput,
|
|
88
|
+
} from "./commands/DescribeBudgetActionsForAccountCommand";
|
|
89
|
+
import {
|
|
90
|
+
DescribeBudgetActionsForBudgetCommandInput,
|
|
91
|
+
DescribeBudgetActionsForBudgetCommandOutput,
|
|
92
|
+
} from "./commands/DescribeBudgetActionsForBudgetCommand";
|
|
93
|
+
import {
|
|
94
|
+
DescribeBudgetCommandInput,
|
|
95
|
+
DescribeBudgetCommandOutput,
|
|
96
|
+
} from "./commands/DescribeBudgetCommand";
|
|
97
|
+
import {
|
|
98
|
+
DescribeBudgetNotificationsForAccountCommandInput,
|
|
99
|
+
DescribeBudgetNotificationsForAccountCommandOutput,
|
|
100
|
+
} from "./commands/DescribeBudgetNotificationsForAccountCommand";
|
|
101
|
+
import {
|
|
102
|
+
DescribeBudgetPerformanceHistoryCommandInput,
|
|
103
|
+
DescribeBudgetPerformanceHistoryCommandOutput,
|
|
104
|
+
} from "./commands/DescribeBudgetPerformanceHistoryCommand";
|
|
105
|
+
import {
|
|
106
|
+
DescribeBudgetsCommandInput,
|
|
107
|
+
DescribeBudgetsCommandOutput,
|
|
108
|
+
} from "./commands/DescribeBudgetsCommand";
|
|
109
|
+
import {
|
|
110
|
+
DescribeNotificationsForBudgetCommandInput,
|
|
111
|
+
DescribeNotificationsForBudgetCommandOutput,
|
|
112
|
+
} from "./commands/DescribeNotificationsForBudgetCommand";
|
|
113
|
+
import {
|
|
114
|
+
DescribeSubscribersForNotificationCommandInput,
|
|
115
|
+
DescribeSubscribersForNotificationCommandOutput,
|
|
116
|
+
} from "./commands/DescribeSubscribersForNotificationCommand";
|
|
117
|
+
import {
|
|
118
|
+
ExecuteBudgetActionCommandInput,
|
|
119
|
+
ExecuteBudgetActionCommandOutput,
|
|
120
|
+
} from "./commands/ExecuteBudgetActionCommand";
|
|
121
|
+
import {
|
|
122
|
+
UpdateBudgetActionCommandInput,
|
|
123
|
+
UpdateBudgetActionCommandOutput,
|
|
124
|
+
} from "./commands/UpdateBudgetActionCommand";
|
|
125
|
+
import {
|
|
126
|
+
UpdateBudgetCommandInput,
|
|
127
|
+
UpdateBudgetCommandOutput,
|
|
128
|
+
} from "./commands/UpdateBudgetCommand";
|
|
129
|
+
import {
|
|
130
|
+
UpdateNotificationCommandInput,
|
|
131
|
+
UpdateNotificationCommandOutput,
|
|
132
|
+
} from "./commands/UpdateNotificationCommand";
|
|
133
|
+
import {
|
|
134
|
+
UpdateSubscriberCommandInput,
|
|
135
|
+
UpdateSubscriberCommandOutput,
|
|
136
|
+
} from "./commands/UpdateSubscriberCommand";
|
|
137
|
+
export declare type ServiceInputTypes =
|
|
138
|
+
| CreateBudgetActionCommandInput
|
|
139
|
+
| CreateBudgetCommandInput
|
|
140
|
+
| CreateNotificationCommandInput
|
|
141
|
+
| CreateSubscriberCommandInput
|
|
142
|
+
| DeleteBudgetActionCommandInput
|
|
143
|
+
| DeleteBudgetCommandInput
|
|
144
|
+
| DeleteNotificationCommandInput
|
|
145
|
+
| DeleteSubscriberCommandInput
|
|
146
|
+
| DescribeBudgetActionCommandInput
|
|
147
|
+
| DescribeBudgetActionHistoriesCommandInput
|
|
148
|
+
| DescribeBudgetActionsForAccountCommandInput
|
|
149
|
+
| DescribeBudgetActionsForBudgetCommandInput
|
|
150
|
+
| DescribeBudgetCommandInput
|
|
151
|
+
| DescribeBudgetNotificationsForAccountCommandInput
|
|
152
|
+
| DescribeBudgetPerformanceHistoryCommandInput
|
|
153
|
+
| DescribeBudgetsCommandInput
|
|
154
|
+
| DescribeNotificationsForBudgetCommandInput
|
|
155
|
+
| DescribeSubscribersForNotificationCommandInput
|
|
156
|
+
| ExecuteBudgetActionCommandInput
|
|
157
|
+
| UpdateBudgetActionCommandInput
|
|
158
|
+
| UpdateBudgetCommandInput
|
|
159
|
+
| UpdateNotificationCommandInput
|
|
160
|
+
| UpdateSubscriberCommandInput;
|
|
161
|
+
export declare type ServiceOutputTypes =
|
|
162
|
+
| CreateBudgetActionCommandOutput
|
|
163
|
+
| CreateBudgetCommandOutput
|
|
164
|
+
| CreateNotificationCommandOutput
|
|
165
|
+
| CreateSubscriberCommandOutput
|
|
166
|
+
| DeleteBudgetActionCommandOutput
|
|
167
|
+
| DeleteBudgetCommandOutput
|
|
168
|
+
| DeleteNotificationCommandOutput
|
|
169
|
+
| DeleteSubscriberCommandOutput
|
|
170
|
+
| DescribeBudgetActionCommandOutput
|
|
171
|
+
| DescribeBudgetActionHistoriesCommandOutput
|
|
172
|
+
| DescribeBudgetActionsForAccountCommandOutput
|
|
173
|
+
| DescribeBudgetActionsForBudgetCommandOutput
|
|
174
|
+
| DescribeBudgetCommandOutput
|
|
175
|
+
| DescribeBudgetNotificationsForAccountCommandOutput
|
|
176
|
+
| DescribeBudgetPerformanceHistoryCommandOutput
|
|
177
|
+
| DescribeBudgetsCommandOutput
|
|
178
|
+
| DescribeNotificationsForBudgetCommandOutput
|
|
179
|
+
| DescribeSubscribersForNotificationCommandOutput
|
|
180
|
+
| ExecuteBudgetActionCommandOutput
|
|
181
|
+
| UpdateBudgetActionCommandOutput
|
|
182
|
+
| UpdateBudgetCommandOutput
|
|
183
|
+
| UpdateNotificationCommandOutput
|
|
184
|
+
| UpdateSubscriberCommandOutput;
|
|
185
|
+
export interface ClientDefaults
|
|
186
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
187
|
+
requestHandler?: __HttpHandler;
|
|
188
|
+
|
|
189
|
+
sha256?: __HashConstructor;
|
|
190
|
+
|
|
191
|
+
urlParser?: __UrlParser;
|
|
192
|
+
|
|
193
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
194
|
+
|
|
195
|
+
streamCollector?: __StreamCollector;
|
|
196
|
+
|
|
197
|
+
base64Decoder?: __Decoder;
|
|
198
|
+
|
|
199
|
+
base64Encoder?: __Encoder;
|
|
200
|
+
|
|
201
|
+
utf8Decoder?: __Decoder;
|
|
202
|
+
|
|
203
|
+
utf8Encoder?: __Encoder;
|
|
204
|
+
|
|
205
|
+
runtime?: string;
|
|
206
|
+
|
|
207
|
+
disableHostPrefix?: boolean;
|
|
208
|
+
|
|
209
|
+
maxAttempts?: number | __Provider<number>;
|
|
210
|
+
|
|
211
|
+
retryMode?: string | __Provider<string>;
|
|
212
|
+
|
|
213
|
+
logger?: __Logger;
|
|
214
|
+
|
|
215
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
216
|
+
|
|
217
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
218
|
+
|
|
219
|
+
serviceId?: string;
|
|
220
|
+
|
|
221
|
+
region?: string | __Provider<string>;
|
|
222
|
+
|
|
223
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
224
|
+
|
|
225
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
226
|
+
|
|
227
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
228
|
+
|
|
229
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
230
|
+
}
|
|
231
|
+
declare type BudgetsClientConfigType = Partial<
|
|
232
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
233
|
+
> &
|
|
234
|
+
ClientDefaults &
|
|
235
|
+
RegionInputConfig &
|
|
236
|
+
EndpointsInputConfig &
|
|
237
|
+
RetryInputConfig &
|
|
238
|
+
HostHeaderInputConfig &
|
|
239
|
+
AwsAuthInputConfig &
|
|
240
|
+
UserAgentInputConfig;
|
|
241
|
+
|
|
242
|
+
export interface BudgetsClientConfig extends BudgetsClientConfigType {}
|
|
243
|
+
declare type BudgetsClientResolvedConfigType =
|
|
244
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
245
|
+
Required<ClientDefaults> &
|
|
246
|
+
RegionResolvedConfig &
|
|
247
|
+
EndpointsResolvedConfig &
|
|
248
|
+
RetryResolvedConfig &
|
|
249
|
+
HostHeaderResolvedConfig &
|
|
250
|
+
AwsAuthResolvedConfig &
|
|
251
|
+
UserAgentResolvedConfig;
|
|
252
|
+
|
|
253
|
+
export interface BudgetsClientResolvedConfig
|
|
254
|
+
extends BudgetsClientResolvedConfigType {}
|
|
255
|
+
|
|
256
|
+
export declare class BudgetsClient extends __Client<
|
|
257
|
+
__HttpHandlerOptions,
|
|
258
|
+
ServiceInputTypes,
|
|
259
|
+
ServiceOutputTypes,
|
|
260
|
+
BudgetsClientResolvedConfig
|
|
261
|
+
> {
|
|
262
|
+
readonly config: BudgetsClientResolvedConfig;
|
|
263
|
+
constructor(configuration: BudgetsClientConfig);
|
|
264
|
+
|
|
265
|
+
destroy(): void;
|
|
266
|
+
}
|
|
267
|
+
export {};
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BudgetsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BudgetsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateBudgetActionRequest,
|
|
15
|
+
CreateBudgetActionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateBudgetActionCommandInput
|
|
18
|
+
extends CreateBudgetActionRequest {}
|
|
19
|
+
export interface CreateBudgetActionCommandOutput
|
|
20
|
+
extends CreateBudgetActionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateBudgetActionCommand extends $Command<
|
|
24
|
+
CreateBudgetActionCommandInput,
|
|
25
|
+
CreateBudgetActionCommandOutput,
|
|
26
|
+
BudgetsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateBudgetActionCommandInput;
|
|
29
|
+
constructor(input: CreateBudgetActionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BudgetsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateBudgetActionCommandInput, CreateBudgetActionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BudgetsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BudgetsClient";
|
|
13
|
+
import { CreateBudgetRequest, CreateBudgetResponse } from "../models/models_0";
|
|
14
|
+
export interface CreateBudgetCommandInput extends CreateBudgetRequest {}
|
|
15
|
+
export interface CreateBudgetCommandOutput
|
|
16
|
+
extends CreateBudgetResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CreateBudgetCommand extends $Command<
|
|
20
|
+
CreateBudgetCommandInput,
|
|
21
|
+
CreateBudgetCommandOutput,
|
|
22
|
+
BudgetsClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateBudgetCommandInput;
|
|
25
|
+
constructor(input: CreateBudgetCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: BudgetsClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CreateBudgetCommandInput, CreateBudgetCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BudgetsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BudgetsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateNotificationRequest,
|
|
15
|
+
CreateNotificationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateNotificationCommandInput
|
|
18
|
+
extends CreateNotificationRequest {}
|
|
19
|
+
export interface CreateNotificationCommandOutput
|
|
20
|
+
extends CreateNotificationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateNotificationCommand extends $Command<
|
|
24
|
+
CreateNotificationCommandInput,
|
|
25
|
+
CreateNotificationCommandOutput,
|
|
26
|
+
BudgetsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateNotificationCommandInput;
|
|
29
|
+
constructor(input: CreateNotificationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BudgetsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateNotificationCommandInput, CreateNotificationCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BudgetsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BudgetsClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateSubscriberRequest,
|
|
15
|
+
CreateSubscriberResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {}
|
|
18
|
+
export interface CreateSubscriberCommandOutput
|
|
19
|
+
extends CreateSubscriberResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateSubscriberCommand extends $Command<
|
|
23
|
+
CreateSubscriberCommandInput,
|
|
24
|
+
CreateSubscriberCommandOutput,
|
|
25
|
+
BudgetsClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateSubscriberCommandInput;
|
|
28
|
+
constructor(input: CreateSubscriberCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: BudgetsClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateSubscriberCommandInput, CreateSubscriberCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
BudgetsClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../BudgetsClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteBudgetActionRequest,
|
|
15
|
+
DeleteBudgetActionResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteBudgetActionCommandInput
|
|
18
|
+
extends DeleteBudgetActionRequest {}
|
|
19
|
+
export interface DeleteBudgetActionCommandOutput
|
|
20
|
+
extends DeleteBudgetActionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteBudgetActionCommand extends $Command<
|
|
24
|
+
DeleteBudgetActionCommandInput,
|
|
25
|
+
DeleteBudgetActionCommandOutput,
|
|
26
|
+
BudgetsClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteBudgetActionCommandInput;
|
|
29
|
+
constructor(input: DeleteBudgetActionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: BudgetsClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DeleteBudgetActionCommandInput, DeleteBudgetActionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|