@aws-sdk/client-budgets 3.529.1 → 3.535.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-types/Budgets.d.ts +1 -1
- package/dist-types/BudgetsClient.d.ts +1 -1
- package/dist-types/commands/CreateBudgetActionCommand.d.ts +2 -1
- package/dist-types/commands/CreateBudgetCommand.d.ts +2 -1
- package/dist-types/commands/CreateNotificationCommand.d.ts +2 -1
- package/dist-types/commands/CreateSubscriberCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBudgetActionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBudgetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteNotificationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBudgetActionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBudgetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBudgetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +2 -1
- package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBudgetActionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBudgetCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNotificationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +278 -278
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { BudgetsServiceException as __BaseException } from "./BudgetsServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>You are not authorized to use this operation with the given parameters.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
9
9
|
readonly $fault: "client";
|
|
10
10
|
/**
|
|
11
|
-
* @public
|
|
12
11
|
* <p>The error message the exception carries.</p>
|
|
12
|
+
* @public
|
|
13
13
|
*/
|
|
14
14
|
Message?: string;
|
|
15
15
|
/**
|
|
@@ -30,18 +30,18 @@ export declare const ThresholdType: {
|
|
|
30
30
|
*/
|
|
31
31
|
export type ThresholdType = (typeof ThresholdType)[keyof typeof ThresholdType];
|
|
32
32
|
/**
|
|
33
|
-
* @public
|
|
34
33
|
* <p>The trigger threshold of the action. </p>
|
|
34
|
+
* @public
|
|
35
35
|
*/
|
|
36
36
|
export interface ActionThreshold {
|
|
37
37
|
/**
|
|
38
|
-
* @public
|
|
39
38
|
* <p> The threshold of a notification.</p>
|
|
39
|
+
* @public
|
|
40
40
|
*/
|
|
41
41
|
ActionThresholdValue: number | undefined;
|
|
42
42
|
/**
|
|
43
|
-
* @public
|
|
44
43
|
* <p> The type of threshold for a notification.</p>
|
|
44
|
+
* @public
|
|
45
45
|
*/
|
|
46
46
|
ActionThresholdType: ThresholdType | undefined;
|
|
47
47
|
}
|
|
@@ -71,44 +71,44 @@ export declare const ApprovalModel: {
|
|
|
71
71
|
*/
|
|
72
72
|
export type ApprovalModel = (typeof ApprovalModel)[keyof typeof ApprovalModel];
|
|
73
73
|
/**
|
|
74
|
-
* @public
|
|
75
74
|
* <p>The Identity and Access Management (IAM) action definition details. </p>
|
|
75
|
+
* @public
|
|
76
76
|
*/
|
|
77
77
|
export interface IamActionDefinition {
|
|
78
78
|
/**
|
|
79
|
-
* @public
|
|
80
79
|
* <p>The Amazon Resource Name (ARN) of the policy to be attached. </p>
|
|
80
|
+
* @public
|
|
81
81
|
*/
|
|
82
82
|
PolicyArn: string | undefined;
|
|
83
83
|
/**
|
|
84
|
-
* @public
|
|
85
84
|
* <p>A list of roles to be attached. There must be at least one role. </p>
|
|
85
|
+
* @public
|
|
86
86
|
*/
|
|
87
87
|
Roles?: string[];
|
|
88
88
|
/**
|
|
89
|
-
* @public
|
|
90
89
|
* <p>A list of groups to be attached. There must be at least one group. </p>
|
|
90
|
+
* @public
|
|
91
91
|
*/
|
|
92
92
|
Groups?: string[];
|
|
93
93
|
/**
|
|
94
|
-
* @public
|
|
95
94
|
* <p>A list of users to be attached. There must be at least one user. </p>
|
|
95
|
+
* @public
|
|
96
96
|
*/
|
|
97
97
|
Users?: string[];
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
|
-
* @public
|
|
101
100
|
* <p>The service control policies (SCP) action definition details. </p>
|
|
101
|
+
* @public
|
|
102
102
|
*/
|
|
103
103
|
export interface ScpActionDefinition {
|
|
104
104
|
/**
|
|
105
|
-
* @public
|
|
106
105
|
* <p>The policy ID attached. </p>
|
|
106
|
+
* @public
|
|
107
107
|
*/
|
|
108
108
|
PolicyId: string | undefined;
|
|
109
109
|
/**
|
|
110
|
-
* @public
|
|
111
110
|
* <p>A list of target IDs. </p>
|
|
111
|
+
* @public
|
|
112
112
|
*/
|
|
113
113
|
TargetIds: string[] | undefined;
|
|
114
114
|
}
|
|
@@ -125,44 +125,44 @@ export declare const ActionSubType: {
|
|
|
125
125
|
*/
|
|
126
126
|
export type ActionSubType = (typeof ActionSubType)[keyof typeof ActionSubType];
|
|
127
127
|
/**
|
|
128
|
-
* @public
|
|
129
128
|
* <p>The Amazon Web Services Systems Manager (SSM) action definition details. </p>
|
|
129
|
+
* @public
|
|
130
130
|
*/
|
|
131
131
|
export interface SsmActionDefinition {
|
|
132
132
|
/**
|
|
133
|
-
* @public
|
|
134
133
|
* <p>The action subType. </p>
|
|
134
|
+
* @public
|
|
135
135
|
*/
|
|
136
136
|
ActionSubType: ActionSubType | undefined;
|
|
137
137
|
/**
|
|
138
|
-
* @public
|
|
139
138
|
* <p>The Region to run the SSM document. </p>
|
|
139
|
+
* @public
|
|
140
140
|
*/
|
|
141
141
|
Region: string | undefined;
|
|
142
142
|
/**
|
|
143
|
-
* @public
|
|
144
143
|
* <p>The EC2 and RDS instance IDs. </p>
|
|
144
|
+
* @public
|
|
145
145
|
*/
|
|
146
146
|
InstanceIds: string[] | undefined;
|
|
147
147
|
}
|
|
148
148
|
/**
|
|
149
|
-
* @public
|
|
150
149
|
* <p>Specifies all of the type-specific parameters. </p>
|
|
150
|
+
* @public
|
|
151
151
|
*/
|
|
152
152
|
export interface Definition {
|
|
153
153
|
/**
|
|
154
|
-
* @public
|
|
155
154
|
* <p>The Identity and Access Management (IAM) action definition details. </p>
|
|
155
|
+
* @public
|
|
156
156
|
*/
|
|
157
157
|
IamActionDefinition?: IamActionDefinition;
|
|
158
158
|
/**
|
|
159
|
-
* @public
|
|
160
159
|
* <p>The service control policies (SCPs) action definition details. </p>
|
|
160
|
+
* @public
|
|
161
161
|
*/
|
|
162
162
|
ScpActionDefinition?: ScpActionDefinition;
|
|
163
163
|
/**
|
|
164
|
-
* @public
|
|
165
164
|
* <p>The Amazon Web Services Systems Manager (SSM) action definition details. </p>
|
|
165
|
+
* @public
|
|
166
166
|
*/
|
|
167
167
|
SsmActionDefinition?: SsmActionDefinition;
|
|
168
168
|
}
|
|
@@ -211,7 +211,6 @@ export declare const SubscriptionType: {
|
|
|
211
211
|
*/
|
|
212
212
|
export type SubscriptionType = (typeof SubscriptionType)[keyof typeof SubscriptionType];
|
|
213
213
|
/**
|
|
214
|
-
* @public
|
|
215
214
|
* <p>The subscriber to a budget notification. The subscriber consists of a subscription type and either an Amazon SNS topic or an email address.</p>
|
|
216
215
|
* <p>For example, an email subscriber has the following parameters:</p>
|
|
217
216
|
* <ul>
|
|
@@ -224,92 +223,93 @@ export type SubscriptionType = (typeof SubscriptionType)[keyof typeof Subscripti
|
|
|
224
223
|
* </p>
|
|
225
224
|
* </li>
|
|
226
225
|
* </ul>
|
|
226
|
+
* @public
|
|
227
227
|
*/
|
|
228
228
|
export interface Subscriber {
|
|
229
229
|
/**
|
|
230
|
-
* @public
|
|
231
230
|
* <p>The type of notification that Amazon Web Services sends to a subscriber.</p>
|
|
231
|
+
* @public
|
|
232
232
|
*/
|
|
233
233
|
SubscriptionType: SubscriptionType | undefined;
|
|
234
234
|
/**
|
|
235
|
-
* @public
|
|
236
235
|
* <p>The address that Amazon Web Services sends budget notifications to, either an SNS topic or an email.</p>
|
|
237
236
|
* <p>When you create a subscriber, the value of <code>Address</code> can't contain line breaks.</p>
|
|
237
|
+
* @public
|
|
238
238
|
*/
|
|
239
239
|
Address: string | undefined;
|
|
240
240
|
}
|
|
241
241
|
/**
|
|
242
|
-
* @public
|
|
243
242
|
* <p>A budget action resource. </p>
|
|
243
|
+
* @public
|
|
244
244
|
*/
|
|
245
245
|
export interface Action {
|
|
246
246
|
/**
|
|
247
|
-
* @public
|
|
248
247
|
* <p>A system-generated universally unique identifier (UUID) for the action. </p>
|
|
248
|
+
* @public
|
|
249
249
|
*/
|
|
250
250
|
ActionId: string | undefined;
|
|
251
251
|
/**
|
|
252
|
-
* @public
|
|
253
252
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
254
253
|
* substring, aren't allowed.</p>
|
|
254
|
+
* @public
|
|
255
255
|
*/
|
|
256
256
|
BudgetName: string | undefined;
|
|
257
257
|
/**
|
|
258
|
-
* @public
|
|
259
258
|
* <p> The type of a notification. It must be ACTUAL or FORECASTED.</p>
|
|
259
|
+
* @public
|
|
260
260
|
*/
|
|
261
261
|
NotificationType: NotificationType | undefined;
|
|
262
262
|
/**
|
|
263
|
-
* @public
|
|
264
263
|
* <p>The type of action. This defines the type of tasks that can be carried out by this action.
|
|
265
264
|
* This field also determines the format for definition. </p>
|
|
265
|
+
* @public
|
|
266
266
|
*/
|
|
267
267
|
ActionType: ActionType | undefined;
|
|
268
268
|
/**
|
|
269
|
-
* @public
|
|
270
269
|
* <p>The trigger threshold of the action. </p>
|
|
270
|
+
* @public
|
|
271
271
|
*/
|
|
272
272
|
ActionThreshold: ActionThreshold | undefined;
|
|
273
273
|
/**
|
|
274
|
-
* @public
|
|
275
274
|
* <p>Where you specify all of the type-specific parameters. </p>
|
|
275
|
+
* @public
|
|
276
276
|
*/
|
|
277
277
|
Definition: Definition | undefined;
|
|
278
278
|
/**
|
|
279
|
-
* @public
|
|
280
279
|
* <p>The role passed for action execution and reversion. Roles and actions must be in the same
|
|
281
280
|
* account. </p>
|
|
281
|
+
* @public
|
|
282
282
|
*/
|
|
283
283
|
ExecutionRoleArn: string | undefined;
|
|
284
284
|
/**
|
|
285
|
-
* @public
|
|
286
285
|
* <p>This specifies if the action needs manual or automatic approval. </p>
|
|
286
|
+
* @public
|
|
287
287
|
*/
|
|
288
288
|
ApprovalModel: ApprovalModel | undefined;
|
|
289
289
|
/**
|
|
290
|
-
* @public
|
|
291
290
|
* <p>The status of the action. </p>
|
|
291
|
+
* @public
|
|
292
292
|
*/
|
|
293
293
|
Status: ActionStatus | undefined;
|
|
294
294
|
/**
|
|
295
|
-
* @public
|
|
296
295
|
* <p> A list of subscribers.</p>
|
|
296
|
+
* @public
|
|
297
297
|
*/
|
|
298
298
|
Subscribers: Subscriber[] | undefined;
|
|
299
299
|
}
|
|
300
300
|
/**
|
|
301
|
-
* @public
|
|
302
301
|
* <p>The description of the details for the event. </p>
|
|
302
|
+
* @public
|
|
303
303
|
*/
|
|
304
304
|
export interface ActionHistoryDetails {
|
|
305
305
|
/**
|
|
306
|
-
* @public
|
|
307
306
|
* <p> A generic string.</p>
|
|
307
|
+
* @public
|
|
308
308
|
*/
|
|
309
309
|
Message: string | undefined;
|
|
310
310
|
/**
|
|
311
|
-
* @public
|
|
312
311
|
* <p>The budget action resource. </p>
|
|
312
|
+
* @public
|
|
313
313
|
*/
|
|
314
314
|
Action: Action | undefined;
|
|
315
315
|
}
|
|
@@ -329,29 +329,29 @@ export declare const EventType: {
|
|
|
329
329
|
*/
|
|
330
330
|
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
331
331
|
/**
|
|
332
|
-
* @public
|
|
333
332
|
* <p>The historical records for a budget action. </p>
|
|
333
|
+
* @public
|
|
334
334
|
*/
|
|
335
335
|
export interface ActionHistory {
|
|
336
336
|
/**
|
|
337
|
-
* @public
|
|
338
337
|
* <p> A generic time stamp. In Java, it's transformed to a <code>Date</code> object.</p>
|
|
338
|
+
* @public
|
|
339
339
|
*/
|
|
340
340
|
Timestamp: Date | undefined;
|
|
341
341
|
/**
|
|
342
|
-
* @public
|
|
343
342
|
* <p>The status of action at the time of the event. </p>
|
|
343
|
+
* @public
|
|
344
344
|
*/
|
|
345
345
|
Status: ActionStatus | undefined;
|
|
346
346
|
/**
|
|
347
|
-
* @public
|
|
348
347
|
* <p>This distinguishes between whether the events are triggered by the user or are generated by
|
|
349
348
|
* the system. </p>
|
|
349
|
+
* @public
|
|
350
350
|
*/
|
|
351
351
|
EventType: EventType | undefined;
|
|
352
352
|
/**
|
|
353
|
-
* @public
|
|
354
353
|
* <p>The description of the details for the event. </p>
|
|
354
|
+
* @public
|
|
355
355
|
*/
|
|
356
356
|
ActionHistoryDetails: ActionHistoryDetails | undefined;
|
|
357
357
|
}
|
|
@@ -368,12 +368,11 @@ export declare const AutoAdjustType: {
|
|
|
368
368
|
*/
|
|
369
369
|
export type AutoAdjustType = (typeof AutoAdjustType)[keyof typeof AutoAdjustType];
|
|
370
370
|
/**
|
|
371
|
-
* @public
|
|
372
371
|
* <p>The parameters that define or describe the historical data that your auto-adjusting budget is based on.</p>
|
|
372
|
+
* @public
|
|
373
373
|
*/
|
|
374
374
|
export interface HistoricalOptions {
|
|
375
375
|
/**
|
|
376
|
-
* @public
|
|
377
376
|
* <p>The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount. The maximum value depends on the <code>TimeUnit</code> granularity of the budget:</p>
|
|
378
377
|
* <ul>
|
|
379
378
|
* <li>
|
|
@@ -389,39 +388,39 @@ export interface HistoricalOptions {
|
|
|
389
388
|
* <p>For the <code>ANNUALLY</code> granularity, the maximum value is <code>1</code>.</p>
|
|
390
389
|
* </li>
|
|
391
390
|
* </ul>
|
|
391
|
+
* @public
|
|
392
392
|
*/
|
|
393
393
|
BudgetAdjustmentPeriod: number | undefined;
|
|
394
394
|
/**
|
|
395
|
-
* @public
|
|
396
395
|
* <p>The integer that describes how many budget periods in your <code>BudgetAdjustmentPeriod</code> are included in the calculation of your current <code>BudgetLimit</code>. If the first budget period in your <code>BudgetAdjustmentPeriod</code> has no cost data, then that budget period isn’t included in the average that determines your budget limit. </p>
|
|
397
396
|
* <p>For example, if you set <code>BudgetAdjustmentPeriod</code> as <code>4</code> quarters, but your account had no cost data in the first quarter, then only the last three quarters are included in the calculation. In this scenario, <code>LookBackAvailablePeriods</code> returns <code>3</code>. </p>
|
|
398
397
|
* <p>You can’t set your own <code>LookBackAvailablePeriods</code>. The value is automatically calculated from the <code>BudgetAdjustmentPeriod</code> and your historical cost data.</p>
|
|
398
|
+
* @public
|
|
399
399
|
*/
|
|
400
400
|
LookBackAvailablePeriods?: number;
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
|
-
* @public
|
|
404
403
|
* <p>The parameters that determine the budget amount for an auto-adjusting budget.</p>
|
|
404
|
+
* @public
|
|
405
405
|
*/
|
|
406
406
|
export interface AutoAdjustData {
|
|
407
407
|
/**
|
|
408
|
-
* @public
|
|
409
408
|
* <p>The string that defines whether your budget auto-adjusts based on historical or forecasted data.</p>
|
|
409
|
+
* @public
|
|
410
410
|
*/
|
|
411
411
|
AutoAdjustType: AutoAdjustType | undefined;
|
|
412
412
|
/**
|
|
413
|
-
* @public
|
|
414
413
|
* <p>The parameters that define or describe the historical data that your auto-adjusting budget is based on.</p>
|
|
414
|
+
* @public
|
|
415
415
|
*/
|
|
416
416
|
HistoricalOptions?: HistoricalOptions;
|
|
417
417
|
/**
|
|
418
|
-
* @public
|
|
419
418
|
* <p>The last time that your budget was auto-adjusted.</p>
|
|
419
|
+
* @public
|
|
420
420
|
*/
|
|
421
421
|
LastAutoAdjustTime?: Date;
|
|
422
422
|
}
|
|
423
423
|
/**
|
|
424
|
-
* @public
|
|
425
424
|
* <p>The amount of cost or usage that's measured for a budget.</p>
|
|
426
425
|
* <p>
|
|
427
426
|
* <i>Cost example:</i> A <code>Spend</code> for <code>3 USD</code> of
|
|
@@ -449,18 +448,19 @@ export interface AutoAdjustData {
|
|
|
449
448
|
* </p>
|
|
450
449
|
* </li>
|
|
451
450
|
* </ul>
|
|
451
|
+
* @public
|
|
452
452
|
*/
|
|
453
453
|
export interface Spend {
|
|
454
454
|
/**
|
|
455
|
-
* @public
|
|
456
455
|
* <p>The cost or usage amount that's associated with a budget forecast, actual spend, or budget
|
|
457
456
|
* threshold.</p>
|
|
457
|
+
* @public
|
|
458
458
|
*/
|
|
459
459
|
Amount: string | undefined;
|
|
460
460
|
/**
|
|
461
|
-
* @public
|
|
462
461
|
* <p>The unit of measurement that's used for the budget forecast, actual spend, or budget
|
|
463
462
|
* threshold.</p>
|
|
463
|
+
* @public
|
|
464
464
|
*/
|
|
465
465
|
Unit: string | undefined;
|
|
466
466
|
}
|
|
@@ -481,7 +481,6 @@ export declare const BudgetType: {
|
|
|
481
481
|
*/
|
|
482
482
|
export type BudgetType = (typeof BudgetType)[keyof typeof BudgetType];
|
|
483
483
|
/**
|
|
484
|
-
* @public
|
|
485
484
|
* <p>The spend objects that are associated with this budget. The <code>actualSpend</code> tracks
|
|
486
485
|
* how much you've used, cost, usage, RI units, or Savings Plans units and the
|
|
487
486
|
* <code>forecastedSpend</code> tracks how much that you're predicted to spend based on
|
|
@@ -489,114 +488,115 @@ export type BudgetType = (typeof BudgetType)[keyof typeof BudgetType];
|
|
|
489
488
|
* <p>For example, if it's the 20th of the month and you have spent <code>50</code> dollars on
|
|
490
489
|
* Amazon EC2, your <code>actualSpend</code> is <code>50 USD</code>, and your
|
|
491
490
|
* <code>forecastedSpend</code> is <code>75 USD</code>.</p>
|
|
491
|
+
* @public
|
|
492
492
|
*/
|
|
493
493
|
export interface CalculatedSpend {
|
|
494
494
|
/**
|
|
495
|
-
* @public
|
|
496
495
|
* <p>The amount of cost, usage, RI units, or Savings Plans units that you used.</p>
|
|
496
|
+
* @public
|
|
497
497
|
*/
|
|
498
498
|
ActualSpend: Spend | undefined;
|
|
499
499
|
/**
|
|
500
|
-
* @public
|
|
501
500
|
* <p>The amount of cost, usage, RI units, or Savings Plans units that you're forecasted to
|
|
502
501
|
* use.</p>
|
|
502
|
+
* @public
|
|
503
503
|
*/
|
|
504
504
|
ForecastedSpend?: Spend;
|
|
505
505
|
}
|
|
506
506
|
/**
|
|
507
|
-
* @public
|
|
508
507
|
* <p>The types of cost that are included in a <code>COST</code> budget, such as tax and subscriptions.</p>
|
|
509
508
|
* <p>
|
|
510
509
|
* <code>USAGE</code>, <code>RI_UTILIZATION</code>, <code>RI_COVERAGE</code>,
|
|
511
510
|
* <code>SAVINGS_PLANS_UTILIZATION</code>, and <code>SAVINGS_PLANS_COVERAGE</code>
|
|
512
511
|
* budgets don't have <code>CostTypes</code>.</p>
|
|
512
|
+
* @public
|
|
513
513
|
*/
|
|
514
514
|
export interface CostTypes {
|
|
515
515
|
/**
|
|
516
|
-
* @public
|
|
517
516
|
* <p>Specifies whether a budget includes taxes.</p>
|
|
518
517
|
* <p>The default value is <code>true</code>.</p>
|
|
518
|
+
* @public
|
|
519
519
|
*/
|
|
520
520
|
IncludeTax?: boolean;
|
|
521
521
|
/**
|
|
522
|
-
* @public
|
|
523
522
|
* <p>Specifies whether a budget includes subscriptions.</p>
|
|
524
523
|
* <p>The default value is <code>true</code>.</p>
|
|
524
|
+
* @public
|
|
525
525
|
*/
|
|
526
526
|
IncludeSubscription?: boolean;
|
|
527
527
|
/**
|
|
528
|
-
* @public
|
|
529
528
|
* <p>Specifies whether a budget uses a blended rate.</p>
|
|
530
529
|
* <p>The default value is <code>false</code>.</p>
|
|
530
|
+
* @public
|
|
531
531
|
*/
|
|
532
532
|
UseBlended?: boolean;
|
|
533
533
|
/**
|
|
534
|
-
* @public
|
|
535
534
|
* <p>Specifies whether a budget includes refunds.</p>
|
|
536
535
|
* <p>The default value is <code>true</code>.</p>
|
|
536
|
+
* @public
|
|
537
537
|
*/
|
|
538
538
|
IncludeRefund?: boolean;
|
|
539
539
|
/**
|
|
540
|
-
* @public
|
|
541
540
|
* <p>Specifies whether a budget includes credits.</p>
|
|
542
541
|
* <p>The default value is <code>true</code>.</p>
|
|
542
|
+
* @public
|
|
543
543
|
*/
|
|
544
544
|
IncludeCredit?: boolean;
|
|
545
545
|
/**
|
|
546
|
-
* @public
|
|
547
546
|
* <p>Specifies whether a budget includes upfront RI costs.</p>
|
|
548
547
|
* <p>The default value is <code>true</code>.</p>
|
|
548
|
+
* @public
|
|
549
549
|
*/
|
|
550
550
|
IncludeUpfront?: boolean;
|
|
551
551
|
/**
|
|
552
|
-
* @public
|
|
553
552
|
* <p>Specifies whether a budget includes recurring fees such as monthly RI fees.</p>
|
|
554
553
|
* <p>The default value is <code>true</code>.</p>
|
|
554
|
+
* @public
|
|
555
555
|
*/
|
|
556
556
|
IncludeRecurring?: boolean;
|
|
557
557
|
/**
|
|
558
|
-
* @public
|
|
559
558
|
* <p>Specifies whether a budget includes non-RI subscription costs.</p>
|
|
560
559
|
* <p>The default value is <code>true</code>.</p>
|
|
560
|
+
* @public
|
|
561
561
|
*/
|
|
562
562
|
IncludeOtherSubscription?: boolean;
|
|
563
563
|
/**
|
|
564
|
-
* @public
|
|
565
564
|
* <p>Specifies whether a budget includes support subscription fees.</p>
|
|
566
565
|
* <p>The default value is <code>true</code>.</p>
|
|
566
|
+
* @public
|
|
567
567
|
*/
|
|
568
568
|
IncludeSupport?: boolean;
|
|
569
569
|
/**
|
|
570
|
-
* @public
|
|
571
570
|
* <p>Specifies whether a budget includes discounts.</p>
|
|
572
571
|
* <p>The default value is <code>true</code>.</p>
|
|
572
|
+
* @public
|
|
573
573
|
*/
|
|
574
574
|
IncludeDiscount?: boolean;
|
|
575
575
|
/**
|
|
576
|
-
* @public
|
|
577
576
|
* <p>Specifies whether a budget uses the amortized rate.</p>
|
|
578
577
|
* <p>The default value is <code>false</code>.</p>
|
|
578
|
+
* @public
|
|
579
579
|
*/
|
|
580
580
|
UseAmortized?: boolean;
|
|
581
581
|
}
|
|
582
582
|
/**
|
|
583
|
-
* @public
|
|
584
583
|
* <p>The period of time that's covered by a budget. The period has a start date and an end date.
|
|
585
584
|
* The start date must come before the end date. There are no restrictions on the end date. </p>
|
|
585
|
+
* @public
|
|
586
586
|
*/
|
|
587
587
|
export interface TimePeriod {
|
|
588
588
|
/**
|
|
589
|
-
* @public
|
|
590
589
|
* <p>The start date for a budget. If you created your budget and didn't specify a start date, Amazon Web Services defaults to the start of your chosen time period (DAILY, MONTHLY, QUARTERLY, or ANNUALLY). For example, if you created your budget on January 24, 2018, chose <code>DAILY</code>, and didn't set a start date, Amazon Web Services set your start date to <code>01/24/18 00:00 UTC</code>. If you chose <code>MONTHLY</code>, Amazon Web Services set your start date to <code>01/01/18 00:00 UTC</code>. The defaults are the same for the Billing and Cost Management console and the API.</p>
|
|
591
590
|
* <p>You can change your start date with the <code>UpdateBudget</code> operation.</p>
|
|
591
|
+
* @public
|
|
592
592
|
*/
|
|
593
593
|
Start?: Date;
|
|
594
594
|
/**
|
|
595
|
-
* @public
|
|
596
595
|
* <p>The end date for a budget. If you didn't specify an end date, Amazon Web Services set your end date to <code>06/15/87 00:00 UTC</code>. The defaults are the same for the Billing and Cost Management console and the API.</p>
|
|
597
596
|
* <p>After the end date, Amazon Web Services deletes the budget and all the associated
|
|
598
597
|
* notifications and subscribers. You can change your end date with the
|
|
599
598
|
* <code>UpdateBudget</code> operation.</p>
|
|
599
|
+
* @public
|
|
600
600
|
*/
|
|
601
601
|
End?: Date;
|
|
602
602
|
}
|
|
@@ -615,23 +615,22 @@ export declare const TimeUnit: {
|
|
|
615
615
|
*/
|
|
616
616
|
export type TimeUnit = (typeof TimeUnit)[keyof typeof TimeUnit];
|
|
617
617
|
/**
|
|
618
|
-
* @public
|
|
619
618
|
* <p>Represents the output of the <code>CreateBudget</code> operation. The content consists of the detailed metadata and data file information, and the current status of the <code>budget</code> object.</p>
|
|
620
619
|
* <p>This is the Amazon Resource Name (ARN) pattern for a budget: </p>
|
|
621
620
|
* <p>
|
|
622
621
|
* <code>arn:aws:budgets::AccountId:budget/budgetName</code>
|
|
623
622
|
* </p>
|
|
623
|
+
* @public
|
|
624
624
|
*/
|
|
625
625
|
export interface Budget {
|
|
626
626
|
/**
|
|
627
|
-
* @public
|
|
628
627
|
* <p>The name of a budget. The name must be unique within an account. The <code>:</code> and
|
|
629
628
|
* <code>\</code> characters, and the "/action/" substring, aren't allowed in
|
|
630
629
|
* <code>BudgetName</code>.</p>
|
|
630
|
+
* @public
|
|
631
631
|
*/
|
|
632
632
|
BudgetName: string | undefined;
|
|
633
633
|
/**
|
|
634
|
-
* @public
|
|
635
634
|
* <p>The total amount of cost, usage, RI utilization, RI coverage, Savings Plans utilization, or
|
|
636
635
|
* Savings Plans coverage that you want to track with your budget.</p>
|
|
637
636
|
* <p>
|
|
@@ -641,10 +640,10 @@ export interface Budget {
|
|
|
641
640
|
* Savings Plans utilization or coverage budgets. You can't use <code>BudgetLimit</code>
|
|
642
641
|
* with <code>PlannedBudgetLimits</code> for <code>CreateBudget</code> and
|
|
643
642
|
* <code>UpdateBudget</code> actions. </p>
|
|
643
|
+
* @public
|
|
644
644
|
*/
|
|
645
645
|
BudgetLimit?: Spend;
|
|
646
646
|
/**
|
|
647
|
-
* @public
|
|
648
647
|
* <p>A map containing multiple <code>BudgetLimit</code>, including current or future limits.</p>
|
|
649
648
|
* <p>
|
|
650
649
|
* <code>PlannedBudgetLimits</code> is available for cost or usage budget and supports both
|
|
@@ -667,10 +666,10 @@ export interface Budget {
|
|
|
667
666
|
* that are created without <code>PlannedBudgetLimits</code> only contain
|
|
668
667
|
* <code>BudgetLimit</code>. They don't contain
|
|
669
668
|
* <code>PlannedBudgetLimits</code>.</p>
|
|
669
|
+
* @public
|
|
670
670
|
*/
|
|
671
671
|
PlannedBudgetLimits?: Record<string, Spend>;
|
|
672
672
|
/**
|
|
673
|
-
* @public
|
|
674
673
|
* <p>The cost filters, such as <code>Region</code>, <code>Service</code>, <code>member account</code>, <code>Tag</code>, or <code>Cost Category</code>, that are applied to a budget.</p>
|
|
675
674
|
* <p>Amazon Web Services Budgets supports the following services as a <code>Service</code> filter for RI budgets:</p>
|
|
676
675
|
* <ul>
|
|
@@ -690,22 +689,22 @@ export interface Budget {
|
|
|
690
689
|
* <p>Amazon OpenSearch Service</p>
|
|
691
690
|
* </li>
|
|
692
691
|
* </ul>
|
|
692
|
+
* @public
|
|
693
693
|
*/
|
|
694
694
|
CostFilters?: Record<string, string[]>;
|
|
695
695
|
/**
|
|
696
|
-
* @public
|
|
697
696
|
* <p>The types of costs that are included in this <code>COST</code> budget.</p>
|
|
698
697
|
* <p>
|
|
699
698
|
* <code>USAGE</code>, <code>RI_UTILIZATION</code>, <code>RI_COVERAGE</code>, <code>SAVINGS_PLANS_UTILIZATION</code>, and <code>SAVINGS_PLANS_COVERAGE</code> budgets do not have <code>CostTypes</code>.</p>
|
|
699
|
+
* @public
|
|
700
700
|
*/
|
|
701
701
|
CostTypes?: CostTypes;
|
|
702
702
|
/**
|
|
703
|
-
* @public
|
|
704
703
|
* <p>The length of time until a budget resets the actual and forecasted spend.</p>
|
|
704
|
+
* @public
|
|
705
705
|
*/
|
|
706
706
|
TimeUnit: TimeUnit | undefined;
|
|
707
707
|
/**
|
|
708
|
-
* @public
|
|
709
708
|
* <p>The period of time that's covered by a budget. You setthe start date and end date. The start
|
|
710
709
|
* date must come before the end date. The end date must come before <code>06/15/87 00:00
|
|
711
710
|
* UTC</code>. </p>
|
|
@@ -719,27 +718,28 @@ export interface Budget {
|
|
|
719
718
|
* <p>You can change either date with the <code>UpdateBudget</code> operation.</p>
|
|
720
719
|
* <p>After the end date, Amazon Web Services deletes the budget and all the associated
|
|
721
720
|
* notifications and subscribers.</p>
|
|
721
|
+
* @public
|
|
722
722
|
*/
|
|
723
723
|
TimePeriod?: TimePeriod;
|
|
724
724
|
/**
|
|
725
|
-
* @public
|
|
726
725
|
* <p>The actual and forecasted cost or usage that the budget tracks.</p>
|
|
726
|
+
* @public
|
|
727
727
|
*/
|
|
728
728
|
CalculatedSpend?: CalculatedSpend;
|
|
729
729
|
/**
|
|
730
|
-
* @public
|
|
731
730
|
* <p>Specifies whether this budget tracks costs, usage, RI utilization, RI coverage, Savings
|
|
732
731
|
* Plans utilization, or Savings Plans coverage.</p>
|
|
732
|
+
* @public
|
|
733
733
|
*/
|
|
734
734
|
BudgetType: BudgetType | undefined;
|
|
735
735
|
/**
|
|
736
|
-
* @public
|
|
737
736
|
* <p>The last time that you updated this budget.</p>
|
|
737
|
+
* @public
|
|
738
738
|
*/
|
|
739
739
|
LastUpdatedTime?: Date;
|
|
740
740
|
/**
|
|
741
|
-
* @public
|
|
742
741
|
* <p>The parameters that determine the budget amount for an auto-adjusting budget.</p>
|
|
742
|
+
* @public
|
|
743
743
|
*/
|
|
744
744
|
AutoAdjustData?: AutoAdjustData;
|
|
745
745
|
}
|
|
@@ -769,7 +769,6 @@ export declare const NotificationState: {
|
|
|
769
769
|
*/
|
|
770
770
|
export type NotificationState = (typeof NotificationState)[keyof typeof NotificationState];
|
|
771
771
|
/**
|
|
772
|
-
* @public
|
|
773
772
|
* <p>A notification that's associated with a budget. A budget can have up to ten notifications. </p>
|
|
774
773
|
* <p>Each notification must have at least one subscriber. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.</p>
|
|
775
774
|
* <p>For example, if you have a budget for 200 dollars and you want to be notified when you go over 160 dollars, create a notification with the following parameters:</p>
|
|
@@ -791,91 +790,92 @@ export type NotificationState = (typeof NotificationState)[keyof typeof Notifica
|
|
|
791
790
|
* </p>
|
|
792
791
|
* </li>
|
|
793
792
|
* </ul>
|
|
793
|
+
* @public
|
|
794
794
|
*/
|
|
795
795
|
export interface Notification {
|
|
796
796
|
/**
|
|
797
|
-
* @public
|
|
798
797
|
* <p>Specifies whether the notification is for how much you have spent (<code>ACTUAL</code>) or
|
|
799
798
|
* for how much that you're forecasted to spend (<code>FORECASTED</code>).</p>
|
|
799
|
+
* @public
|
|
800
800
|
*/
|
|
801
801
|
NotificationType: NotificationType | undefined;
|
|
802
802
|
/**
|
|
803
|
-
* @public
|
|
804
803
|
* <p>The comparison that's used for this notification.</p>
|
|
804
|
+
* @public
|
|
805
805
|
*/
|
|
806
806
|
ComparisonOperator: ComparisonOperator | undefined;
|
|
807
807
|
/**
|
|
808
|
-
* @public
|
|
809
808
|
* <p>The threshold that's associated with a notification. Thresholds are always a percentage, and
|
|
810
809
|
* many customers find value being alerted between 50% - 200% of the budgeted amount. The
|
|
811
810
|
* maximum limit for your threshold is 1,000,000% above the budgeted amount.</p>
|
|
811
|
+
* @public
|
|
812
812
|
*/
|
|
813
813
|
Threshold: number | undefined;
|
|
814
814
|
/**
|
|
815
|
-
* @public
|
|
816
815
|
* <p>The type of threshold for a notification. For <code>ABSOLUTE_VALUE</code> thresholds, Amazon Web Services notifies you when you go over or are forecasted to go over your total cost threshold. For <code>PERCENTAGE</code> thresholds, Amazon Web Services notifies you when you go over or are forecasted to go over a certain percentage of your forecasted spend. For example, if you have a budget for 200 dollars and you have a <code>PERCENTAGE</code> threshold of 80%, Amazon Web Services notifies you when you go over 160 dollars.</p>
|
|
816
|
+
* @public
|
|
817
817
|
*/
|
|
818
818
|
ThresholdType?: ThresholdType;
|
|
819
819
|
/**
|
|
820
|
-
* @public
|
|
821
820
|
* <p>Specifies whether this notification is in alarm. If a budget notification is in the
|
|
822
821
|
* <code>ALARM</code> state, you passed the set threshold for the budget.</p>
|
|
822
|
+
* @public
|
|
823
823
|
*/
|
|
824
824
|
NotificationState?: NotificationState;
|
|
825
825
|
}
|
|
826
826
|
/**
|
|
827
|
-
* @public
|
|
828
827
|
* <p>A notification with subscribers. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.</p>
|
|
828
|
+
* @public
|
|
829
829
|
*/
|
|
830
830
|
export interface NotificationWithSubscribers {
|
|
831
831
|
/**
|
|
832
|
-
* @public
|
|
833
832
|
* <p>The notification that's associated with a budget.</p>
|
|
833
|
+
* @public
|
|
834
834
|
*/
|
|
835
835
|
Notification: Notification | undefined;
|
|
836
836
|
/**
|
|
837
|
-
* @public
|
|
838
837
|
* <p>A list of subscribers who are subscribed to this notification.</p>
|
|
838
|
+
* @public
|
|
839
839
|
*/
|
|
840
840
|
Subscribers: Subscriber[] | undefined;
|
|
841
841
|
}
|
|
842
842
|
/**
|
|
843
|
-
* @public
|
|
844
843
|
* <p> Request of CreateBudget </p>
|
|
844
|
+
* @public
|
|
845
845
|
*/
|
|
846
846
|
export interface CreateBudgetRequest {
|
|
847
847
|
/**
|
|
848
|
-
* @public
|
|
849
848
|
* <p>The <code>accountId</code> that is associated with the budget.</p>
|
|
849
|
+
* @public
|
|
850
850
|
*/
|
|
851
851
|
AccountId: string | undefined;
|
|
852
852
|
/**
|
|
853
|
-
* @public
|
|
854
853
|
* <p>The budget object that you want to create.</p>
|
|
854
|
+
* @public
|
|
855
855
|
*/
|
|
856
856
|
Budget: Budget | undefined;
|
|
857
857
|
/**
|
|
858
|
-
* @public
|
|
859
858
|
* <p>A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your <code>CreateBudget</code> call, Amazon Web Services creates the notifications and subscribers for you.</p>
|
|
859
|
+
* @public
|
|
860
860
|
*/
|
|
861
861
|
NotificationsWithSubscribers?: NotificationWithSubscribers[];
|
|
862
862
|
}
|
|
863
863
|
/**
|
|
864
|
-
* @public
|
|
865
864
|
* <p> Response of CreateBudget </p>
|
|
865
|
+
* @public
|
|
866
866
|
*/
|
|
867
867
|
export interface CreateBudgetResponse {
|
|
868
868
|
}
|
|
869
869
|
/**
|
|
870
|
-
* @public
|
|
871
870
|
* <p>You've exceeded the notification or subscriber limit.</p>
|
|
871
|
+
* @public
|
|
872
872
|
*/
|
|
873
873
|
export declare class CreationLimitExceededException extends __BaseException {
|
|
874
874
|
readonly name: "CreationLimitExceededException";
|
|
875
875
|
readonly $fault: "client";
|
|
876
876
|
/**
|
|
877
|
-
* @public
|
|
878
877
|
* <p>The error message the exception carries.</p>
|
|
878
|
+
* @public
|
|
879
879
|
*/
|
|
880
880
|
Message?: string;
|
|
881
881
|
/**
|
|
@@ -884,15 +884,15 @@ export declare class CreationLimitExceededException extends __BaseException {
|
|
|
884
884
|
constructor(opts: __ExceptionOptionType<CreationLimitExceededException, __BaseException>);
|
|
885
885
|
}
|
|
886
886
|
/**
|
|
887
|
-
* @public
|
|
888
887
|
* <p>The budget name already exists. Budget names must be unique within an account.</p>
|
|
888
|
+
* @public
|
|
889
889
|
*/
|
|
890
890
|
export declare class DuplicateRecordException extends __BaseException {
|
|
891
891
|
readonly name: "DuplicateRecordException";
|
|
892
892
|
readonly $fault: "client";
|
|
893
893
|
/**
|
|
894
|
-
* @public
|
|
895
894
|
* <p>The error message the exception carries.</p>
|
|
895
|
+
* @public
|
|
896
896
|
*/
|
|
897
897
|
Message?: string;
|
|
898
898
|
/**
|
|
@@ -901,15 +901,15 @@ export declare class DuplicateRecordException extends __BaseException {
|
|
|
901
901
|
constructor(opts: __ExceptionOptionType<DuplicateRecordException, __BaseException>);
|
|
902
902
|
}
|
|
903
903
|
/**
|
|
904
|
-
* @public
|
|
905
904
|
* <p>An error on the server occurred during the processing of your request. Try again later.</p>
|
|
905
|
+
* @public
|
|
906
906
|
*/
|
|
907
907
|
export declare class InternalErrorException extends __BaseException {
|
|
908
908
|
readonly name: "InternalErrorException";
|
|
909
909
|
readonly $fault: "server";
|
|
910
910
|
/**
|
|
911
|
-
* @public
|
|
912
911
|
* <p>The error message the exception carries.</p>
|
|
912
|
+
* @public
|
|
913
913
|
*/
|
|
914
914
|
Message?: string;
|
|
915
915
|
/**
|
|
@@ -918,15 +918,15 @@ export declare class InternalErrorException extends __BaseException {
|
|
|
918
918
|
constructor(opts: __ExceptionOptionType<InternalErrorException, __BaseException>);
|
|
919
919
|
}
|
|
920
920
|
/**
|
|
921
|
-
* @public
|
|
922
921
|
* <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
|
|
922
|
+
* @public
|
|
923
923
|
*/
|
|
924
924
|
export declare class InvalidParameterException extends __BaseException {
|
|
925
925
|
readonly name: "InvalidParameterException";
|
|
926
926
|
readonly $fault: "client";
|
|
927
927
|
/**
|
|
928
|
-
* @public
|
|
929
928
|
* <p>The error message the exception carries.</p>
|
|
929
|
+
* @public
|
|
930
930
|
*/
|
|
931
931
|
Message?: string;
|
|
932
932
|
/**
|
|
@@ -935,16 +935,16 @@ export declare class InvalidParameterException extends __BaseException {
|
|
|
935
935
|
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
936
936
|
}
|
|
937
937
|
/**
|
|
938
|
-
* @public
|
|
939
938
|
* <p>The number of API requests has exceeded the maximum allowed API request throttling limit
|
|
940
939
|
* for the account.</p>
|
|
940
|
+
* @public
|
|
941
941
|
*/
|
|
942
942
|
export declare class ThrottlingException extends __BaseException {
|
|
943
943
|
readonly name: "ThrottlingException";
|
|
944
944
|
readonly $fault: "client";
|
|
945
945
|
/**
|
|
946
|
-
* @public
|
|
947
946
|
* <p>The error message the exception carries.</p>
|
|
947
|
+
* @public
|
|
948
948
|
*/
|
|
949
949
|
Message?: string;
|
|
950
950
|
/**
|
|
@@ -957,55 +957,55 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
957
957
|
*/
|
|
958
958
|
export interface CreateBudgetActionRequest {
|
|
959
959
|
/**
|
|
960
|
-
* @public
|
|
961
960
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
961
|
+
* @public
|
|
962
962
|
*/
|
|
963
963
|
AccountId: string | undefined;
|
|
964
964
|
/**
|
|
965
|
-
* @public
|
|
966
965
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
967
966
|
* substring, aren't allowed.</p>
|
|
967
|
+
* @public
|
|
968
968
|
*/
|
|
969
969
|
BudgetName: string | undefined;
|
|
970
970
|
/**
|
|
971
|
-
* @public
|
|
972
971
|
* <p> The type of a notification. It must be ACTUAL or FORECASTED.</p>
|
|
972
|
+
* @public
|
|
973
973
|
*/
|
|
974
974
|
NotificationType: NotificationType | undefined;
|
|
975
975
|
/**
|
|
976
|
-
* @public
|
|
977
976
|
* <p>
|
|
978
977
|
* The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition.
|
|
979
978
|
* </p>
|
|
979
|
+
* @public
|
|
980
980
|
*/
|
|
981
981
|
ActionType: ActionType | undefined;
|
|
982
982
|
/**
|
|
983
|
-
* @public
|
|
984
983
|
* <p>The trigger threshold of the action. </p>
|
|
984
|
+
* @public
|
|
985
985
|
*/
|
|
986
986
|
ActionThreshold: ActionThreshold | undefined;
|
|
987
987
|
/**
|
|
988
|
-
* @public
|
|
989
988
|
* <p>Specifies all of the type-specific parameters. </p>
|
|
989
|
+
* @public
|
|
990
990
|
*/
|
|
991
991
|
Definition: Definition | undefined;
|
|
992
992
|
/**
|
|
993
|
-
* @public
|
|
994
993
|
* <p>
|
|
995
994
|
* The role passed for action execution and reversion. Roles and actions must be in the same account.
|
|
996
995
|
* </p>
|
|
996
|
+
* @public
|
|
997
997
|
*/
|
|
998
998
|
ExecutionRoleArn: string | undefined;
|
|
999
999
|
/**
|
|
1000
|
-
* @public
|
|
1001
1000
|
* <p>
|
|
1002
1001
|
* This specifies if the action needs manual or automatic approval.
|
|
1003
1002
|
* </p>
|
|
1003
|
+
* @public
|
|
1004
1004
|
*/
|
|
1005
1005
|
ApprovalModel: ApprovalModel | undefined;
|
|
1006
1006
|
/**
|
|
1007
|
-
* @public
|
|
1008
1007
|
* <p> A list of subscribers.</p>
|
|
1008
|
+
* @public
|
|
1009
1009
|
*/
|
|
1010
1010
|
Subscribers: Subscriber[] | undefined;
|
|
1011
1011
|
}
|
|
@@ -1014,34 +1014,34 @@ export interface CreateBudgetActionRequest {
|
|
|
1014
1014
|
*/
|
|
1015
1015
|
export interface CreateBudgetActionResponse {
|
|
1016
1016
|
/**
|
|
1017
|
-
* @public
|
|
1018
1017
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1018
|
+
* @public
|
|
1019
1019
|
*/
|
|
1020
1020
|
AccountId: string | undefined;
|
|
1021
1021
|
/**
|
|
1022
|
-
* @public
|
|
1023
1022
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1024
1023
|
* substring, aren't allowed.</p>
|
|
1024
|
+
* @public
|
|
1025
1025
|
*/
|
|
1026
1026
|
BudgetName: string | undefined;
|
|
1027
1027
|
/**
|
|
1028
|
-
* @public
|
|
1029
1028
|
* <p>
|
|
1030
1029
|
* A system-generated universally unique identifier (UUID) for the action.
|
|
1031
1030
|
* </p>
|
|
1031
|
+
* @public
|
|
1032
1032
|
*/
|
|
1033
1033
|
ActionId: string | undefined;
|
|
1034
1034
|
}
|
|
1035
1035
|
/**
|
|
1036
|
-
* @public
|
|
1037
1036
|
* <p>We can’t locate the resource that you specified.</p>
|
|
1037
|
+
* @public
|
|
1038
1038
|
*/
|
|
1039
1039
|
export declare class NotFoundException extends __BaseException {
|
|
1040
1040
|
readonly name: "NotFoundException";
|
|
1041
1041
|
readonly $fault: "client";
|
|
1042
1042
|
/**
|
|
1043
|
-
* @public
|
|
1044
1043
|
* <p>The error message the exception carries.</p>
|
|
1044
|
+
* @public
|
|
1045
1045
|
*/
|
|
1046
1046
|
Message?: string;
|
|
1047
1047
|
/**
|
|
@@ -1050,88 +1050,88 @@ export declare class NotFoundException extends __BaseException {
|
|
|
1050
1050
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
1051
1051
|
}
|
|
1052
1052
|
/**
|
|
1053
|
-
* @public
|
|
1054
1053
|
* <p> Request of CreateNotification </p>
|
|
1054
|
+
* @public
|
|
1055
1055
|
*/
|
|
1056
1056
|
export interface CreateNotificationRequest {
|
|
1057
1057
|
/**
|
|
1058
|
-
* @public
|
|
1059
1058
|
* <p>The <code>accountId</code> that is associated with the budget that you want to create a notification for.</p>
|
|
1059
|
+
* @public
|
|
1060
1060
|
*/
|
|
1061
1061
|
AccountId: string | undefined;
|
|
1062
1062
|
/**
|
|
1063
|
-
* @public
|
|
1064
1063
|
* <p>The name of the budget that you want Amazon Web Services to notify you about. Budget names must be unique within an account.</p>
|
|
1064
|
+
* @public
|
|
1065
1065
|
*/
|
|
1066
1066
|
BudgetName: string | undefined;
|
|
1067
1067
|
/**
|
|
1068
|
-
* @public
|
|
1069
1068
|
* <p>The notification that you want to create.</p>
|
|
1069
|
+
* @public
|
|
1070
1070
|
*/
|
|
1071
1071
|
Notification: Notification | undefined;
|
|
1072
1072
|
/**
|
|
1073
|
-
* @public
|
|
1074
1073
|
* <p>A list of subscribers that you want to associate with the notification. Each notification can have one SNS subscriber and up to 10 email subscribers.</p>
|
|
1074
|
+
* @public
|
|
1075
1075
|
*/
|
|
1076
1076
|
Subscribers: Subscriber[] | undefined;
|
|
1077
1077
|
}
|
|
1078
1078
|
/**
|
|
1079
|
-
* @public
|
|
1080
1079
|
* <p> Response of CreateNotification </p>
|
|
1080
|
+
* @public
|
|
1081
1081
|
*/
|
|
1082
1082
|
export interface CreateNotificationResponse {
|
|
1083
1083
|
}
|
|
1084
1084
|
/**
|
|
1085
|
-
* @public
|
|
1086
1085
|
* <p> Request of CreateSubscriber </p>
|
|
1086
|
+
* @public
|
|
1087
1087
|
*/
|
|
1088
1088
|
export interface CreateSubscriberRequest {
|
|
1089
1089
|
/**
|
|
1090
|
-
* @public
|
|
1091
1090
|
* <p>The <code>accountId</code> that is associated with the budget that you want to create a subscriber for.</p>
|
|
1091
|
+
* @public
|
|
1092
1092
|
*/
|
|
1093
1093
|
AccountId: string | undefined;
|
|
1094
1094
|
/**
|
|
1095
|
-
* @public
|
|
1096
1095
|
* <p>The name of the budget that you want to subscribe to. Budget names must be unique within an account.</p>
|
|
1096
|
+
* @public
|
|
1097
1097
|
*/
|
|
1098
1098
|
BudgetName: string | undefined;
|
|
1099
1099
|
/**
|
|
1100
|
-
* @public
|
|
1101
1100
|
* <p>The notification that you want to create a subscriber for.</p>
|
|
1101
|
+
* @public
|
|
1102
1102
|
*/
|
|
1103
1103
|
Notification: Notification | undefined;
|
|
1104
1104
|
/**
|
|
1105
|
-
* @public
|
|
1106
1105
|
* <p>The subscriber that you want to associate with a budget notification.</p>
|
|
1106
|
+
* @public
|
|
1107
1107
|
*/
|
|
1108
1108
|
Subscriber: Subscriber | undefined;
|
|
1109
1109
|
}
|
|
1110
1110
|
/**
|
|
1111
|
-
* @public
|
|
1112
1111
|
* <p> Response of CreateSubscriber </p>
|
|
1112
|
+
* @public
|
|
1113
1113
|
*/
|
|
1114
1114
|
export interface CreateSubscriberResponse {
|
|
1115
1115
|
}
|
|
1116
1116
|
/**
|
|
1117
|
-
* @public
|
|
1118
1117
|
* <p> Request of DeleteBudget </p>
|
|
1118
|
+
* @public
|
|
1119
1119
|
*/
|
|
1120
1120
|
export interface DeleteBudgetRequest {
|
|
1121
1121
|
/**
|
|
1122
|
-
* @public
|
|
1123
1122
|
* <p>The <code>accountId</code> that is associated with the budget that you want to delete.</p>
|
|
1123
|
+
* @public
|
|
1124
1124
|
*/
|
|
1125
1125
|
AccountId: string | undefined;
|
|
1126
1126
|
/**
|
|
1127
|
-
* @public
|
|
1128
1127
|
* <p>The name of the budget that you want to delete.</p>
|
|
1128
|
+
* @public
|
|
1129
1129
|
*/
|
|
1130
1130
|
BudgetName: string | undefined;
|
|
1131
1131
|
}
|
|
1132
1132
|
/**
|
|
1133
|
-
* @public
|
|
1134
1133
|
* <p> Response of DeleteBudget </p>
|
|
1134
|
+
* @public
|
|
1135
1135
|
*/
|
|
1136
1136
|
export interface DeleteBudgetResponse {
|
|
1137
1137
|
}
|
|
@@ -1140,21 +1140,21 @@ export interface DeleteBudgetResponse {
|
|
|
1140
1140
|
*/
|
|
1141
1141
|
export interface DeleteBudgetActionRequest {
|
|
1142
1142
|
/**
|
|
1143
|
-
* @public
|
|
1144
1143
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1144
|
+
* @public
|
|
1145
1145
|
*/
|
|
1146
1146
|
AccountId: string | undefined;
|
|
1147
1147
|
/**
|
|
1148
|
-
* @public
|
|
1149
1148
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1150
1149
|
* substring, aren't allowed.</p>
|
|
1150
|
+
* @public
|
|
1151
1151
|
*/
|
|
1152
1152
|
BudgetName: string | undefined;
|
|
1153
1153
|
/**
|
|
1154
|
-
* @public
|
|
1155
1154
|
* <p>
|
|
1156
1155
|
* A system-generated universally unique identifier (UUID) for the action.
|
|
1157
1156
|
* </p>
|
|
1157
|
+
* @public
|
|
1158
1158
|
*/
|
|
1159
1159
|
ActionId: string | undefined;
|
|
1160
1160
|
}
|
|
@@ -1163,33 +1163,33 @@ export interface DeleteBudgetActionRequest {
|
|
|
1163
1163
|
*/
|
|
1164
1164
|
export interface DeleteBudgetActionResponse {
|
|
1165
1165
|
/**
|
|
1166
|
-
* @public
|
|
1167
1166
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1167
|
+
* @public
|
|
1168
1168
|
*/
|
|
1169
1169
|
AccountId: string | undefined;
|
|
1170
1170
|
/**
|
|
1171
|
-
* @public
|
|
1172
1171
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1173
1172
|
* substring, aren't allowed.</p>
|
|
1173
|
+
* @public
|
|
1174
1174
|
*/
|
|
1175
1175
|
BudgetName: string | undefined;
|
|
1176
1176
|
/**
|
|
1177
|
-
* @public
|
|
1178
1177
|
* <p>A budget action resource. </p>
|
|
1178
|
+
* @public
|
|
1179
1179
|
*/
|
|
1180
1180
|
Action: Action | undefined;
|
|
1181
1181
|
}
|
|
1182
1182
|
/**
|
|
1183
|
-
* @public
|
|
1184
1183
|
* <p> The request was received and recognized by the server, but the server rejected that
|
|
1185
1184
|
* particular method for the requested resource. </p>
|
|
1185
|
+
* @public
|
|
1186
1186
|
*/
|
|
1187
1187
|
export declare class ResourceLockedException extends __BaseException {
|
|
1188
1188
|
readonly name: "ResourceLockedException";
|
|
1189
1189
|
readonly $fault: "client";
|
|
1190
1190
|
/**
|
|
1191
|
-
* @public
|
|
1192
1191
|
* <p>The error message the exception carries.</p>
|
|
1192
|
+
* @public
|
|
1193
1193
|
*/
|
|
1194
1194
|
Message?: string;
|
|
1195
1195
|
/**
|
|
@@ -1198,88 +1198,88 @@ export declare class ResourceLockedException extends __BaseException {
|
|
|
1198
1198
|
constructor(opts: __ExceptionOptionType<ResourceLockedException, __BaseException>);
|
|
1199
1199
|
}
|
|
1200
1200
|
/**
|
|
1201
|
-
* @public
|
|
1202
1201
|
* <p> Request of DeleteNotification </p>
|
|
1202
|
+
* @public
|
|
1203
1203
|
*/
|
|
1204
1204
|
export interface DeleteNotificationRequest {
|
|
1205
1205
|
/**
|
|
1206
|
-
* @public
|
|
1207
1206
|
* <p>The <code>accountId</code> that is associated with the budget whose notification you want to delete.</p>
|
|
1207
|
+
* @public
|
|
1208
1208
|
*/
|
|
1209
1209
|
AccountId: string | undefined;
|
|
1210
1210
|
/**
|
|
1211
|
-
* @public
|
|
1212
1211
|
* <p>The name of the budget whose notification you want to delete.</p>
|
|
1212
|
+
* @public
|
|
1213
1213
|
*/
|
|
1214
1214
|
BudgetName: string | undefined;
|
|
1215
1215
|
/**
|
|
1216
|
-
* @public
|
|
1217
1216
|
* <p>The notification that you want to delete.</p>
|
|
1217
|
+
* @public
|
|
1218
1218
|
*/
|
|
1219
1219
|
Notification: Notification | undefined;
|
|
1220
1220
|
}
|
|
1221
1221
|
/**
|
|
1222
|
-
* @public
|
|
1223
1222
|
* <p> Response of DeleteNotification </p>
|
|
1223
|
+
* @public
|
|
1224
1224
|
*/
|
|
1225
1225
|
export interface DeleteNotificationResponse {
|
|
1226
1226
|
}
|
|
1227
1227
|
/**
|
|
1228
|
-
* @public
|
|
1229
1228
|
* <p> Request of DeleteSubscriber </p>
|
|
1229
|
+
* @public
|
|
1230
1230
|
*/
|
|
1231
1231
|
export interface DeleteSubscriberRequest {
|
|
1232
1232
|
/**
|
|
1233
|
-
* @public
|
|
1234
1233
|
* <p>The <code>accountId</code> that is associated with the budget whose subscriber you want to delete.</p>
|
|
1234
|
+
* @public
|
|
1235
1235
|
*/
|
|
1236
1236
|
AccountId: string | undefined;
|
|
1237
1237
|
/**
|
|
1238
|
-
* @public
|
|
1239
1238
|
* <p>The name of the budget whose subscriber you want to delete.</p>
|
|
1239
|
+
* @public
|
|
1240
1240
|
*/
|
|
1241
1241
|
BudgetName: string | undefined;
|
|
1242
1242
|
/**
|
|
1243
|
-
* @public
|
|
1244
1243
|
* <p>The notification whose subscriber you want to delete.</p>
|
|
1244
|
+
* @public
|
|
1245
1245
|
*/
|
|
1246
1246
|
Notification: Notification | undefined;
|
|
1247
1247
|
/**
|
|
1248
|
-
* @public
|
|
1249
1248
|
* <p>The subscriber that you want to delete.</p>
|
|
1249
|
+
* @public
|
|
1250
1250
|
*/
|
|
1251
1251
|
Subscriber: Subscriber | undefined;
|
|
1252
1252
|
}
|
|
1253
1253
|
/**
|
|
1254
|
-
* @public
|
|
1255
1254
|
* <p> Response of DeleteSubscriber </p>
|
|
1255
|
+
* @public
|
|
1256
1256
|
*/
|
|
1257
1257
|
export interface DeleteSubscriberResponse {
|
|
1258
1258
|
}
|
|
1259
1259
|
/**
|
|
1260
|
-
* @public
|
|
1261
1260
|
* <p> Request of DescribeBudget </p>
|
|
1261
|
+
* @public
|
|
1262
1262
|
*/
|
|
1263
1263
|
export interface DescribeBudgetRequest {
|
|
1264
1264
|
/**
|
|
1265
|
-
* @public
|
|
1266
1265
|
* <p>The <code>accountId</code> that is associated with the budget that you want a description of.</p>
|
|
1266
|
+
* @public
|
|
1267
1267
|
*/
|
|
1268
1268
|
AccountId: string | undefined;
|
|
1269
1269
|
/**
|
|
1270
|
-
* @public
|
|
1271
1270
|
* <p>The name of the budget that you want a description of.</p>
|
|
1271
|
+
* @public
|
|
1272
1272
|
*/
|
|
1273
1273
|
BudgetName: string | undefined;
|
|
1274
1274
|
}
|
|
1275
1275
|
/**
|
|
1276
|
-
* @public
|
|
1277
1276
|
* <p> Response of DescribeBudget </p>
|
|
1277
|
+
* @public
|
|
1278
1278
|
*/
|
|
1279
1279
|
export interface DescribeBudgetResponse {
|
|
1280
1280
|
/**
|
|
1281
|
-
* @public
|
|
1282
1281
|
* <p>The description of the budget.</p>
|
|
1282
|
+
* @public
|
|
1283
1283
|
*/
|
|
1284
1284
|
Budget?: Budget;
|
|
1285
1285
|
}
|
|
@@ -1288,21 +1288,21 @@ export interface DescribeBudgetResponse {
|
|
|
1288
1288
|
*/
|
|
1289
1289
|
export interface DescribeBudgetActionRequest {
|
|
1290
1290
|
/**
|
|
1291
|
-
* @public
|
|
1292
1291
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1292
|
+
* @public
|
|
1293
1293
|
*/
|
|
1294
1294
|
AccountId: string | undefined;
|
|
1295
1295
|
/**
|
|
1296
|
-
* @public
|
|
1297
1296
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1298
1297
|
* substring, aren't allowed.</p>
|
|
1298
|
+
* @public
|
|
1299
1299
|
*/
|
|
1300
1300
|
BudgetName: string | undefined;
|
|
1301
1301
|
/**
|
|
1302
|
-
* @public
|
|
1303
1302
|
* <p>
|
|
1304
1303
|
* A system-generated universally unique identifier (UUID) for the action.
|
|
1305
1304
|
* </p>
|
|
1305
|
+
* @public
|
|
1306
1306
|
*/
|
|
1307
1307
|
ActionId: string | undefined;
|
|
1308
1308
|
}
|
|
@@ -1311,21 +1311,21 @@ export interface DescribeBudgetActionRequest {
|
|
|
1311
1311
|
*/
|
|
1312
1312
|
export interface DescribeBudgetActionResponse {
|
|
1313
1313
|
/**
|
|
1314
|
-
* @public
|
|
1315
1314
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1315
|
+
* @public
|
|
1316
1316
|
*/
|
|
1317
1317
|
AccountId: string | undefined;
|
|
1318
1318
|
/**
|
|
1319
|
-
* @public
|
|
1320
1319
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1321
1320
|
* substring, aren't allowed.</p>
|
|
1321
|
+
* @public
|
|
1322
1322
|
*/
|
|
1323
1323
|
BudgetName: string | undefined;
|
|
1324
1324
|
/**
|
|
1325
|
-
* @public
|
|
1326
1325
|
* <p>
|
|
1327
1326
|
* A budget action resource.
|
|
1328
1327
|
* </p>
|
|
1328
|
+
* @public
|
|
1329
1329
|
*/
|
|
1330
1330
|
Action: Action | undefined;
|
|
1331
1331
|
}
|
|
@@ -1334,37 +1334,37 @@ export interface DescribeBudgetActionResponse {
|
|
|
1334
1334
|
*/
|
|
1335
1335
|
export interface DescribeBudgetActionHistoriesRequest {
|
|
1336
1336
|
/**
|
|
1337
|
-
* @public
|
|
1338
1337
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1338
|
+
* @public
|
|
1339
1339
|
*/
|
|
1340
1340
|
AccountId: string | undefined;
|
|
1341
1341
|
/**
|
|
1342
|
-
* @public
|
|
1343
1342
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1344
1343
|
* substring, aren't allowed.</p>
|
|
1344
|
+
* @public
|
|
1345
1345
|
*/
|
|
1346
1346
|
BudgetName: string | undefined;
|
|
1347
1347
|
/**
|
|
1348
|
-
* @public
|
|
1349
1348
|
* <p>
|
|
1350
1349
|
* A system-generated universally unique identifier (UUID) for the action.
|
|
1351
1350
|
* </p>
|
|
1351
|
+
* @public
|
|
1352
1352
|
*/
|
|
1353
1353
|
ActionId: string | undefined;
|
|
1354
1354
|
/**
|
|
1355
|
-
* @public
|
|
1356
1355
|
* <p>The period of time that's covered by a budget. The period has a start date and an end date.
|
|
1357
1356
|
* The start date must come before the end date. There are no restrictions on the end date. </p>
|
|
1357
|
+
* @public
|
|
1358
1358
|
*/
|
|
1359
1359
|
TimePeriod?: TimePeriod;
|
|
1360
1360
|
/**
|
|
1361
|
-
* @public
|
|
1362
1361
|
* <p> An integer that represents how many entries a paginated response contains. The maximum is 100.</p>
|
|
1362
|
+
* @public
|
|
1363
1363
|
*/
|
|
1364
1364
|
MaxResults?: number;
|
|
1365
1365
|
/**
|
|
1366
|
-
* @public
|
|
1367
1366
|
* <p> A generic string.</p>
|
|
1367
|
+
* @public
|
|
1368
1368
|
*/
|
|
1369
1369
|
NextToken?: string;
|
|
1370
1370
|
}
|
|
@@ -1373,28 +1373,28 @@ export interface DescribeBudgetActionHistoriesRequest {
|
|
|
1373
1373
|
*/
|
|
1374
1374
|
export interface DescribeBudgetActionHistoriesResponse {
|
|
1375
1375
|
/**
|
|
1376
|
-
* @public
|
|
1377
1376
|
* <p>
|
|
1378
1377
|
* The historical record of the budget action resource.
|
|
1379
1378
|
* </p>
|
|
1379
|
+
* @public
|
|
1380
1380
|
*/
|
|
1381
1381
|
ActionHistories: ActionHistory[] | undefined;
|
|
1382
1382
|
/**
|
|
1383
|
-
* @public
|
|
1384
1383
|
* <p> A generic string.</p>
|
|
1384
|
+
* @public
|
|
1385
1385
|
*/
|
|
1386
1386
|
NextToken?: string;
|
|
1387
1387
|
}
|
|
1388
1388
|
/**
|
|
1389
|
-
* @public
|
|
1390
1389
|
* <p>The pagination token is invalid.</p>
|
|
1390
|
+
* @public
|
|
1391
1391
|
*/
|
|
1392
1392
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
1393
1393
|
readonly name: "InvalidNextTokenException";
|
|
1394
1394
|
readonly $fault: "client";
|
|
1395
1395
|
/**
|
|
1396
|
-
* @public
|
|
1397
1396
|
* <p>The error message the exception carries.</p>
|
|
1397
|
+
* @public
|
|
1398
1398
|
*/
|
|
1399
1399
|
Message?: string;
|
|
1400
1400
|
/**
|
|
@@ -1407,18 +1407,18 @@ export declare class InvalidNextTokenException extends __BaseException {
|
|
|
1407
1407
|
*/
|
|
1408
1408
|
export interface DescribeBudgetActionsForAccountRequest {
|
|
1409
1409
|
/**
|
|
1410
|
-
* @public
|
|
1411
1410
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1411
|
+
* @public
|
|
1412
1412
|
*/
|
|
1413
1413
|
AccountId: string | undefined;
|
|
1414
1414
|
/**
|
|
1415
|
-
* @public
|
|
1416
1415
|
* <p> An integer that represents how many entries a paginated response contains. The maximum is 100.</p>
|
|
1416
|
+
* @public
|
|
1417
1417
|
*/
|
|
1418
1418
|
MaxResults?: number;
|
|
1419
1419
|
/**
|
|
1420
|
-
* @public
|
|
1421
1420
|
* <p> A generic string.</p>
|
|
1421
|
+
* @public
|
|
1422
1422
|
*/
|
|
1423
1423
|
NextToken?: string;
|
|
1424
1424
|
}
|
|
@@ -1427,15 +1427,15 @@ export interface DescribeBudgetActionsForAccountRequest {
|
|
|
1427
1427
|
*/
|
|
1428
1428
|
export interface DescribeBudgetActionsForAccountResponse {
|
|
1429
1429
|
/**
|
|
1430
|
-
* @public
|
|
1431
1430
|
* <p>
|
|
1432
1431
|
* A list of the budget action resources information.
|
|
1433
1432
|
* </p>
|
|
1433
|
+
* @public
|
|
1434
1434
|
*/
|
|
1435
1435
|
Actions: Action[] | undefined;
|
|
1436
1436
|
/**
|
|
1437
|
-
* @public
|
|
1438
1437
|
* <p> A generic string.</p>
|
|
1438
|
+
* @public
|
|
1439
1439
|
*/
|
|
1440
1440
|
NextToken?: string;
|
|
1441
1441
|
}
|
|
@@ -1444,24 +1444,24 @@ export interface DescribeBudgetActionsForAccountResponse {
|
|
|
1444
1444
|
*/
|
|
1445
1445
|
export interface DescribeBudgetActionsForBudgetRequest {
|
|
1446
1446
|
/**
|
|
1447
|
-
* @public
|
|
1448
1447
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1448
|
+
* @public
|
|
1449
1449
|
*/
|
|
1450
1450
|
AccountId: string | undefined;
|
|
1451
1451
|
/**
|
|
1452
|
-
* @public
|
|
1453
1452
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1454
1453
|
* substring, aren't allowed.</p>
|
|
1454
|
+
* @public
|
|
1455
1455
|
*/
|
|
1456
1456
|
BudgetName: string | undefined;
|
|
1457
1457
|
/**
|
|
1458
|
-
* @public
|
|
1459
1458
|
* <p> An integer that represents how many entries a paginated response contains. The maximum is 100.</p>
|
|
1459
|
+
* @public
|
|
1460
1460
|
*/
|
|
1461
1461
|
MaxResults?: number;
|
|
1462
1462
|
/**
|
|
1463
|
-
* @public
|
|
1464
1463
|
* <p> A generic string.</p>
|
|
1464
|
+
* @public
|
|
1465
1465
|
*/
|
|
1466
1466
|
NextToken?: string;
|
|
1467
1467
|
}
|
|
@@ -1470,15 +1470,15 @@ export interface DescribeBudgetActionsForBudgetRequest {
|
|
|
1470
1470
|
*/
|
|
1471
1471
|
export interface DescribeBudgetActionsForBudgetResponse {
|
|
1472
1472
|
/**
|
|
1473
|
-
* @public
|
|
1474
1473
|
* <p>
|
|
1475
1474
|
* A list of the budget action resources information.
|
|
1476
1475
|
* </p>
|
|
1476
|
+
* @public
|
|
1477
1477
|
*/
|
|
1478
1478
|
Actions: Action[] | undefined;
|
|
1479
1479
|
/**
|
|
1480
|
-
* @public
|
|
1481
1480
|
* <p> A generic string.</p>
|
|
1481
|
+
* @public
|
|
1482
1482
|
*/
|
|
1483
1483
|
NextToken?: string;
|
|
1484
1484
|
}
|
|
@@ -1487,38 +1487,38 @@ export interface DescribeBudgetActionsForBudgetResponse {
|
|
|
1487
1487
|
*/
|
|
1488
1488
|
export interface DescribeBudgetNotificationsForAccountRequest {
|
|
1489
1489
|
/**
|
|
1490
|
-
* @public
|
|
1491
1490
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1491
|
+
* @public
|
|
1492
1492
|
*/
|
|
1493
1493
|
AccountId: string | undefined;
|
|
1494
1494
|
/**
|
|
1495
|
-
* @public
|
|
1496
1495
|
* <p> An integer that represents how many budgets a paginated response contains. The default is
|
|
1497
1496
|
* 50. </p>
|
|
1497
|
+
* @public
|
|
1498
1498
|
*/
|
|
1499
1499
|
MaxResults?: number;
|
|
1500
1500
|
/**
|
|
1501
|
-
* @public
|
|
1502
1501
|
* <p> A generic string.</p>
|
|
1502
|
+
* @public
|
|
1503
1503
|
*/
|
|
1504
1504
|
NextToken?: string;
|
|
1505
1505
|
}
|
|
1506
1506
|
/**
|
|
1507
|
-
* @public
|
|
1508
1507
|
* <p>
|
|
1509
1508
|
* The budget name and associated notifications for an account.
|
|
1510
1509
|
* </p>
|
|
1510
|
+
* @public
|
|
1511
1511
|
*/
|
|
1512
1512
|
export interface BudgetNotificationsForAccount {
|
|
1513
1513
|
/**
|
|
1514
|
-
* @public
|
|
1515
1514
|
* <p> A list of notifications.</p>
|
|
1515
|
+
* @public
|
|
1516
1516
|
*/
|
|
1517
1517
|
Notifications?: Notification[];
|
|
1518
1518
|
/**
|
|
1519
|
-
* @public
|
|
1520
1519
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1521
1520
|
* substring, aren't allowed.</p>
|
|
1521
|
+
* @public
|
|
1522
1522
|
*/
|
|
1523
1523
|
BudgetName?: string;
|
|
1524
1524
|
}
|
|
@@ -1527,28 +1527,28 @@ export interface BudgetNotificationsForAccount {
|
|
|
1527
1527
|
*/
|
|
1528
1528
|
export interface DescribeBudgetNotificationsForAccountResponse {
|
|
1529
1529
|
/**
|
|
1530
|
-
* @public
|
|
1531
1530
|
* <p>
|
|
1532
1531
|
* A list of budget names and associated notifications for an account.
|
|
1533
1532
|
* </p>
|
|
1533
|
+
* @public
|
|
1534
1534
|
*/
|
|
1535
1535
|
BudgetNotificationsForAccount?: BudgetNotificationsForAccount[];
|
|
1536
1536
|
/**
|
|
1537
|
-
* @public
|
|
1538
1537
|
* <p> A generic string.</p>
|
|
1538
|
+
* @public
|
|
1539
1539
|
*/
|
|
1540
1540
|
NextToken?: string;
|
|
1541
1541
|
}
|
|
1542
1542
|
/**
|
|
1543
|
-
* @public
|
|
1544
1543
|
* <p>The pagination token expired.</p>
|
|
1544
|
+
* @public
|
|
1545
1545
|
*/
|
|
1546
1546
|
export declare class ExpiredNextTokenException extends __BaseException {
|
|
1547
1547
|
readonly name: "ExpiredNextTokenException";
|
|
1548
1548
|
readonly $fault: "client";
|
|
1549
1549
|
/**
|
|
1550
|
-
* @public
|
|
1551
1550
|
* <p>The error message the exception carries.</p>
|
|
1551
|
+
* @public
|
|
1552
1552
|
*/
|
|
1553
1553
|
Message?: string;
|
|
1554
1554
|
/**
|
|
@@ -1561,90 +1561,90 @@ export declare class ExpiredNextTokenException extends __BaseException {
|
|
|
1561
1561
|
*/
|
|
1562
1562
|
export interface DescribeBudgetPerformanceHistoryRequest {
|
|
1563
1563
|
/**
|
|
1564
|
-
* @public
|
|
1565
1564
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1565
|
+
* @public
|
|
1566
1566
|
*/
|
|
1567
1567
|
AccountId: string | undefined;
|
|
1568
1568
|
/**
|
|
1569
|
-
* @public
|
|
1570
1569
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1571
1570
|
* substring, aren't allowed.</p>
|
|
1571
|
+
* @public
|
|
1572
1572
|
*/
|
|
1573
1573
|
BudgetName: string | undefined;
|
|
1574
1574
|
/**
|
|
1575
|
-
* @public
|
|
1576
1575
|
* <p>Retrieves how often the budget went into an <code>ALARM</code> state for the specified time period.</p>
|
|
1576
|
+
* @public
|
|
1577
1577
|
*/
|
|
1578
1578
|
TimePeriod?: TimePeriod;
|
|
1579
1579
|
/**
|
|
1580
|
-
* @public
|
|
1581
1580
|
* <p> An integer that represents how many entries a paginated response contains. The maximum is 100.</p>
|
|
1581
|
+
* @public
|
|
1582
1582
|
*/
|
|
1583
1583
|
MaxResults?: number;
|
|
1584
1584
|
/**
|
|
1585
|
-
* @public
|
|
1586
1585
|
* <p> A generic string.</p>
|
|
1586
|
+
* @public
|
|
1587
1587
|
*/
|
|
1588
1588
|
NextToken?: string;
|
|
1589
1589
|
}
|
|
1590
1590
|
/**
|
|
1591
|
-
* @public
|
|
1592
1591
|
* <p>The amount of cost or usage that you created the budget for, compared to your actual costs or usage.</p>
|
|
1592
|
+
* @public
|
|
1593
1593
|
*/
|
|
1594
1594
|
export interface BudgetedAndActualAmounts {
|
|
1595
1595
|
/**
|
|
1596
|
-
* @public
|
|
1597
1596
|
* <p>The amount of cost or usage that you created the budget for.</p>
|
|
1597
|
+
* @public
|
|
1598
1598
|
*/
|
|
1599
1599
|
BudgetedAmount?: Spend;
|
|
1600
1600
|
/**
|
|
1601
|
-
* @public
|
|
1602
1601
|
* <p>Your actual costs or usage for a budget period.</p>
|
|
1602
|
+
* @public
|
|
1603
1603
|
*/
|
|
1604
1604
|
ActualAmount?: Spend;
|
|
1605
1605
|
/**
|
|
1606
|
-
* @public
|
|
1607
1606
|
* <p>The time period that's covered by this budget comparison.</p>
|
|
1607
|
+
* @public
|
|
1608
1608
|
*/
|
|
1609
1609
|
TimePeriod?: TimePeriod;
|
|
1610
1610
|
}
|
|
1611
1611
|
/**
|
|
1612
|
-
* @public
|
|
1613
1612
|
* <p>A history of the state of a budget at the end of the budget's specified time period.</p>
|
|
1613
|
+
* @public
|
|
1614
1614
|
*/
|
|
1615
1615
|
export interface BudgetPerformanceHistory {
|
|
1616
1616
|
/**
|
|
1617
|
-
* @public
|
|
1618
1617
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1619
1618
|
* substring, aren't allowed.</p>
|
|
1619
|
+
* @public
|
|
1620
1620
|
*/
|
|
1621
1621
|
BudgetName?: string;
|
|
1622
1622
|
/**
|
|
1623
|
-
* @public
|
|
1624
1623
|
* <p> The type of a budget. It must be one of the following types: </p>
|
|
1625
1624
|
* <p>
|
|
1626
1625
|
* <code>COST</code>, <code>USAGE</code>, <code>RI_UTILIZATION</code>, <code>RI_COVERAGE</code>, <code>SAVINGS_PLANS_UTILIZATION</code>, or <code>SAVINGS_PLANS_COVERAGE</code>.</p>
|
|
1626
|
+
* @public
|
|
1627
1627
|
*/
|
|
1628
1628
|
BudgetType?: BudgetType;
|
|
1629
1629
|
/**
|
|
1630
|
-
* @public
|
|
1631
1630
|
* <p>The history of the cost filters for a budget during the specified time period.</p>
|
|
1631
|
+
* @public
|
|
1632
1632
|
*/
|
|
1633
1633
|
CostFilters?: Record<string, string[]>;
|
|
1634
1634
|
/**
|
|
1635
|
-
* @public
|
|
1636
1635
|
* <p>The history of the cost types for a budget during the specified time period.</p>
|
|
1636
|
+
* @public
|
|
1637
1637
|
*/
|
|
1638
1638
|
CostTypes?: CostTypes;
|
|
1639
1639
|
/**
|
|
1640
|
-
* @public
|
|
1641
1640
|
* <p> The time unit of the budget, such as MONTHLY or QUARTERLY.</p>
|
|
1641
|
+
* @public
|
|
1642
1642
|
*/
|
|
1643
1643
|
TimeUnit?: TimeUnit;
|
|
1644
1644
|
/**
|
|
1645
|
-
* @public
|
|
1646
1645
|
* <p>A list of amounts of cost or usage that you created budgets for, which are compared to your
|
|
1647
1646
|
* actual costs or usage.</p>
|
|
1647
|
+
* @public
|
|
1648
1648
|
*/
|
|
1649
1649
|
BudgetedAndActualAmountsList?: BudgetedAndActualAmounts[];
|
|
1650
1650
|
}
|
|
@@ -1653,143 +1653,143 @@ export interface BudgetPerformanceHistory {
|
|
|
1653
1653
|
*/
|
|
1654
1654
|
export interface DescribeBudgetPerformanceHistoryResponse {
|
|
1655
1655
|
/**
|
|
1656
|
-
* @public
|
|
1657
1656
|
* <p>The history of how often the budget has gone into an <code>ALARM</code> state.</p>
|
|
1658
1657
|
* <p>For <code>DAILY</code> budgets, the history saves the state of the budget for the last 60 days. For <code>MONTHLY</code> budgets, the history saves the state of the budget for the current month plus the last 12 months. For <code>QUARTERLY</code> budgets, the history saves the state of the budget for the last four quarters.</p>
|
|
1658
|
+
* @public
|
|
1659
1659
|
*/
|
|
1660
1660
|
BudgetPerformanceHistory?: BudgetPerformanceHistory;
|
|
1661
1661
|
/**
|
|
1662
|
-
* @public
|
|
1663
1662
|
* <p> A generic string.</p>
|
|
1663
|
+
* @public
|
|
1664
1664
|
*/
|
|
1665
1665
|
NextToken?: string;
|
|
1666
1666
|
}
|
|
1667
1667
|
/**
|
|
1668
|
-
* @public
|
|
1669
1668
|
* <p> Request of DescribeBudgets </p>
|
|
1669
|
+
* @public
|
|
1670
1670
|
*/
|
|
1671
1671
|
export interface DescribeBudgetsRequest {
|
|
1672
1672
|
/**
|
|
1673
|
-
* @public
|
|
1674
1673
|
* <p>The <code>accountId</code> that is associated with the budgets that you want to
|
|
1675
1674
|
* describe.</p>
|
|
1675
|
+
* @public
|
|
1676
1676
|
*/
|
|
1677
1677
|
AccountId: string | undefined;
|
|
1678
1678
|
/**
|
|
1679
|
-
* @public
|
|
1680
1679
|
* <p>An integer that represents how many budgets a paginated response contains. The default is
|
|
1681
1680
|
* 100.</p>
|
|
1681
|
+
* @public
|
|
1682
1682
|
*/
|
|
1683
1683
|
MaxResults?: number;
|
|
1684
1684
|
/**
|
|
1685
|
-
* @public
|
|
1686
1685
|
* <p>The pagination token that you include in your request to indicate the next set of results that you want to retrieve.</p>
|
|
1686
|
+
* @public
|
|
1687
1687
|
*/
|
|
1688
1688
|
NextToken?: string;
|
|
1689
1689
|
}
|
|
1690
1690
|
/**
|
|
1691
|
-
* @public
|
|
1692
1691
|
* <p> Response of DescribeBudgets </p>
|
|
1692
|
+
* @public
|
|
1693
1693
|
*/
|
|
1694
1694
|
export interface DescribeBudgetsResponse {
|
|
1695
1695
|
/**
|
|
1696
|
-
* @public
|
|
1697
1696
|
* <p>A list of budgets.</p>
|
|
1697
|
+
* @public
|
|
1698
1698
|
*/
|
|
1699
1699
|
Budgets?: Budget[];
|
|
1700
1700
|
/**
|
|
1701
|
-
* @public
|
|
1702
1701
|
* <p>The pagination token in the service response that indicates the next set of results that you can retrieve.</p>
|
|
1702
|
+
* @public
|
|
1703
1703
|
*/
|
|
1704
1704
|
NextToken?: string;
|
|
1705
1705
|
}
|
|
1706
1706
|
/**
|
|
1707
|
-
* @public
|
|
1708
1707
|
* <p> Request of DescribeNotificationsForBudget </p>
|
|
1708
|
+
* @public
|
|
1709
1709
|
*/
|
|
1710
1710
|
export interface DescribeNotificationsForBudgetRequest {
|
|
1711
1711
|
/**
|
|
1712
|
-
* @public
|
|
1713
1712
|
* <p>The <code>accountId</code> that is associated with the budget whose notifications you want
|
|
1714
1713
|
* descriptions of.</p>
|
|
1714
|
+
* @public
|
|
1715
1715
|
*/
|
|
1716
1716
|
AccountId: string | undefined;
|
|
1717
1717
|
/**
|
|
1718
|
-
* @public
|
|
1719
1718
|
* <p>The name of the budget whose notifications you want descriptions of.</p>
|
|
1719
|
+
* @public
|
|
1720
1720
|
*/
|
|
1721
1721
|
BudgetName: string | undefined;
|
|
1722
1722
|
/**
|
|
1723
|
-
* @public
|
|
1724
1723
|
* <p>An optional integer that represents how many entries a paginated response contains.</p>
|
|
1724
|
+
* @public
|
|
1725
1725
|
*/
|
|
1726
1726
|
MaxResults?: number;
|
|
1727
1727
|
/**
|
|
1728
|
-
* @public
|
|
1729
1728
|
* <p>The pagination token that you include in your request to indicate the next set of results that you want to retrieve.</p>
|
|
1729
|
+
* @public
|
|
1730
1730
|
*/
|
|
1731
1731
|
NextToken?: string;
|
|
1732
1732
|
}
|
|
1733
1733
|
/**
|
|
1734
|
-
* @public
|
|
1735
1734
|
* <p> Response of GetNotificationsForBudget </p>
|
|
1735
|
+
* @public
|
|
1736
1736
|
*/
|
|
1737
1737
|
export interface DescribeNotificationsForBudgetResponse {
|
|
1738
1738
|
/**
|
|
1739
|
-
* @public
|
|
1740
1739
|
* <p>A list of notifications that are associated with a budget.</p>
|
|
1740
|
+
* @public
|
|
1741
1741
|
*/
|
|
1742
1742
|
Notifications?: Notification[];
|
|
1743
1743
|
/**
|
|
1744
|
-
* @public
|
|
1745
1744
|
* <p>The pagination token in the service response that indicates the next set of results that you can retrieve.</p>
|
|
1745
|
+
* @public
|
|
1746
1746
|
*/
|
|
1747
1747
|
NextToken?: string;
|
|
1748
1748
|
}
|
|
1749
1749
|
/**
|
|
1750
|
-
* @public
|
|
1751
1750
|
* <p> Request of DescribeSubscribersForNotification </p>
|
|
1751
|
+
* @public
|
|
1752
1752
|
*/
|
|
1753
1753
|
export interface DescribeSubscribersForNotificationRequest {
|
|
1754
1754
|
/**
|
|
1755
|
-
* @public
|
|
1756
1755
|
* <p>The <code>accountId</code> that is associated with the budget whose subscribers you want descriptions of.</p>
|
|
1756
|
+
* @public
|
|
1757
1757
|
*/
|
|
1758
1758
|
AccountId: string | undefined;
|
|
1759
1759
|
/**
|
|
1760
|
-
* @public
|
|
1761
1760
|
* <p>The name of the budget whose subscribers you want descriptions of.</p>
|
|
1761
|
+
* @public
|
|
1762
1762
|
*/
|
|
1763
1763
|
BudgetName: string | undefined;
|
|
1764
1764
|
/**
|
|
1765
|
-
* @public
|
|
1766
1765
|
* <p>The notification whose subscribers you want to list.</p>
|
|
1766
|
+
* @public
|
|
1767
1767
|
*/
|
|
1768
1768
|
Notification: Notification | undefined;
|
|
1769
1769
|
/**
|
|
1770
|
-
* @public
|
|
1771
1770
|
* <p>An optional integer that represents how many entries a paginated response contains.</p>
|
|
1771
|
+
* @public
|
|
1772
1772
|
*/
|
|
1773
1773
|
MaxResults?: number;
|
|
1774
1774
|
/**
|
|
1775
|
-
* @public
|
|
1776
1775
|
* <p>The pagination token that you include in your request to indicate the next set of results that you want to retrieve.</p>
|
|
1776
|
+
* @public
|
|
1777
1777
|
*/
|
|
1778
1778
|
NextToken?: string;
|
|
1779
1779
|
}
|
|
1780
1780
|
/**
|
|
1781
|
-
* @public
|
|
1782
1781
|
* <p> Response of DescribeSubscribersForNotification </p>
|
|
1782
|
+
* @public
|
|
1783
1783
|
*/
|
|
1784
1784
|
export interface DescribeSubscribersForNotificationResponse {
|
|
1785
1785
|
/**
|
|
1786
|
-
* @public
|
|
1787
1786
|
* <p>A list of subscribers that are associated with a notification.</p>
|
|
1787
|
+
* @public
|
|
1788
1788
|
*/
|
|
1789
1789
|
Subscribers?: Subscriber[];
|
|
1790
1790
|
/**
|
|
1791
|
-
* @public
|
|
1792
1791
|
* <p>The pagination token in the service response that indicates the next set of results that you can retrieve.</p>
|
|
1792
|
+
* @public
|
|
1793
1793
|
*/
|
|
1794
1794
|
NextToken?: string;
|
|
1795
1795
|
}
|
|
@@ -1812,28 +1812,28 @@ export type ExecutionType = (typeof ExecutionType)[keyof typeof ExecutionType];
|
|
|
1812
1812
|
*/
|
|
1813
1813
|
export interface ExecuteBudgetActionRequest {
|
|
1814
1814
|
/**
|
|
1815
|
-
* @public
|
|
1816
1815
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1816
|
+
* @public
|
|
1817
1817
|
*/
|
|
1818
1818
|
AccountId: string | undefined;
|
|
1819
1819
|
/**
|
|
1820
|
-
* @public
|
|
1821
1820
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1822
1821
|
* substring, aren't allowed.</p>
|
|
1822
|
+
* @public
|
|
1823
1823
|
*/
|
|
1824
1824
|
BudgetName: string | undefined;
|
|
1825
1825
|
/**
|
|
1826
|
-
* @public
|
|
1827
1826
|
* <p>
|
|
1828
1827
|
* A system-generated universally unique identifier (UUID) for the action.
|
|
1829
1828
|
* </p>
|
|
1829
|
+
* @public
|
|
1830
1830
|
*/
|
|
1831
1831
|
ActionId: string | undefined;
|
|
1832
1832
|
/**
|
|
1833
|
-
* @public
|
|
1834
1833
|
* <p>
|
|
1835
1834
|
* The type of execution.
|
|
1836
1835
|
* </p>
|
|
1836
|
+
* @public
|
|
1837
1837
|
*/
|
|
1838
1838
|
ExecutionType: ExecutionType | undefined;
|
|
1839
1839
|
}
|
|
@@ -1842,50 +1842,50 @@ export interface ExecuteBudgetActionRequest {
|
|
|
1842
1842
|
*/
|
|
1843
1843
|
export interface ExecuteBudgetActionResponse {
|
|
1844
1844
|
/**
|
|
1845
|
-
* @public
|
|
1846
1845
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1846
|
+
* @public
|
|
1847
1847
|
*/
|
|
1848
1848
|
AccountId: string | undefined;
|
|
1849
1849
|
/**
|
|
1850
|
-
* @public
|
|
1851
1850
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1852
1851
|
* substring, aren't allowed.</p>
|
|
1852
|
+
* @public
|
|
1853
1853
|
*/
|
|
1854
1854
|
BudgetName: string | undefined;
|
|
1855
1855
|
/**
|
|
1856
|
-
* @public
|
|
1857
1856
|
* <p>
|
|
1858
1857
|
* A system-generated universally unique identifier (UUID) for the action.
|
|
1859
1858
|
* </p>
|
|
1859
|
+
* @public
|
|
1860
1860
|
*/
|
|
1861
1861
|
ActionId: string | undefined;
|
|
1862
1862
|
/**
|
|
1863
|
-
* @public
|
|
1864
1863
|
* <p>
|
|
1865
1864
|
* The type of execution.
|
|
1866
1865
|
* </p>
|
|
1866
|
+
* @public
|
|
1867
1867
|
*/
|
|
1868
1868
|
ExecutionType: ExecutionType | undefined;
|
|
1869
1869
|
}
|
|
1870
1870
|
/**
|
|
1871
|
-
* @public
|
|
1872
1871
|
* <p> Request of UpdateBudget </p>
|
|
1872
|
+
* @public
|
|
1873
1873
|
*/
|
|
1874
1874
|
export interface UpdateBudgetRequest {
|
|
1875
1875
|
/**
|
|
1876
|
-
* @public
|
|
1877
1876
|
* <p>The <code>accountId</code> that is associated with the budget that you want to update.</p>
|
|
1877
|
+
* @public
|
|
1878
1878
|
*/
|
|
1879
1879
|
AccountId: string | undefined;
|
|
1880
1880
|
/**
|
|
1881
|
-
* @public
|
|
1882
1881
|
* <p>The budget that you want to update your budget to.</p>
|
|
1882
|
+
* @public
|
|
1883
1883
|
*/
|
|
1884
1884
|
NewBudget: Budget | undefined;
|
|
1885
1885
|
}
|
|
1886
1886
|
/**
|
|
1887
|
-
* @public
|
|
1888
1887
|
* <p> Response of UpdateBudget </p>
|
|
1888
|
+
* @public
|
|
1889
1889
|
*/
|
|
1890
1890
|
export interface UpdateBudgetResponse {
|
|
1891
1891
|
}
|
|
@@ -1894,55 +1894,55 @@ export interface UpdateBudgetResponse {
|
|
|
1894
1894
|
*/
|
|
1895
1895
|
export interface UpdateBudgetActionRequest {
|
|
1896
1896
|
/**
|
|
1897
|
-
* @public
|
|
1898
1897
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1898
|
+
* @public
|
|
1899
1899
|
*/
|
|
1900
1900
|
AccountId: string | undefined;
|
|
1901
1901
|
/**
|
|
1902
|
-
* @public
|
|
1903
1902
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1904
1903
|
* substring, aren't allowed.</p>
|
|
1904
|
+
* @public
|
|
1905
1905
|
*/
|
|
1906
1906
|
BudgetName: string | undefined;
|
|
1907
1907
|
/**
|
|
1908
|
-
* @public
|
|
1909
1908
|
* <p>
|
|
1910
1909
|
* A system-generated universally unique identifier (UUID) for the action.
|
|
1911
1910
|
* </p>
|
|
1911
|
+
* @public
|
|
1912
1912
|
*/
|
|
1913
1913
|
ActionId: string | undefined;
|
|
1914
1914
|
/**
|
|
1915
|
-
* @public
|
|
1916
1915
|
* <p> The type of a notification. It must be ACTUAL or FORECASTED.</p>
|
|
1916
|
+
* @public
|
|
1917
1917
|
*/
|
|
1918
1918
|
NotificationType?: NotificationType;
|
|
1919
1919
|
/**
|
|
1920
|
-
* @public
|
|
1921
1920
|
* <p>The trigger threshold of the action. </p>
|
|
1921
|
+
* @public
|
|
1922
1922
|
*/
|
|
1923
1923
|
ActionThreshold?: ActionThreshold;
|
|
1924
1924
|
/**
|
|
1925
|
-
* @public
|
|
1926
1925
|
* <p>Specifies all of the type-specific parameters. </p>
|
|
1926
|
+
* @public
|
|
1927
1927
|
*/
|
|
1928
1928
|
Definition?: Definition;
|
|
1929
1929
|
/**
|
|
1930
|
-
* @public
|
|
1931
1930
|
* <p>
|
|
1932
1931
|
* The role passed for action execution and reversion. Roles and actions must be in the same account.
|
|
1933
1932
|
* </p>
|
|
1933
|
+
* @public
|
|
1934
1934
|
*/
|
|
1935
1935
|
ExecutionRoleArn?: string;
|
|
1936
1936
|
/**
|
|
1937
|
-
* @public
|
|
1938
1937
|
* <p>
|
|
1939
1938
|
* This specifies if the action needs manual or automatic approval.
|
|
1940
1939
|
* </p>
|
|
1940
|
+
* @public
|
|
1941
1941
|
*/
|
|
1942
1942
|
ApprovalModel?: ApprovalModel;
|
|
1943
1943
|
/**
|
|
1944
|
-
* @public
|
|
1945
1944
|
* <p> A list of subscribers.</p>
|
|
1945
|
+
* @public
|
|
1946
1946
|
*/
|
|
1947
1947
|
Subscribers?: Subscriber[];
|
|
1948
1948
|
}
|
|
@@ -1951,97 +1951,97 @@ export interface UpdateBudgetActionRequest {
|
|
|
1951
1951
|
*/
|
|
1952
1952
|
export interface UpdateBudgetActionResponse {
|
|
1953
1953
|
/**
|
|
1954
|
-
* @public
|
|
1955
1954
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
1955
|
+
* @public
|
|
1956
1956
|
*/
|
|
1957
1957
|
AccountId: string | undefined;
|
|
1958
1958
|
/**
|
|
1959
|
-
* @public
|
|
1960
1959
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the "/action/"
|
|
1961
1960
|
* substring, aren't allowed.</p>
|
|
1961
|
+
* @public
|
|
1962
1962
|
*/
|
|
1963
1963
|
BudgetName: string | undefined;
|
|
1964
1964
|
/**
|
|
1965
|
-
* @public
|
|
1966
1965
|
* <p>
|
|
1967
1966
|
* The previous action resource information.
|
|
1968
1967
|
* </p>
|
|
1968
|
+
* @public
|
|
1969
1969
|
*/
|
|
1970
1970
|
OldAction: Action | undefined;
|
|
1971
1971
|
/**
|
|
1972
|
-
* @public
|
|
1973
1972
|
* <p>
|
|
1974
1973
|
* The updated action resource information.
|
|
1975
1974
|
* </p>
|
|
1975
|
+
* @public
|
|
1976
1976
|
*/
|
|
1977
1977
|
NewAction: Action | undefined;
|
|
1978
1978
|
}
|
|
1979
1979
|
/**
|
|
1980
|
-
* @public
|
|
1981
1980
|
* <p> Request of UpdateNotification </p>
|
|
1981
|
+
* @public
|
|
1982
1982
|
*/
|
|
1983
1983
|
export interface UpdateNotificationRequest {
|
|
1984
1984
|
/**
|
|
1985
|
-
* @public
|
|
1986
1985
|
* <p>The <code>accountId</code> that is associated with the budget whose notification you want to update.</p>
|
|
1986
|
+
* @public
|
|
1987
1987
|
*/
|
|
1988
1988
|
AccountId: string | undefined;
|
|
1989
1989
|
/**
|
|
1990
|
-
* @public
|
|
1991
1990
|
* <p>The name of the budget whose notification you want to update.</p>
|
|
1991
|
+
* @public
|
|
1992
1992
|
*/
|
|
1993
1993
|
BudgetName: string | undefined;
|
|
1994
1994
|
/**
|
|
1995
|
-
* @public
|
|
1996
1995
|
* <p>The previous notification that is associated with a budget.</p>
|
|
1996
|
+
* @public
|
|
1997
1997
|
*/
|
|
1998
1998
|
OldNotification: Notification | undefined;
|
|
1999
1999
|
/**
|
|
2000
|
-
* @public
|
|
2001
2000
|
* <p>The updated notification to be associated with a budget.</p>
|
|
2001
|
+
* @public
|
|
2002
2002
|
*/
|
|
2003
2003
|
NewNotification: Notification | undefined;
|
|
2004
2004
|
}
|
|
2005
2005
|
/**
|
|
2006
|
-
* @public
|
|
2007
2006
|
* <p> Response of UpdateNotification </p>
|
|
2007
|
+
* @public
|
|
2008
2008
|
*/
|
|
2009
2009
|
export interface UpdateNotificationResponse {
|
|
2010
2010
|
}
|
|
2011
2011
|
/**
|
|
2012
|
-
* @public
|
|
2013
2012
|
* <p> Request of UpdateSubscriber </p>
|
|
2013
|
+
* @public
|
|
2014
2014
|
*/
|
|
2015
2015
|
export interface UpdateSubscriberRequest {
|
|
2016
2016
|
/**
|
|
2017
|
-
* @public
|
|
2018
2017
|
* <p>The <code>accountId</code> that is associated with the budget whose subscriber you want to update.</p>
|
|
2018
|
+
* @public
|
|
2019
2019
|
*/
|
|
2020
2020
|
AccountId: string | undefined;
|
|
2021
2021
|
/**
|
|
2022
|
-
* @public
|
|
2023
2022
|
* <p>The name of the budget whose subscriber you want to update.</p>
|
|
2023
|
+
* @public
|
|
2024
2024
|
*/
|
|
2025
2025
|
BudgetName: string | undefined;
|
|
2026
2026
|
/**
|
|
2027
|
-
* @public
|
|
2028
2027
|
* <p>The notification whose subscriber you want to update.</p>
|
|
2028
|
+
* @public
|
|
2029
2029
|
*/
|
|
2030
2030
|
Notification: Notification | undefined;
|
|
2031
2031
|
/**
|
|
2032
|
-
* @public
|
|
2033
2032
|
* <p>The previous subscriber that is associated with a budget notification.</p>
|
|
2033
|
+
* @public
|
|
2034
2034
|
*/
|
|
2035
2035
|
OldSubscriber: Subscriber | undefined;
|
|
2036
2036
|
/**
|
|
2037
|
-
* @public
|
|
2038
2037
|
* <p>The updated subscriber that is associated with a budget notification.</p>
|
|
2038
|
+
* @public
|
|
2039
2039
|
*/
|
|
2040
2040
|
NewSubscriber: Subscriber | undefined;
|
|
2041
2041
|
}
|
|
2042
2042
|
/**
|
|
2043
|
-
* @public
|
|
2044
2043
|
* <p> Response of UpdateSubscriber </p>
|
|
2044
|
+
* @public
|
|
2045
2045
|
*/
|
|
2046
2046
|
export interface UpdateSubscriberResponse {
|
|
2047
2047
|
}
|