@aws-sdk/client-budgets 3.296.0 → 3.297.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 +24 -0
- package/dist-types/BudgetsClient.d.ts +24 -4
- package/dist-types/commands/CreateBudgetActionCommand.d.ts +16 -0
- package/dist-types/commands/CreateBudgetCommand.d.ts +16 -0
- package/dist-types/commands/CreateNotificationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSubscriberCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBudgetActionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBudgetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteNotificationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSubscriberCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetActionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBudgetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +16 -0
- package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBudgetActionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBudgetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateNotificationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSubscriberCommand.d.ts +16 -0
- package/dist-types/models/BudgetsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +159 -0
- package/dist-types/pagination/DescribeBudgetActionHistoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeBudgetActionsForAccountPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeBudgetActionsForBudgetPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeBudgetNotificationsForAccountPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeBudgetPerformanceHistoryPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeBudgetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeNotificationsForBudgetPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSubscribersForNotificationPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/package.json +3 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { BudgetsServiceException as __BaseException } from "./BudgetsServiceException";
|
|
3
3
|
/**
|
|
4
|
+
* @public
|
|
4
5
|
* <p>You are not authorized to use this operation with the given parameters.</p>
|
|
5
6
|
*/
|
|
6
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
@@ -15,11 +16,15 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
15
16
|
*/
|
|
16
17
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
17
18
|
}
|
|
19
|
+
/**
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
18
22
|
export declare enum ThresholdType {
|
|
19
23
|
ABSOLUTE_VALUE = "ABSOLUTE_VALUE",
|
|
20
24
|
PERCENTAGE = "PERCENTAGE"
|
|
21
25
|
}
|
|
22
26
|
/**
|
|
27
|
+
* @public
|
|
23
28
|
* <p>The trigger threshold of the action. </p>
|
|
24
29
|
*/
|
|
25
30
|
export interface ActionThreshold {
|
|
@@ -32,16 +37,23 @@ export interface ActionThreshold {
|
|
|
32
37
|
*/
|
|
33
38
|
ActionThresholdType: ThresholdType | string | undefined;
|
|
34
39
|
}
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
35
43
|
export declare enum ActionType {
|
|
36
44
|
IAM = "APPLY_IAM_POLICY",
|
|
37
45
|
SCP = "APPLY_SCP_POLICY",
|
|
38
46
|
SSM = "RUN_SSM_DOCUMENTS"
|
|
39
47
|
}
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
40
51
|
export declare enum ApprovalModel {
|
|
41
52
|
AUTO = "AUTOMATIC",
|
|
42
53
|
MANUAL = "MANUAL"
|
|
43
54
|
}
|
|
44
55
|
/**
|
|
56
|
+
* @public
|
|
45
57
|
* <p>The Identity and Access Management (IAM) action definition details. </p>
|
|
46
58
|
*/
|
|
47
59
|
export interface IamActionDefinition {
|
|
@@ -63,6 +75,7 @@ export interface IamActionDefinition {
|
|
|
63
75
|
Users?: string[];
|
|
64
76
|
}
|
|
65
77
|
/**
|
|
78
|
+
* @public
|
|
66
79
|
* <p>The service control policies (SCP) action definition details. </p>
|
|
67
80
|
*/
|
|
68
81
|
export interface ScpActionDefinition {
|
|
@@ -75,11 +88,15 @@ export interface ScpActionDefinition {
|
|
|
75
88
|
*/
|
|
76
89
|
TargetIds: string[] | undefined;
|
|
77
90
|
}
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
78
94
|
export declare enum ActionSubType {
|
|
79
95
|
STOP_EC2 = "STOP_EC2_INSTANCES",
|
|
80
96
|
STOP_RDS = "STOP_RDS_INSTANCES"
|
|
81
97
|
}
|
|
82
98
|
/**
|
|
99
|
+
* @public
|
|
83
100
|
* <p>The Amazon Web Services Systems Manager (SSM) action definition details. </p>
|
|
84
101
|
*/
|
|
85
102
|
export interface SsmActionDefinition {
|
|
@@ -97,6 +114,7 @@ export interface SsmActionDefinition {
|
|
|
97
114
|
InstanceIds: string[] | undefined;
|
|
98
115
|
}
|
|
99
116
|
/**
|
|
117
|
+
* @public
|
|
100
118
|
* <p>Specifies all of the type-specific parameters. </p>
|
|
101
119
|
*/
|
|
102
120
|
export interface Definition {
|
|
@@ -113,10 +131,16 @@ export interface Definition {
|
|
|
113
131
|
*/
|
|
114
132
|
SsmActionDefinition?: SsmActionDefinition;
|
|
115
133
|
}
|
|
134
|
+
/**
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
116
137
|
export declare enum NotificationType {
|
|
117
138
|
ACTUAL = "ACTUAL",
|
|
118
139
|
FORECASTED = "FORECASTED"
|
|
119
140
|
}
|
|
141
|
+
/**
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
120
144
|
export declare enum ActionStatus {
|
|
121
145
|
Execution_Failure = "EXECUTION_FAILURE",
|
|
122
146
|
Execution_In_Progress = "EXECUTION_IN_PROGRESS",
|
|
@@ -129,11 +153,15 @@ export declare enum ActionStatus {
|
|
|
129
153
|
Reverse_Success = "REVERSE_SUCCESS",
|
|
130
154
|
Standby = "STANDBY"
|
|
131
155
|
}
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
132
159
|
export declare enum SubscriptionType {
|
|
133
160
|
EMAIL = "EMAIL",
|
|
134
161
|
SNS = "SNS"
|
|
135
162
|
}
|
|
136
163
|
/**
|
|
164
|
+
* @public
|
|
137
165
|
* <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>
|
|
138
166
|
* <p>For example, an email subscriber has the following parameters:</p>
|
|
139
167
|
* <ul>
|
|
@@ -159,6 +187,7 @@ export interface Subscriber {
|
|
|
159
187
|
Address: string | undefined;
|
|
160
188
|
}
|
|
161
189
|
/**
|
|
190
|
+
* @public
|
|
162
191
|
* <p>A budget action resource. </p>
|
|
163
192
|
*/
|
|
164
193
|
export interface Action {
|
|
@@ -206,6 +235,7 @@ export interface Action {
|
|
|
206
235
|
Subscribers: Subscriber[] | undefined;
|
|
207
236
|
}
|
|
208
237
|
/**
|
|
238
|
+
* @public
|
|
209
239
|
* <p>The description of the details for the event. </p>
|
|
210
240
|
*/
|
|
211
241
|
export interface ActionHistoryDetails {
|
|
@@ -218,6 +248,9 @@ export interface ActionHistoryDetails {
|
|
|
218
248
|
*/
|
|
219
249
|
Action: Action | undefined;
|
|
220
250
|
}
|
|
251
|
+
/**
|
|
252
|
+
* @public
|
|
253
|
+
*/
|
|
221
254
|
export declare enum EventType {
|
|
222
255
|
CreateAction = "CREATE_ACTION",
|
|
223
256
|
DeleteAction = "DELETE_ACTION",
|
|
@@ -226,6 +259,7 @@ export declare enum EventType {
|
|
|
226
259
|
UpdateAction = "UPDATE_ACTION"
|
|
227
260
|
}
|
|
228
261
|
/**
|
|
262
|
+
* @public
|
|
229
263
|
* <p>The historical records for a budget action. </p>
|
|
230
264
|
*/
|
|
231
265
|
export interface ActionHistory {
|
|
@@ -247,11 +281,15 @@ export interface ActionHistory {
|
|
|
247
281
|
*/
|
|
248
282
|
ActionHistoryDetails: ActionHistoryDetails | undefined;
|
|
249
283
|
}
|
|
284
|
+
/**
|
|
285
|
+
* @public
|
|
286
|
+
*/
|
|
250
287
|
export declare enum AutoAdjustType {
|
|
251
288
|
FORECAST = "FORECAST",
|
|
252
289
|
HISTORICAL = "HISTORICAL"
|
|
253
290
|
}
|
|
254
291
|
/**
|
|
292
|
+
* @public
|
|
255
293
|
* <p>The parameters that define or describe the historical data that your auto-adjusting budget is based on.</p>
|
|
256
294
|
*/
|
|
257
295
|
export interface HistoricalOptions {
|
|
@@ -281,6 +319,7 @@ export interface HistoricalOptions {
|
|
|
281
319
|
LookBackAvailablePeriods?: number;
|
|
282
320
|
}
|
|
283
321
|
/**
|
|
322
|
+
* @public
|
|
284
323
|
* <p>The parameters that determine the budget amount for an auto-adjusting budget.</p>
|
|
285
324
|
*/
|
|
286
325
|
export interface AutoAdjustData {
|
|
@@ -298,6 +337,7 @@ export interface AutoAdjustData {
|
|
|
298
337
|
LastAutoAdjustTime?: Date;
|
|
299
338
|
}
|
|
300
339
|
/**
|
|
340
|
+
* @public
|
|
301
341
|
* <p>The amount of cost or usage that's measured for a budget.</p>
|
|
302
342
|
* <p>For example, a <code>Spend</code> for <code>3 GB</code> of S3 usage has the following
|
|
303
343
|
* parameters:</p>
|
|
@@ -324,6 +364,9 @@ export interface Spend {
|
|
|
324
364
|
*/
|
|
325
365
|
Unit: string | undefined;
|
|
326
366
|
}
|
|
367
|
+
/**
|
|
368
|
+
* @public
|
|
369
|
+
*/
|
|
327
370
|
export declare enum BudgetType {
|
|
328
371
|
Cost = "COST",
|
|
329
372
|
RICoverage = "RI_COVERAGE",
|
|
@@ -333,6 +376,7 @@ export declare enum BudgetType {
|
|
|
333
376
|
Usage = "USAGE"
|
|
334
377
|
}
|
|
335
378
|
/**
|
|
379
|
+
* @public
|
|
336
380
|
* <p>The spend objects that are associated with this budget. The <code>actualSpend</code> tracks
|
|
337
381
|
* how much you've used, cost, usage, RI units, or Savings Plans units and the
|
|
338
382
|
* <code>forecastedSpend</code> tracks how much that you're predicted to spend based on
|
|
@@ -353,6 +397,7 @@ export interface CalculatedSpend {
|
|
|
353
397
|
ForecastedSpend?: Spend;
|
|
354
398
|
}
|
|
355
399
|
/**
|
|
400
|
+
* @public
|
|
356
401
|
* <p>The types of cost that are included in a <code>COST</code> budget, such as tax and subscriptions.</p>
|
|
357
402
|
* <p>
|
|
358
403
|
* <code>USAGE</code>, <code>RI_UTILIZATION</code>, <code>RI_COVERAGE</code>,
|
|
@@ -417,6 +462,7 @@ export interface CostTypes {
|
|
|
417
462
|
UseAmortized?: boolean;
|
|
418
463
|
}
|
|
419
464
|
/**
|
|
465
|
+
* @public
|
|
420
466
|
* <p>The period of time that's covered by a budget. The period has a start date and an end date.
|
|
421
467
|
* The start date must come before the end date. There are no restrictions on the end date. </p>
|
|
422
468
|
*/
|
|
@@ -434,6 +480,9 @@ export interface TimePeriod {
|
|
|
434
480
|
*/
|
|
435
481
|
End?: Date;
|
|
436
482
|
}
|
|
483
|
+
/**
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
437
486
|
export declare enum TimeUnit {
|
|
438
487
|
ANNUALLY = "ANNUALLY",
|
|
439
488
|
DAILY = "DAILY",
|
|
@@ -441,6 +490,7 @@ export declare enum TimeUnit {
|
|
|
441
490
|
QUARTERLY = "QUARTERLY"
|
|
442
491
|
}
|
|
443
492
|
/**
|
|
493
|
+
* @public
|
|
444
494
|
* <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>
|
|
445
495
|
* <p>This is the Amazon Resource Name (ARN) pattern for a budget: </p>
|
|
446
496
|
* <p>
|
|
@@ -555,16 +605,23 @@ export interface Budget {
|
|
|
555
605
|
*/
|
|
556
606
|
AutoAdjustData?: AutoAdjustData;
|
|
557
607
|
}
|
|
608
|
+
/**
|
|
609
|
+
* @public
|
|
610
|
+
*/
|
|
558
611
|
export declare enum ComparisonOperator {
|
|
559
612
|
EQUAL_TO = "EQUAL_TO",
|
|
560
613
|
GREATER_THAN = "GREATER_THAN",
|
|
561
614
|
LESS_THAN = "LESS_THAN"
|
|
562
615
|
}
|
|
616
|
+
/**
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
563
619
|
export declare enum NotificationState {
|
|
564
620
|
ALARM = "ALARM",
|
|
565
621
|
OK = "OK"
|
|
566
622
|
}
|
|
567
623
|
/**
|
|
624
|
+
* @public
|
|
568
625
|
* <p>A notification that's associated with a budget. A budget can have up to ten notifications. </p>
|
|
569
626
|
* <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>
|
|
570
627
|
* <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>
|
|
@@ -614,6 +671,7 @@ export interface Notification {
|
|
|
614
671
|
NotificationState?: NotificationState | string;
|
|
615
672
|
}
|
|
616
673
|
/**
|
|
674
|
+
* @public
|
|
617
675
|
* <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>
|
|
618
676
|
*/
|
|
619
677
|
export interface NotificationWithSubscribers {
|
|
@@ -627,6 +685,7 @@ export interface NotificationWithSubscribers {
|
|
|
627
685
|
Subscribers: Subscriber[] | undefined;
|
|
628
686
|
}
|
|
629
687
|
/**
|
|
688
|
+
* @public
|
|
630
689
|
* <p> Request of CreateBudget </p>
|
|
631
690
|
*/
|
|
632
691
|
export interface CreateBudgetRequest {
|
|
@@ -644,11 +703,13 @@ export interface CreateBudgetRequest {
|
|
|
644
703
|
NotificationsWithSubscribers?: NotificationWithSubscribers[];
|
|
645
704
|
}
|
|
646
705
|
/**
|
|
706
|
+
* @public
|
|
647
707
|
* <p> Response of CreateBudget </p>
|
|
648
708
|
*/
|
|
649
709
|
export interface CreateBudgetResponse {
|
|
650
710
|
}
|
|
651
711
|
/**
|
|
712
|
+
* @public
|
|
652
713
|
* <p>You've exceeded the notification or subscriber limit.</p>
|
|
653
714
|
*/
|
|
654
715
|
export declare class CreationLimitExceededException extends __BaseException {
|
|
@@ -664,6 +725,7 @@ export declare class CreationLimitExceededException extends __BaseException {
|
|
|
664
725
|
constructor(opts: __ExceptionOptionType<CreationLimitExceededException, __BaseException>);
|
|
665
726
|
}
|
|
666
727
|
/**
|
|
728
|
+
* @public
|
|
667
729
|
* <p>The budget name already exists. Budget names must be unique within an account.</p>
|
|
668
730
|
*/
|
|
669
731
|
export declare class DuplicateRecordException extends __BaseException {
|
|
@@ -679,6 +741,7 @@ export declare class DuplicateRecordException extends __BaseException {
|
|
|
679
741
|
constructor(opts: __ExceptionOptionType<DuplicateRecordException, __BaseException>);
|
|
680
742
|
}
|
|
681
743
|
/**
|
|
744
|
+
* @public
|
|
682
745
|
* <p>An error on the server occurred during the processing of your request. Try again later.</p>
|
|
683
746
|
*/
|
|
684
747
|
export declare class InternalErrorException extends __BaseException {
|
|
@@ -694,6 +757,7 @@ export declare class InternalErrorException extends __BaseException {
|
|
|
694
757
|
constructor(opts: __ExceptionOptionType<InternalErrorException, __BaseException>);
|
|
695
758
|
}
|
|
696
759
|
/**
|
|
760
|
+
* @public
|
|
697
761
|
* <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
|
|
698
762
|
*/
|
|
699
763
|
export declare class InvalidParameterException extends __BaseException {
|
|
@@ -709,6 +773,7 @@ export declare class InvalidParameterException extends __BaseException {
|
|
|
709
773
|
constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
|
|
710
774
|
}
|
|
711
775
|
/**
|
|
776
|
+
* @public
|
|
712
777
|
* <p>
|
|
713
778
|
* The number of API requests has exceeded the maximum allowed API request throttling limit for the account.
|
|
714
779
|
* </p>
|
|
@@ -725,6 +790,9 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
725
790
|
*/
|
|
726
791
|
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
727
792
|
}
|
|
793
|
+
/**
|
|
794
|
+
* @public
|
|
795
|
+
*/
|
|
728
796
|
export interface CreateBudgetActionRequest {
|
|
729
797
|
/**
|
|
730
798
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -769,6 +837,9 @@ export interface CreateBudgetActionRequest {
|
|
|
769
837
|
*/
|
|
770
838
|
Subscribers: Subscriber[] | undefined;
|
|
771
839
|
}
|
|
840
|
+
/**
|
|
841
|
+
* @public
|
|
842
|
+
*/
|
|
772
843
|
export interface CreateBudgetActionResponse {
|
|
773
844
|
/**
|
|
774
845
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -786,6 +857,7 @@ export interface CreateBudgetActionResponse {
|
|
|
786
857
|
ActionId: string | undefined;
|
|
787
858
|
}
|
|
788
859
|
/**
|
|
860
|
+
* @public
|
|
789
861
|
* <p>We can’t locate the resource that you specified.</p>
|
|
790
862
|
*/
|
|
791
863
|
export declare class NotFoundException extends __BaseException {
|
|
@@ -801,6 +873,7 @@ export declare class NotFoundException extends __BaseException {
|
|
|
801
873
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
802
874
|
}
|
|
803
875
|
/**
|
|
876
|
+
* @public
|
|
804
877
|
* <p> Request of CreateNotification </p>
|
|
805
878
|
*/
|
|
806
879
|
export interface CreateNotificationRequest {
|
|
@@ -822,11 +895,13 @@ export interface CreateNotificationRequest {
|
|
|
822
895
|
Subscribers: Subscriber[] | undefined;
|
|
823
896
|
}
|
|
824
897
|
/**
|
|
898
|
+
* @public
|
|
825
899
|
* <p> Response of CreateNotification </p>
|
|
826
900
|
*/
|
|
827
901
|
export interface CreateNotificationResponse {
|
|
828
902
|
}
|
|
829
903
|
/**
|
|
904
|
+
* @public
|
|
830
905
|
* <p> Request of CreateSubscriber </p>
|
|
831
906
|
*/
|
|
832
907
|
export interface CreateSubscriberRequest {
|
|
@@ -848,11 +923,13 @@ export interface CreateSubscriberRequest {
|
|
|
848
923
|
Subscriber: Subscriber | undefined;
|
|
849
924
|
}
|
|
850
925
|
/**
|
|
926
|
+
* @public
|
|
851
927
|
* <p> Response of CreateSubscriber </p>
|
|
852
928
|
*/
|
|
853
929
|
export interface CreateSubscriberResponse {
|
|
854
930
|
}
|
|
855
931
|
/**
|
|
932
|
+
* @public
|
|
856
933
|
* <p> Request of DeleteBudget </p>
|
|
857
934
|
*/
|
|
858
935
|
export interface DeleteBudgetRequest {
|
|
@@ -866,10 +943,14 @@ export interface DeleteBudgetRequest {
|
|
|
866
943
|
BudgetName: string | undefined;
|
|
867
944
|
}
|
|
868
945
|
/**
|
|
946
|
+
* @public
|
|
869
947
|
* <p> Response of DeleteBudget </p>
|
|
870
948
|
*/
|
|
871
949
|
export interface DeleteBudgetResponse {
|
|
872
950
|
}
|
|
951
|
+
/**
|
|
952
|
+
* @public
|
|
953
|
+
*/
|
|
873
954
|
export interface DeleteBudgetActionRequest {
|
|
874
955
|
/**
|
|
875
956
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -886,6 +967,9 @@ export interface DeleteBudgetActionRequest {
|
|
|
886
967
|
*/
|
|
887
968
|
ActionId: string | undefined;
|
|
888
969
|
}
|
|
970
|
+
/**
|
|
971
|
+
* @public
|
|
972
|
+
*/
|
|
889
973
|
export interface DeleteBudgetActionResponse {
|
|
890
974
|
/**
|
|
891
975
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -901,6 +985,7 @@ export interface DeleteBudgetActionResponse {
|
|
|
901
985
|
Action: Action | undefined;
|
|
902
986
|
}
|
|
903
987
|
/**
|
|
988
|
+
* @public
|
|
904
989
|
* <p> The request was received and recognized by the server, but the server rejected that
|
|
905
990
|
* particular method for the requested resource. </p>
|
|
906
991
|
*/
|
|
@@ -917,6 +1002,7 @@ export declare class ResourceLockedException extends __BaseException {
|
|
|
917
1002
|
constructor(opts: __ExceptionOptionType<ResourceLockedException, __BaseException>);
|
|
918
1003
|
}
|
|
919
1004
|
/**
|
|
1005
|
+
* @public
|
|
920
1006
|
* <p> Request of DeleteNotification </p>
|
|
921
1007
|
*/
|
|
922
1008
|
export interface DeleteNotificationRequest {
|
|
@@ -934,11 +1020,13 @@ export interface DeleteNotificationRequest {
|
|
|
934
1020
|
Notification: Notification | undefined;
|
|
935
1021
|
}
|
|
936
1022
|
/**
|
|
1023
|
+
* @public
|
|
937
1024
|
* <p> Response of DeleteNotification </p>
|
|
938
1025
|
*/
|
|
939
1026
|
export interface DeleteNotificationResponse {
|
|
940
1027
|
}
|
|
941
1028
|
/**
|
|
1029
|
+
* @public
|
|
942
1030
|
* <p> Request of DeleteSubscriber </p>
|
|
943
1031
|
*/
|
|
944
1032
|
export interface DeleteSubscriberRequest {
|
|
@@ -960,11 +1048,13 @@ export interface DeleteSubscriberRequest {
|
|
|
960
1048
|
Subscriber: Subscriber | undefined;
|
|
961
1049
|
}
|
|
962
1050
|
/**
|
|
1051
|
+
* @public
|
|
963
1052
|
* <p> Response of DeleteSubscriber </p>
|
|
964
1053
|
*/
|
|
965
1054
|
export interface DeleteSubscriberResponse {
|
|
966
1055
|
}
|
|
967
1056
|
/**
|
|
1057
|
+
* @public
|
|
968
1058
|
* <p> Request of DescribeBudget </p>
|
|
969
1059
|
*/
|
|
970
1060
|
export interface DescribeBudgetRequest {
|
|
@@ -978,6 +1068,7 @@ export interface DescribeBudgetRequest {
|
|
|
978
1068
|
BudgetName: string | undefined;
|
|
979
1069
|
}
|
|
980
1070
|
/**
|
|
1071
|
+
* @public
|
|
981
1072
|
* <p> Response of DescribeBudget </p>
|
|
982
1073
|
*/
|
|
983
1074
|
export interface DescribeBudgetResponse {
|
|
@@ -986,6 +1077,9 @@ export interface DescribeBudgetResponse {
|
|
|
986
1077
|
*/
|
|
987
1078
|
Budget?: Budget;
|
|
988
1079
|
}
|
|
1080
|
+
/**
|
|
1081
|
+
* @public
|
|
1082
|
+
*/
|
|
989
1083
|
export interface DescribeBudgetActionRequest {
|
|
990
1084
|
/**
|
|
991
1085
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -1002,6 +1096,9 @@ export interface DescribeBudgetActionRequest {
|
|
|
1002
1096
|
*/
|
|
1003
1097
|
ActionId: string | undefined;
|
|
1004
1098
|
}
|
|
1099
|
+
/**
|
|
1100
|
+
* @public
|
|
1101
|
+
*/
|
|
1005
1102
|
export interface DescribeBudgetActionResponse {
|
|
1006
1103
|
/**
|
|
1007
1104
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -1018,6 +1115,9 @@ export interface DescribeBudgetActionResponse {
|
|
|
1018
1115
|
*/
|
|
1019
1116
|
Action: Action | undefined;
|
|
1020
1117
|
}
|
|
1118
|
+
/**
|
|
1119
|
+
* @public
|
|
1120
|
+
*/
|
|
1021
1121
|
export interface DescribeBudgetActionHistoriesRequest {
|
|
1022
1122
|
/**
|
|
1023
1123
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -1047,6 +1147,9 @@ export interface DescribeBudgetActionHistoriesRequest {
|
|
|
1047
1147
|
*/
|
|
1048
1148
|
NextToken?: string;
|
|
1049
1149
|
}
|
|
1150
|
+
/**
|
|
1151
|
+
* @public
|
|
1152
|
+
*/
|
|
1050
1153
|
export interface DescribeBudgetActionHistoriesResponse {
|
|
1051
1154
|
/**
|
|
1052
1155
|
* <p>
|
|
@@ -1060,6 +1163,7 @@ export interface DescribeBudgetActionHistoriesResponse {
|
|
|
1060
1163
|
NextToken?: string;
|
|
1061
1164
|
}
|
|
1062
1165
|
/**
|
|
1166
|
+
* @public
|
|
1063
1167
|
* <p>The pagination token is invalid.</p>
|
|
1064
1168
|
*/
|
|
1065
1169
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
@@ -1074,6 +1178,9 @@ export declare class InvalidNextTokenException extends __BaseException {
|
|
|
1074
1178
|
*/
|
|
1075
1179
|
constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
|
|
1076
1180
|
}
|
|
1181
|
+
/**
|
|
1182
|
+
* @public
|
|
1183
|
+
*/
|
|
1077
1184
|
export interface DescribeBudgetActionsForAccountRequest {
|
|
1078
1185
|
/**
|
|
1079
1186
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -1088,6 +1195,9 @@ export interface DescribeBudgetActionsForAccountRequest {
|
|
|
1088
1195
|
*/
|
|
1089
1196
|
NextToken?: string;
|
|
1090
1197
|
}
|
|
1198
|
+
/**
|
|
1199
|
+
* @public
|
|
1200
|
+
*/
|
|
1091
1201
|
export interface DescribeBudgetActionsForAccountResponse {
|
|
1092
1202
|
/**
|
|
1093
1203
|
* <p>
|
|
@@ -1100,6 +1210,9 @@ export interface DescribeBudgetActionsForAccountResponse {
|
|
|
1100
1210
|
*/
|
|
1101
1211
|
NextToken?: string;
|
|
1102
1212
|
}
|
|
1213
|
+
/**
|
|
1214
|
+
* @public
|
|
1215
|
+
*/
|
|
1103
1216
|
export interface DescribeBudgetActionsForBudgetRequest {
|
|
1104
1217
|
/**
|
|
1105
1218
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -1118,6 +1231,9 @@ export interface DescribeBudgetActionsForBudgetRequest {
|
|
|
1118
1231
|
*/
|
|
1119
1232
|
NextToken?: string;
|
|
1120
1233
|
}
|
|
1234
|
+
/**
|
|
1235
|
+
* @public
|
|
1236
|
+
*/
|
|
1121
1237
|
export interface DescribeBudgetActionsForBudgetResponse {
|
|
1122
1238
|
/**
|
|
1123
1239
|
* <p>
|
|
@@ -1130,6 +1246,9 @@ export interface DescribeBudgetActionsForBudgetResponse {
|
|
|
1130
1246
|
*/
|
|
1131
1247
|
NextToken?: string;
|
|
1132
1248
|
}
|
|
1249
|
+
/**
|
|
1250
|
+
* @public
|
|
1251
|
+
*/
|
|
1133
1252
|
export interface DescribeBudgetNotificationsForAccountRequest {
|
|
1134
1253
|
/**
|
|
1135
1254
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -1147,6 +1266,7 @@ export interface DescribeBudgetNotificationsForAccountRequest {
|
|
|
1147
1266
|
NextToken?: string;
|
|
1148
1267
|
}
|
|
1149
1268
|
/**
|
|
1269
|
+
* @public
|
|
1150
1270
|
* <p>
|
|
1151
1271
|
* The budget name and associated notifications for an account.
|
|
1152
1272
|
* </p>
|
|
@@ -1161,6 +1281,9 @@ export interface BudgetNotificationsForAccount {
|
|
|
1161
1281
|
*/
|
|
1162
1282
|
BudgetName?: string;
|
|
1163
1283
|
}
|
|
1284
|
+
/**
|
|
1285
|
+
* @public
|
|
1286
|
+
*/
|
|
1164
1287
|
export interface DescribeBudgetNotificationsForAccountResponse {
|
|
1165
1288
|
/**
|
|
1166
1289
|
* <p>
|
|
@@ -1174,6 +1297,7 @@ export interface DescribeBudgetNotificationsForAccountResponse {
|
|
|
1174
1297
|
NextToken?: string;
|
|
1175
1298
|
}
|
|
1176
1299
|
/**
|
|
1300
|
+
* @public
|
|
1177
1301
|
* <p>The pagination token expired.</p>
|
|
1178
1302
|
*/
|
|
1179
1303
|
export declare class ExpiredNextTokenException extends __BaseException {
|
|
@@ -1188,6 +1312,9 @@ export declare class ExpiredNextTokenException extends __BaseException {
|
|
|
1188
1312
|
*/
|
|
1189
1313
|
constructor(opts: __ExceptionOptionType<ExpiredNextTokenException, __BaseException>);
|
|
1190
1314
|
}
|
|
1315
|
+
/**
|
|
1316
|
+
* @public
|
|
1317
|
+
*/
|
|
1191
1318
|
export interface DescribeBudgetPerformanceHistoryRequest {
|
|
1192
1319
|
/**
|
|
1193
1320
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -1211,6 +1338,7 @@ export interface DescribeBudgetPerformanceHistoryRequest {
|
|
|
1211
1338
|
NextToken?: string;
|
|
1212
1339
|
}
|
|
1213
1340
|
/**
|
|
1341
|
+
* @public
|
|
1214
1342
|
* <p>The amount of cost or usage that you created the budget for, compared to your actual costs or usage.</p>
|
|
1215
1343
|
*/
|
|
1216
1344
|
export interface BudgetedAndActualAmounts {
|
|
@@ -1228,6 +1356,7 @@ export interface BudgetedAndActualAmounts {
|
|
|
1228
1356
|
TimePeriod?: TimePeriod;
|
|
1229
1357
|
}
|
|
1230
1358
|
/**
|
|
1359
|
+
* @public
|
|
1231
1360
|
* <p>A history of the state of a budget at the end of the budget's specified time period.</p>
|
|
1232
1361
|
*/
|
|
1233
1362
|
export interface BudgetPerformanceHistory {
|
|
@@ -1259,6 +1388,9 @@ export interface BudgetPerformanceHistory {
|
|
|
1259
1388
|
*/
|
|
1260
1389
|
BudgetedAndActualAmountsList?: BudgetedAndActualAmounts[];
|
|
1261
1390
|
}
|
|
1391
|
+
/**
|
|
1392
|
+
* @public
|
|
1393
|
+
*/
|
|
1262
1394
|
export interface DescribeBudgetPerformanceHistoryResponse {
|
|
1263
1395
|
/**
|
|
1264
1396
|
* <p>The history of how often the budget has gone into an <code>ALARM</code> state.</p>
|
|
@@ -1271,6 +1403,7 @@ export interface DescribeBudgetPerformanceHistoryResponse {
|
|
|
1271
1403
|
NextToken?: string;
|
|
1272
1404
|
}
|
|
1273
1405
|
/**
|
|
1406
|
+
* @public
|
|
1274
1407
|
* <p> Request of DescribeBudgets </p>
|
|
1275
1408
|
*/
|
|
1276
1409
|
export interface DescribeBudgetsRequest {
|
|
@@ -1288,6 +1421,7 @@ export interface DescribeBudgetsRequest {
|
|
|
1288
1421
|
NextToken?: string;
|
|
1289
1422
|
}
|
|
1290
1423
|
/**
|
|
1424
|
+
* @public
|
|
1291
1425
|
* <p> Response of DescribeBudgets </p>
|
|
1292
1426
|
*/
|
|
1293
1427
|
export interface DescribeBudgetsResponse {
|
|
@@ -1301,6 +1435,7 @@ export interface DescribeBudgetsResponse {
|
|
|
1301
1435
|
NextToken?: string;
|
|
1302
1436
|
}
|
|
1303
1437
|
/**
|
|
1438
|
+
* @public
|
|
1304
1439
|
* <p> Request of DescribeNotificationsForBudget </p>
|
|
1305
1440
|
*/
|
|
1306
1441
|
export interface DescribeNotificationsForBudgetRequest {
|
|
@@ -1322,6 +1457,7 @@ export interface DescribeNotificationsForBudgetRequest {
|
|
|
1322
1457
|
NextToken?: string;
|
|
1323
1458
|
}
|
|
1324
1459
|
/**
|
|
1460
|
+
* @public
|
|
1325
1461
|
* <p> Response of GetNotificationsForBudget </p>
|
|
1326
1462
|
*/
|
|
1327
1463
|
export interface DescribeNotificationsForBudgetResponse {
|
|
@@ -1335,6 +1471,7 @@ export interface DescribeNotificationsForBudgetResponse {
|
|
|
1335
1471
|
NextToken?: string;
|
|
1336
1472
|
}
|
|
1337
1473
|
/**
|
|
1474
|
+
* @public
|
|
1338
1475
|
* <p> Request of DescribeSubscribersForNotification </p>
|
|
1339
1476
|
*/
|
|
1340
1477
|
export interface DescribeSubscribersForNotificationRequest {
|
|
@@ -1360,6 +1497,7 @@ export interface DescribeSubscribersForNotificationRequest {
|
|
|
1360
1497
|
NextToken?: string;
|
|
1361
1498
|
}
|
|
1362
1499
|
/**
|
|
1500
|
+
* @public
|
|
1363
1501
|
* <p> Response of DescribeSubscribersForNotification </p>
|
|
1364
1502
|
*/
|
|
1365
1503
|
export interface DescribeSubscribersForNotificationResponse {
|
|
@@ -1372,12 +1510,18 @@ export interface DescribeSubscribersForNotificationResponse {
|
|
|
1372
1510
|
*/
|
|
1373
1511
|
NextToken?: string;
|
|
1374
1512
|
}
|
|
1513
|
+
/**
|
|
1514
|
+
* @public
|
|
1515
|
+
*/
|
|
1375
1516
|
export declare enum ExecutionType {
|
|
1376
1517
|
ApproveBudgetAction = "APPROVE_BUDGET_ACTION",
|
|
1377
1518
|
ResetBudgetAction = "RESET_BUDGET_ACTION",
|
|
1378
1519
|
RetryBudgetAction = "RETRY_BUDGET_ACTION",
|
|
1379
1520
|
ReverseBudgetAction = "REVERSE_BUDGET_ACTION"
|
|
1380
1521
|
}
|
|
1522
|
+
/**
|
|
1523
|
+
* @public
|
|
1524
|
+
*/
|
|
1381
1525
|
export interface ExecuteBudgetActionRequest {
|
|
1382
1526
|
/**
|
|
1383
1527
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -1400,6 +1544,9 @@ export interface ExecuteBudgetActionRequest {
|
|
|
1400
1544
|
*/
|
|
1401
1545
|
ExecutionType: ExecutionType | string | undefined;
|
|
1402
1546
|
}
|
|
1547
|
+
/**
|
|
1548
|
+
* @public
|
|
1549
|
+
*/
|
|
1403
1550
|
export interface ExecuteBudgetActionResponse {
|
|
1404
1551
|
/**
|
|
1405
1552
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -1423,6 +1570,7 @@ export interface ExecuteBudgetActionResponse {
|
|
|
1423
1570
|
ExecutionType: ExecutionType | string | undefined;
|
|
1424
1571
|
}
|
|
1425
1572
|
/**
|
|
1573
|
+
* @public
|
|
1426
1574
|
* <p> Request of UpdateBudget </p>
|
|
1427
1575
|
*/
|
|
1428
1576
|
export interface UpdateBudgetRequest {
|
|
@@ -1436,10 +1584,14 @@ export interface UpdateBudgetRequest {
|
|
|
1436
1584
|
NewBudget: Budget | undefined;
|
|
1437
1585
|
}
|
|
1438
1586
|
/**
|
|
1587
|
+
* @public
|
|
1439
1588
|
* <p> Response of UpdateBudget </p>
|
|
1440
1589
|
*/
|
|
1441
1590
|
export interface UpdateBudgetResponse {
|
|
1442
1591
|
}
|
|
1592
|
+
/**
|
|
1593
|
+
* @public
|
|
1594
|
+
*/
|
|
1443
1595
|
export interface UpdateBudgetActionRequest {
|
|
1444
1596
|
/**
|
|
1445
1597
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -1484,6 +1636,9 @@ export interface UpdateBudgetActionRequest {
|
|
|
1484
1636
|
*/
|
|
1485
1637
|
Subscribers?: Subscriber[];
|
|
1486
1638
|
}
|
|
1639
|
+
/**
|
|
1640
|
+
* @public
|
|
1641
|
+
*/
|
|
1487
1642
|
export interface UpdateBudgetActionResponse {
|
|
1488
1643
|
/**
|
|
1489
1644
|
* <p>The account ID of the user. It's a 12-digit number.</p>
|
|
@@ -1507,6 +1662,7 @@ export interface UpdateBudgetActionResponse {
|
|
|
1507
1662
|
NewAction: Action | undefined;
|
|
1508
1663
|
}
|
|
1509
1664
|
/**
|
|
1665
|
+
* @public
|
|
1510
1666
|
* <p> Request of UpdateNotification </p>
|
|
1511
1667
|
*/
|
|
1512
1668
|
export interface UpdateNotificationRequest {
|
|
@@ -1528,11 +1684,13 @@ export interface UpdateNotificationRequest {
|
|
|
1528
1684
|
NewNotification: Notification | undefined;
|
|
1529
1685
|
}
|
|
1530
1686
|
/**
|
|
1687
|
+
* @public
|
|
1531
1688
|
* <p> Response of UpdateNotification </p>
|
|
1532
1689
|
*/
|
|
1533
1690
|
export interface UpdateNotificationResponse {
|
|
1534
1691
|
}
|
|
1535
1692
|
/**
|
|
1693
|
+
* @public
|
|
1536
1694
|
* <p> Request of UpdateSubscriber </p>
|
|
1537
1695
|
*/
|
|
1538
1696
|
export interface UpdateSubscriberRequest {
|
|
@@ -1558,6 +1716,7 @@ export interface UpdateSubscriberRequest {
|
|
|
1558
1716
|
NewSubscriber: Subscriber | undefined;
|
|
1559
1717
|
}
|
|
1560
1718
|
/**
|
|
1719
|
+
* @public
|
|
1561
1720
|
* <p> Response of UpdateSubscriber </p>
|
|
1562
1721
|
*/
|
|
1563
1722
|
export interface UpdateSubscriberResponse {
|