@aws-sdk/client-budgets 3.687.0 → 3.692.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/models/models_0.d.ts +97 -97
- package/dist-types/ts3.4/models/models_0.d.ts +97 -97
- package/package.json +35 -35
|
@@ -11,7 +11,7 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
11
11
|
* <p>The error message the exception carries.</p>
|
|
12
12
|
* @public
|
|
13
13
|
*/
|
|
14
|
-
Message?: string;
|
|
14
|
+
Message?: string | undefined;
|
|
15
15
|
/**
|
|
16
16
|
* @internal
|
|
17
17
|
*/
|
|
@@ -84,17 +84,17 @@ export interface IamActionDefinition {
|
|
|
84
84
|
* <p>A list of roles to be attached. There must be at least one role. </p>
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
|
-
Roles?: string[];
|
|
87
|
+
Roles?: string[] | undefined;
|
|
88
88
|
/**
|
|
89
89
|
* <p>A list of groups to be attached. There must be at least one group. </p>
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
|
-
Groups?: string[];
|
|
92
|
+
Groups?: string[] | undefined;
|
|
93
93
|
/**
|
|
94
94
|
* <p>A list of users to be attached. There must be at least one user. </p>
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
|
-
Users?: string[];
|
|
97
|
+
Users?: string[] | undefined;
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
100
|
* <p>The service control policies (SCP) action definition details. </p>
|
|
@@ -154,17 +154,17 @@ export interface Definition {
|
|
|
154
154
|
* <p>The Identity and Access Management (IAM) action definition details. </p>
|
|
155
155
|
* @public
|
|
156
156
|
*/
|
|
157
|
-
IamActionDefinition?: IamActionDefinition;
|
|
157
|
+
IamActionDefinition?: IamActionDefinition | undefined;
|
|
158
158
|
/**
|
|
159
159
|
* <p>The service control policies (SCPs) action definition details. </p>
|
|
160
160
|
* @public
|
|
161
161
|
*/
|
|
162
|
-
ScpActionDefinition?: ScpActionDefinition;
|
|
162
|
+
ScpActionDefinition?: ScpActionDefinition | undefined;
|
|
163
163
|
/**
|
|
164
164
|
* <p>The Amazon Web Services Systems Manager (SSM) action definition details. </p>
|
|
165
165
|
* @public
|
|
166
166
|
*/
|
|
167
|
-
SsmActionDefinition?: SsmActionDefinition;
|
|
167
|
+
SsmActionDefinition?: SsmActionDefinition | undefined;
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
170
|
* @public
|
|
@@ -416,7 +416,7 @@ export interface HistoricalOptions {
|
|
|
416
416
|
* historical cost data.</p>
|
|
417
417
|
* @public
|
|
418
418
|
*/
|
|
419
|
-
LookBackAvailablePeriods?: number;
|
|
419
|
+
LookBackAvailablePeriods?: number | undefined;
|
|
420
420
|
}
|
|
421
421
|
/**
|
|
422
422
|
* <p>The parameters that determine the budget amount for an auto-adjusting budget.</p>
|
|
@@ -434,12 +434,12 @@ export interface AutoAdjustData {
|
|
|
434
434
|
* budget is based on.</p>
|
|
435
435
|
* @public
|
|
436
436
|
*/
|
|
437
|
-
HistoricalOptions?: HistoricalOptions;
|
|
437
|
+
HistoricalOptions?: HistoricalOptions | undefined;
|
|
438
438
|
/**
|
|
439
439
|
* <p>The last time that your budget was auto-adjusted.</p>
|
|
440
440
|
* @public
|
|
441
441
|
*/
|
|
442
|
-
LastAutoAdjustTime?: Date;
|
|
442
|
+
LastAutoAdjustTime?: Date | undefined;
|
|
443
443
|
}
|
|
444
444
|
/**
|
|
445
445
|
* <p>The amount of cost or usage that's measured for a budget.</p>
|
|
@@ -522,7 +522,7 @@ export interface CalculatedSpend {
|
|
|
522
522
|
* use.</p>
|
|
523
523
|
* @public
|
|
524
524
|
*/
|
|
525
|
-
ForecastedSpend?: Spend;
|
|
525
|
+
ForecastedSpend?: Spend | undefined;
|
|
526
526
|
}
|
|
527
527
|
/**
|
|
528
528
|
* <p>The types of cost that are included in a <code>COST</code> budget, such as tax and
|
|
@@ -539,67 +539,67 @@ export interface CostTypes {
|
|
|
539
539
|
* <p>The default value is <code>true</code>.</p>
|
|
540
540
|
* @public
|
|
541
541
|
*/
|
|
542
|
-
IncludeTax?: boolean;
|
|
542
|
+
IncludeTax?: boolean | undefined;
|
|
543
543
|
/**
|
|
544
544
|
* <p>Specifies whether a budget includes subscriptions.</p>
|
|
545
545
|
* <p>The default value is <code>true</code>.</p>
|
|
546
546
|
* @public
|
|
547
547
|
*/
|
|
548
|
-
IncludeSubscription?: boolean;
|
|
548
|
+
IncludeSubscription?: boolean | undefined;
|
|
549
549
|
/**
|
|
550
550
|
* <p>Specifies whether a budget uses a blended rate.</p>
|
|
551
551
|
* <p>The default value is <code>false</code>.</p>
|
|
552
552
|
* @public
|
|
553
553
|
*/
|
|
554
|
-
UseBlended?: boolean;
|
|
554
|
+
UseBlended?: boolean | undefined;
|
|
555
555
|
/**
|
|
556
556
|
* <p>Specifies whether a budget includes refunds.</p>
|
|
557
557
|
* <p>The default value is <code>true</code>.</p>
|
|
558
558
|
* @public
|
|
559
559
|
*/
|
|
560
|
-
IncludeRefund?: boolean;
|
|
560
|
+
IncludeRefund?: boolean | undefined;
|
|
561
561
|
/**
|
|
562
562
|
* <p>Specifies whether a budget includes credits.</p>
|
|
563
563
|
* <p>The default value is <code>true</code>.</p>
|
|
564
564
|
* @public
|
|
565
565
|
*/
|
|
566
|
-
IncludeCredit?: boolean;
|
|
566
|
+
IncludeCredit?: boolean | undefined;
|
|
567
567
|
/**
|
|
568
568
|
* <p>Specifies whether a budget includes upfront RI costs.</p>
|
|
569
569
|
* <p>The default value is <code>true</code>.</p>
|
|
570
570
|
* @public
|
|
571
571
|
*/
|
|
572
|
-
IncludeUpfront?: boolean;
|
|
572
|
+
IncludeUpfront?: boolean | undefined;
|
|
573
573
|
/**
|
|
574
574
|
* <p>Specifies whether a budget includes recurring fees such as monthly RI fees.</p>
|
|
575
575
|
* <p>The default value is <code>true</code>.</p>
|
|
576
576
|
* @public
|
|
577
577
|
*/
|
|
578
|
-
IncludeRecurring?: boolean;
|
|
578
|
+
IncludeRecurring?: boolean | undefined;
|
|
579
579
|
/**
|
|
580
580
|
* <p>Specifies whether a budget includes non-RI subscription costs.</p>
|
|
581
581
|
* <p>The default value is <code>true</code>.</p>
|
|
582
582
|
* @public
|
|
583
583
|
*/
|
|
584
|
-
IncludeOtherSubscription?: boolean;
|
|
584
|
+
IncludeOtherSubscription?: boolean | undefined;
|
|
585
585
|
/**
|
|
586
586
|
* <p>Specifies whether a budget includes support subscription fees.</p>
|
|
587
587
|
* <p>The default value is <code>true</code>.</p>
|
|
588
588
|
* @public
|
|
589
589
|
*/
|
|
590
|
-
IncludeSupport?: boolean;
|
|
590
|
+
IncludeSupport?: boolean | undefined;
|
|
591
591
|
/**
|
|
592
592
|
* <p>Specifies whether a budget includes discounts.</p>
|
|
593
593
|
* <p>The default value is <code>true</code>.</p>
|
|
594
594
|
* @public
|
|
595
595
|
*/
|
|
596
|
-
IncludeDiscount?: boolean;
|
|
596
|
+
IncludeDiscount?: boolean | undefined;
|
|
597
597
|
/**
|
|
598
598
|
* <p>Specifies whether a budget uses the amortized rate.</p>
|
|
599
599
|
* <p>The default value is <code>false</code>.</p>
|
|
600
600
|
* @public
|
|
601
601
|
*/
|
|
602
|
-
UseAmortized?: boolean;
|
|
602
|
+
UseAmortized?: boolean | undefined;
|
|
603
603
|
}
|
|
604
604
|
/**
|
|
605
605
|
* <p>The period of time that's covered by a budget. The period has a start date and an end
|
|
@@ -619,7 +619,7 @@ export interface TimePeriod {
|
|
|
619
619
|
* <p>You can change your start date with the <code>UpdateBudget</code> operation.</p>
|
|
620
620
|
* @public
|
|
621
621
|
*/
|
|
622
|
-
Start?: Date;
|
|
622
|
+
Start?: Date | undefined;
|
|
623
623
|
/**
|
|
624
624
|
* <p>The end date for a budget. If you didn't specify an end date, Amazon Web Services set
|
|
625
625
|
* your end date to <code>06/15/87 00:00 UTC</code>. The defaults are the same for the
|
|
@@ -629,7 +629,7 @@ export interface TimePeriod {
|
|
|
629
629
|
* <code>UpdateBudget</code> operation.</p>
|
|
630
630
|
* @public
|
|
631
631
|
*/
|
|
632
|
-
End?: Date;
|
|
632
|
+
End?: Date | undefined;
|
|
633
633
|
}
|
|
634
634
|
/**
|
|
635
635
|
* @public
|
|
@@ -675,7 +675,7 @@ export interface Budget {
|
|
|
675
675
|
* <code>UpdateBudget</code> actions. </p>
|
|
676
676
|
* @public
|
|
677
677
|
*/
|
|
678
|
-
BudgetLimit?: Spend;
|
|
678
|
+
BudgetLimit?: Spend | undefined;
|
|
679
679
|
/**
|
|
680
680
|
* <p>A map containing multiple <code>BudgetLimit</code>, including current or future
|
|
681
681
|
* limits.</p>
|
|
@@ -707,7 +707,7 @@ export interface Budget {
|
|
|
707
707
|
* <code>PlannedBudgetLimits</code>.</p>
|
|
708
708
|
* @public
|
|
709
709
|
*/
|
|
710
|
-
PlannedBudgetLimits?: Record<string, Spend
|
|
710
|
+
PlannedBudgetLimits?: Record<string, Spend> | undefined;
|
|
711
711
|
/**
|
|
712
712
|
* <p>The cost filters, such as <code>Region</code>, <code>Service</code>,
|
|
713
713
|
* <code>LinkedAccount</code>, <code>Tag</code>, or <code>CostCategory</code>, that are
|
|
@@ -732,7 +732,7 @@ export interface Budget {
|
|
|
732
732
|
* </ul>
|
|
733
733
|
* @public
|
|
734
734
|
*/
|
|
735
|
-
CostFilters?: Record<string, string[]
|
|
735
|
+
CostFilters?: Record<string, string[]> | undefined;
|
|
736
736
|
/**
|
|
737
737
|
* <p>The types of costs that are included in this <code>COST</code> budget.</p>
|
|
738
738
|
* <p>
|
|
@@ -741,7 +741,7 @@ export interface Budget {
|
|
|
741
741
|
* budgets do not have <code>CostTypes</code>.</p>
|
|
742
742
|
* @public
|
|
743
743
|
*/
|
|
744
|
-
CostTypes?: CostTypes;
|
|
744
|
+
CostTypes?: CostTypes | undefined;
|
|
745
745
|
/**
|
|
746
746
|
* <p>The length of time until a budget resets the actual and forecasted spend.</p>
|
|
747
747
|
* @public
|
|
@@ -763,12 +763,12 @@ export interface Budget {
|
|
|
763
763
|
* notifications and subscribers.</p>
|
|
764
764
|
* @public
|
|
765
765
|
*/
|
|
766
|
-
TimePeriod?: TimePeriod;
|
|
766
|
+
TimePeriod?: TimePeriod | undefined;
|
|
767
767
|
/**
|
|
768
768
|
* <p>The actual and forecasted cost or usage that the budget tracks.</p>
|
|
769
769
|
* @public
|
|
770
770
|
*/
|
|
771
|
-
CalculatedSpend?: CalculatedSpend;
|
|
771
|
+
CalculatedSpend?: CalculatedSpend | undefined;
|
|
772
772
|
/**
|
|
773
773
|
* <p>Specifies whether this budget tracks costs, usage, RI utilization, RI coverage,
|
|
774
774
|
* Savings Plans utilization, or Savings Plans coverage.</p>
|
|
@@ -779,12 +779,12 @@ export interface Budget {
|
|
|
779
779
|
* <p>The last time that you updated this budget.</p>
|
|
780
780
|
* @public
|
|
781
781
|
*/
|
|
782
|
-
LastUpdatedTime?: Date;
|
|
782
|
+
LastUpdatedTime?: Date | undefined;
|
|
783
783
|
/**
|
|
784
784
|
* <p>The parameters that determine the budget amount for an auto-adjusting budget.</p>
|
|
785
785
|
* @public
|
|
786
786
|
*/
|
|
787
|
-
AutoAdjustData?: AutoAdjustData;
|
|
787
|
+
AutoAdjustData?: AutoAdjustData | undefined;
|
|
788
788
|
}
|
|
789
789
|
/**
|
|
790
790
|
* @public
|
|
@@ -869,13 +869,13 @@ export interface Notification {
|
|
|
869
869
|
* 80%, Amazon Web Services notifies you when you go over 160 dollars.</p>
|
|
870
870
|
* @public
|
|
871
871
|
*/
|
|
872
|
-
ThresholdType?: ThresholdType;
|
|
872
|
+
ThresholdType?: ThresholdType | undefined;
|
|
873
873
|
/**
|
|
874
874
|
* <p>Specifies whether this notification is in alarm. If a budget notification is in the
|
|
875
875
|
* <code>ALARM</code> state, you passed the set threshold for the budget.</p>
|
|
876
876
|
* @public
|
|
877
877
|
*/
|
|
878
|
-
NotificationState?: NotificationState;
|
|
878
|
+
NotificationState?: NotificationState | undefined;
|
|
879
879
|
}
|
|
880
880
|
/**
|
|
881
881
|
* <p>A notification with subscribers. A notification can have one SNS subscriber and up to
|
|
@@ -929,13 +929,13 @@ export interface CreateBudgetRequest {
|
|
|
929
929
|
* <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>
|
|
930
930
|
* @public
|
|
931
931
|
*/
|
|
932
|
-
NotificationsWithSubscribers?: NotificationWithSubscribers[];
|
|
932
|
+
NotificationsWithSubscribers?: NotificationWithSubscribers[] | undefined;
|
|
933
933
|
/**
|
|
934
934
|
* <p>An optional list of tags to associate with the specified budget. Each tag consists of a
|
|
935
935
|
* key and a value, and each key must be unique for the resource.</p>
|
|
936
936
|
* @public
|
|
937
937
|
*/
|
|
938
|
-
ResourceTags?: ResourceTag[];
|
|
938
|
+
ResourceTags?: ResourceTag[] | undefined;
|
|
939
939
|
}
|
|
940
940
|
/**
|
|
941
941
|
* <p> Response of CreateBudget </p>
|
|
@@ -954,7 +954,7 @@ export declare class CreationLimitExceededException extends __BaseException {
|
|
|
954
954
|
* <p>The error message the exception carries.</p>
|
|
955
955
|
* @public
|
|
956
956
|
*/
|
|
957
|
-
Message?: string;
|
|
957
|
+
Message?: string | undefined;
|
|
958
958
|
/**
|
|
959
959
|
* @internal
|
|
960
960
|
*/
|
|
@@ -971,7 +971,7 @@ export declare class DuplicateRecordException extends __BaseException {
|
|
|
971
971
|
* <p>The error message the exception carries.</p>
|
|
972
972
|
* @public
|
|
973
973
|
*/
|
|
974
|
-
Message?: string;
|
|
974
|
+
Message?: string | undefined;
|
|
975
975
|
/**
|
|
976
976
|
* @internal
|
|
977
977
|
*/
|
|
@@ -988,7 +988,7 @@ export declare class InternalErrorException extends __BaseException {
|
|
|
988
988
|
* <p>The error message the exception carries.</p>
|
|
989
989
|
* @public
|
|
990
990
|
*/
|
|
991
|
-
Message?: string;
|
|
991
|
+
Message?: string | undefined;
|
|
992
992
|
/**
|
|
993
993
|
* @internal
|
|
994
994
|
*/
|
|
@@ -1005,7 +1005,7 @@ export declare class InvalidParameterException extends __BaseException {
|
|
|
1005
1005
|
* <p>The error message the exception carries.</p>
|
|
1006
1006
|
* @public
|
|
1007
1007
|
*/
|
|
1008
|
-
Message?: string;
|
|
1008
|
+
Message?: string | undefined;
|
|
1009
1009
|
/**
|
|
1010
1010
|
* @internal
|
|
1011
1011
|
*/
|
|
@@ -1022,7 +1022,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
1022
1022
|
* <p>The error message the exception carries.</p>
|
|
1023
1023
|
* @public
|
|
1024
1024
|
*/
|
|
1025
|
-
Message?: string;
|
|
1025
|
+
Message?: string | undefined;
|
|
1026
1026
|
/**
|
|
1027
1027
|
* @internal
|
|
1028
1028
|
*/
|
|
@@ -1040,7 +1040,7 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
1040
1040
|
* <p>The error message the exception carries.</p>
|
|
1041
1041
|
* @public
|
|
1042
1042
|
*/
|
|
1043
|
-
Message?: string;
|
|
1043
|
+
Message?: string | undefined;
|
|
1044
1044
|
/**
|
|
1045
1045
|
* @internal
|
|
1046
1046
|
*/
|
|
@@ -1107,7 +1107,7 @@ export interface CreateBudgetActionRequest {
|
|
|
1107
1107
|
* key and a value, and each key must be unique for the resource.</p>
|
|
1108
1108
|
* @public
|
|
1109
1109
|
*/
|
|
1110
|
-
ResourceTags?: ResourceTag[];
|
|
1110
|
+
ResourceTags?: ResourceTag[] | undefined;
|
|
1111
1111
|
}
|
|
1112
1112
|
/**
|
|
1113
1113
|
* @public
|
|
@@ -1143,7 +1143,7 @@ export declare class NotFoundException extends __BaseException {
|
|
|
1143
1143
|
* <p>The error message the exception carries.</p>
|
|
1144
1144
|
* @public
|
|
1145
1145
|
*/
|
|
1146
|
-
Message?: string;
|
|
1146
|
+
Message?: string | undefined;
|
|
1147
1147
|
/**
|
|
1148
1148
|
* @internal
|
|
1149
1149
|
*/
|
|
@@ -1291,7 +1291,7 @@ export declare class ResourceLockedException extends __BaseException {
|
|
|
1291
1291
|
* <p>The error message the exception carries.</p>
|
|
1292
1292
|
* @public
|
|
1293
1293
|
*/
|
|
1294
|
-
Message?: string;
|
|
1294
|
+
Message?: string | undefined;
|
|
1295
1295
|
/**
|
|
1296
1296
|
* @internal
|
|
1297
1297
|
*/
|
|
@@ -1381,7 +1381,7 @@ export interface DescribeBudgetResponse {
|
|
|
1381
1381
|
* <p>The description of the budget.</p>
|
|
1382
1382
|
* @public
|
|
1383
1383
|
*/
|
|
1384
|
-
Budget?: Budget;
|
|
1384
|
+
Budget?: Budget | undefined;
|
|
1385
1385
|
}
|
|
1386
1386
|
/**
|
|
1387
1387
|
* @public
|
|
@@ -1457,18 +1457,18 @@ export interface DescribeBudgetActionHistoriesRequest {
|
|
|
1457
1457
|
* date. </p>
|
|
1458
1458
|
* @public
|
|
1459
1459
|
*/
|
|
1460
|
-
TimePeriod?: TimePeriod;
|
|
1460
|
+
TimePeriod?: TimePeriod | undefined;
|
|
1461
1461
|
/**
|
|
1462
1462
|
* <p> An integer that represents how many entries a paginated response contains. The
|
|
1463
1463
|
* maximum is 100.</p>
|
|
1464
1464
|
* @public
|
|
1465
1465
|
*/
|
|
1466
|
-
MaxResults?: number;
|
|
1466
|
+
MaxResults?: number | undefined;
|
|
1467
1467
|
/**
|
|
1468
1468
|
* <p> A generic string.</p>
|
|
1469
1469
|
* @public
|
|
1470
1470
|
*/
|
|
1471
|
-
NextToken?: string;
|
|
1471
|
+
NextToken?: string | undefined;
|
|
1472
1472
|
}
|
|
1473
1473
|
/**
|
|
1474
1474
|
* @public
|
|
@@ -1485,7 +1485,7 @@ export interface DescribeBudgetActionHistoriesResponse {
|
|
|
1485
1485
|
* <p> A generic string.</p>
|
|
1486
1486
|
* @public
|
|
1487
1487
|
*/
|
|
1488
|
-
NextToken?: string;
|
|
1488
|
+
NextToken?: string | undefined;
|
|
1489
1489
|
}
|
|
1490
1490
|
/**
|
|
1491
1491
|
* <p>The pagination token is invalid.</p>
|
|
@@ -1498,7 +1498,7 @@ export declare class InvalidNextTokenException extends __BaseException {
|
|
|
1498
1498
|
* <p>The error message the exception carries.</p>
|
|
1499
1499
|
* @public
|
|
1500
1500
|
*/
|
|
1501
|
-
Message?: string;
|
|
1501
|
+
Message?: string | undefined;
|
|
1502
1502
|
/**
|
|
1503
1503
|
* @internal
|
|
1504
1504
|
*/
|
|
@@ -1518,12 +1518,12 @@ export interface DescribeBudgetActionsForAccountRequest {
|
|
|
1518
1518
|
* maximum is 100.</p>
|
|
1519
1519
|
* @public
|
|
1520
1520
|
*/
|
|
1521
|
-
MaxResults?: number;
|
|
1521
|
+
MaxResults?: number | undefined;
|
|
1522
1522
|
/**
|
|
1523
1523
|
* <p> A generic string.</p>
|
|
1524
1524
|
* @public
|
|
1525
1525
|
*/
|
|
1526
|
-
NextToken?: string;
|
|
1526
|
+
NextToken?: string | undefined;
|
|
1527
1527
|
}
|
|
1528
1528
|
/**
|
|
1529
1529
|
* @public
|
|
@@ -1540,7 +1540,7 @@ export interface DescribeBudgetActionsForAccountResponse {
|
|
|
1540
1540
|
* <p> A generic string.</p>
|
|
1541
1541
|
* @public
|
|
1542
1542
|
*/
|
|
1543
|
-
NextToken?: string;
|
|
1543
|
+
NextToken?: string | undefined;
|
|
1544
1544
|
}
|
|
1545
1545
|
/**
|
|
1546
1546
|
* @public
|
|
@@ -1562,12 +1562,12 @@ export interface DescribeBudgetActionsForBudgetRequest {
|
|
|
1562
1562
|
* maximum is 100.</p>
|
|
1563
1563
|
* @public
|
|
1564
1564
|
*/
|
|
1565
|
-
MaxResults?: number;
|
|
1565
|
+
MaxResults?: number | undefined;
|
|
1566
1566
|
/**
|
|
1567
1567
|
* <p> A generic string.</p>
|
|
1568
1568
|
* @public
|
|
1569
1569
|
*/
|
|
1570
|
-
NextToken?: string;
|
|
1570
|
+
NextToken?: string | undefined;
|
|
1571
1571
|
}
|
|
1572
1572
|
/**
|
|
1573
1573
|
* @public
|
|
@@ -1584,7 +1584,7 @@ export interface DescribeBudgetActionsForBudgetResponse {
|
|
|
1584
1584
|
* <p> A generic string.</p>
|
|
1585
1585
|
* @public
|
|
1586
1586
|
*/
|
|
1587
|
-
NextToken?: string;
|
|
1587
|
+
NextToken?: string | undefined;
|
|
1588
1588
|
}
|
|
1589
1589
|
/**
|
|
1590
1590
|
* @public
|
|
@@ -1600,12 +1600,12 @@ export interface DescribeBudgetNotificationsForAccountRequest {
|
|
|
1600
1600
|
* default is 50. </p>
|
|
1601
1601
|
* @public
|
|
1602
1602
|
*/
|
|
1603
|
-
MaxResults?: number;
|
|
1603
|
+
MaxResults?: number | undefined;
|
|
1604
1604
|
/**
|
|
1605
1605
|
* <p> A generic string.</p>
|
|
1606
1606
|
* @public
|
|
1607
1607
|
*/
|
|
1608
|
-
NextToken?: string;
|
|
1608
|
+
NextToken?: string | undefined;
|
|
1609
1609
|
}
|
|
1610
1610
|
/**
|
|
1611
1611
|
* <p>
|
|
@@ -1618,13 +1618,13 @@ export interface BudgetNotificationsForAccount {
|
|
|
1618
1618
|
* <p> A list of notifications.</p>
|
|
1619
1619
|
* @public
|
|
1620
1620
|
*/
|
|
1621
|
-
Notifications?: Notification[];
|
|
1621
|
+
Notifications?: Notification[] | undefined;
|
|
1622
1622
|
/**
|
|
1623
1623
|
* <p> A string that represents the budget name. The ":" and "\" characters, and the
|
|
1624
1624
|
* "/action/" substring, aren't allowed.</p>
|
|
1625
1625
|
* @public
|
|
1626
1626
|
*/
|
|
1627
|
-
BudgetName?: string;
|
|
1627
|
+
BudgetName?: string | undefined;
|
|
1628
1628
|
}
|
|
1629
1629
|
/**
|
|
1630
1630
|
* @public
|
|
@@ -1634,12 +1634,12 @@ export interface DescribeBudgetNotificationsForAccountResponse {
|
|
|
1634
1634
|
* <p> A list of budget names and associated notifications for an account. </p>
|
|
1635
1635
|
* @public
|
|
1636
1636
|
*/
|
|
1637
|
-
BudgetNotificationsForAccount?: BudgetNotificationsForAccount[];
|
|
1637
|
+
BudgetNotificationsForAccount?: BudgetNotificationsForAccount[] | undefined;
|
|
1638
1638
|
/**
|
|
1639
1639
|
* <p> A generic string.</p>
|
|
1640
1640
|
* @public
|
|
1641
1641
|
*/
|
|
1642
|
-
NextToken?: string;
|
|
1642
|
+
NextToken?: string | undefined;
|
|
1643
1643
|
}
|
|
1644
1644
|
/**
|
|
1645
1645
|
* <p>The pagination token expired.</p>
|
|
@@ -1652,7 +1652,7 @@ export declare class ExpiredNextTokenException extends __BaseException {
|
|
|
1652
1652
|
* <p>The error message the exception carries.</p>
|
|
1653
1653
|
* @public
|
|
1654
1654
|
*/
|
|
1655
|
-
Message?: string;
|
|
1655
|
+
Message?: string | undefined;
|
|
1656
1656
|
/**
|
|
1657
1657
|
* @internal
|
|
1658
1658
|
*/
|
|
@@ -1677,18 +1677,18 @@ export interface DescribeBudgetPerformanceHistoryRequest {
|
|
|
1677
1677
|
* <p>Retrieves how often the budget went into an <code>ALARM</code> state for the specified time period.</p>
|
|
1678
1678
|
* @public
|
|
1679
1679
|
*/
|
|
1680
|
-
TimePeriod?: TimePeriod;
|
|
1680
|
+
TimePeriod?: TimePeriod | undefined;
|
|
1681
1681
|
/**
|
|
1682
1682
|
* <p> An integer that represents how many entries a paginated response contains. The
|
|
1683
1683
|
* maximum is 100.</p>
|
|
1684
1684
|
* @public
|
|
1685
1685
|
*/
|
|
1686
|
-
MaxResults?: number;
|
|
1686
|
+
MaxResults?: number | undefined;
|
|
1687
1687
|
/**
|
|
1688
1688
|
* <p> A generic string.</p>
|
|
1689
1689
|
* @public
|
|
1690
1690
|
*/
|
|
1691
|
-
NextToken?: string;
|
|
1691
|
+
NextToken?: string | undefined;
|
|
1692
1692
|
}
|
|
1693
1693
|
/**
|
|
1694
1694
|
* <p>The amount of cost or usage that you created the budget for, compared to your actual
|
|
@@ -1700,17 +1700,17 @@ export interface BudgetedAndActualAmounts {
|
|
|
1700
1700
|
* <p>The amount of cost or usage that you created the budget for.</p>
|
|
1701
1701
|
* @public
|
|
1702
1702
|
*/
|
|
1703
|
-
BudgetedAmount?: Spend;
|
|
1703
|
+
BudgetedAmount?: Spend | undefined;
|
|
1704
1704
|
/**
|
|
1705
1705
|
* <p>Your actual costs or usage for a budget period.</p>
|
|
1706
1706
|
* @public
|
|
1707
1707
|
*/
|
|
1708
|
-
ActualAmount?: Spend;
|
|
1708
|
+
ActualAmount?: Spend | undefined;
|
|
1709
1709
|
/**
|
|
1710
1710
|
* <p>The time period that's covered by this budget comparison.</p>
|
|
1711
1711
|
* @public
|
|
1712
1712
|
*/
|
|
1713
|
-
TimePeriod?: TimePeriod;
|
|
1713
|
+
TimePeriod?: TimePeriod | undefined;
|
|
1714
1714
|
}
|
|
1715
1715
|
/**
|
|
1716
1716
|
* <p>A history of the state of a budget at the end of the budget's specified time
|
|
@@ -1723,7 +1723,7 @@ export interface BudgetPerformanceHistory {
|
|
|
1723
1723
|
* "/action/" substring, aren't allowed.</p>
|
|
1724
1724
|
* @public
|
|
1725
1725
|
*/
|
|
1726
|
-
BudgetName?: string;
|
|
1726
|
+
BudgetName?: string | undefined;
|
|
1727
1727
|
/**
|
|
1728
1728
|
* <p> The type of a budget. It must be one of the following types: </p>
|
|
1729
1729
|
* <p>
|
|
@@ -1732,28 +1732,28 @@ export interface BudgetPerformanceHistory {
|
|
|
1732
1732
|
* <code>SAVINGS_PLANS_COVERAGE</code>.</p>
|
|
1733
1733
|
* @public
|
|
1734
1734
|
*/
|
|
1735
|
-
BudgetType?: BudgetType;
|
|
1735
|
+
BudgetType?: BudgetType | undefined;
|
|
1736
1736
|
/**
|
|
1737
1737
|
* <p>The history of the cost filters for a budget during the specified time period.</p>
|
|
1738
1738
|
* @public
|
|
1739
1739
|
*/
|
|
1740
|
-
CostFilters?: Record<string, string[]
|
|
1740
|
+
CostFilters?: Record<string, string[]> | undefined;
|
|
1741
1741
|
/**
|
|
1742
1742
|
* <p>The history of the cost types for a budget during the specified time period.</p>
|
|
1743
1743
|
* @public
|
|
1744
1744
|
*/
|
|
1745
|
-
CostTypes?: CostTypes;
|
|
1745
|
+
CostTypes?: CostTypes | undefined;
|
|
1746
1746
|
/**
|
|
1747
1747
|
* <p> The time unit of the budget, such as MONTHLY or QUARTERLY.</p>
|
|
1748
1748
|
* @public
|
|
1749
1749
|
*/
|
|
1750
|
-
TimeUnit?: TimeUnit;
|
|
1750
|
+
TimeUnit?: TimeUnit | undefined;
|
|
1751
1751
|
/**
|
|
1752
1752
|
* <p>A list of amounts of cost or usage that you created budgets for, which are compared to
|
|
1753
1753
|
* your actual costs or usage.</p>
|
|
1754
1754
|
* @public
|
|
1755
1755
|
*/
|
|
1756
|
-
BudgetedAndActualAmountsList?: BudgetedAndActualAmounts[];
|
|
1756
|
+
BudgetedAndActualAmountsList?: BudgetedAndActualAmounts[] | undefined;
|
|
1757
1757
|
}
|
|
1758
1758
|
/**
|
|
1759
1759
|
* @public
|
|
@@ -1764,12 +1764,12 @@ export interface DescribeBudgetPerformanceHistoryResponse {
|
|
|
1764
1764
|
* <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>
|
|
1765
1765
|
* @public
|
|
1766
1766
|
*/
|
|
1767
|
-
BudgetPerformanceHistory?: BudgetPerformanceHistory;
|
|
1767
|
+
BudgetPerformanceHistory?: BudgetPerformanceHistory | undefined;
|
|
1768
1768
|
/**
|
|
1769
1769
|
* <p> A generic string.</p>
|
|
1770
1770
|
* @public
|
|
1771
1771
|
*/
|
|
1772
|
-
NextToken?: string;
|
|
1772
|
+
NextToken?: string | undefined;
|
|
1773
1773
|
}
|
|
1774
1774
|
/**
|
|
1775
1775
|
* <p> Request of DescribeBudgets </p>
|
|
@@ -1787,12 +1787,12 @@ export interface DescribeBudgetsRequest {
|
|
|
1787
1787
|
* 100.</p>
|
|
1788
1788
|
* @public
|
|
1789
1789
|
*/
|
|
1790
|
-
MaxResults?: number;
|
|
1790
|
+
MaxResults?: number | undefined;
|
|
1791
1791
|
/**
|
|
1792
1792
|
* <p>The pagination token that you include in your request to indicate the next set of results that you want to retrieve.</p>
|
|
1793
1793
|
* @public
|
|
1794
1794
|
*/
|
|
1795
|
-
NextToken?: string;
|
|
1795
|
+
NextToken?: string | undefined;
|
|
1796
1796
|
}
|
|
1797
1797
|
/**
|
|
1798
1798
|
* <p> Response of DescribeBudgets </p>
|
|
@@ -1803,12 +1803,12 @@ export interface DescribeBudgetsResponse {
|
|
|
1803
1803
|
* <p>A list of budgets.</p>
|
|
1804
1804
|
* @public
|
|
1805
1805
|
*/
|
|
1806
|
-
Budgets?: Budget[];
|
|
1806
|
+
Budgets?: Budget[] | undefined;
|
|
1807
1807
|
/**
|
|
1808
1808
|
* <p>The pagination token in the service response that indicates the next set of results that you can retrieve.</p>
|
|
1809
1809
|
* @public
|
|
1810
1810
|
*/
|
|
1811
|
-
NextToken?: string;
|
|
1811
|
+
NextToken?: string | undefined;
|
|
1812
1812
|
}
|
|
1813
1813
|
/**
|
|
1814
1814
|
* <p> Request of DescribeNotificationsForBudget </p>
|
|
@@ -1830,12 +1830,12 @@ export interface DescribeNotificationsForBudgetRequest {
|
|
|
1830
1830
|
* <p>An optional integer that represents how many entries a paginated response contains.</p>
|
|
1831
1831
|
* @public
|
|
1832
1832
|
*/
|
|
1833
|
-
MaxResults?: number;
|
|
1833
|
+
MaxResults?: number | undefined;
|
|
1834
1834
|
/**
|
|
1835
1835
|
* <p>The pagination token that you include in your request to indicate the next set of results that you want to retrieve.</p>
|
|
1836
1836
|
* @public
|
|
1837
1837
|
*/
|
|
1838
|
-
NextToken?: string;
|
|
1838
|
+
NextToken?: string | undefined;
|
|
1839
1839
|
}
|
|
1840
1840
|
/**
|
|
1841
1841
|
* <p> Response of GetNotificationsForBudget </p>
|
|
@@ -1846,12 +1846,12 @@ export interface DescribeNotificationsForBudgetResponse {
|
|
|
1846
1846
|
* <p>A list of notifications that are associated with a budget.</p>
|
|
1847
1847
|
* @public
|
|
1848
1848
|
*/
|
|
1849
|
-
Notifications?: Notification[];
|
|
1849
|
+
Notifications?: Notification[] | undefined;
|
|
1850
1850
|
/**
|
|
1851
1851
|
* <p>The pagination token in the service response that indicates the next set of results that you can retrieve.</p>
|
|
1852
1852
|
* @public
|
|
1853
1853
|
*/
|
|
1854
|
-
NextToken?: string;
|
|
1854
|
+
NextToken?: string | undefined;
|
|
1855
1855
|
}
|
|
1856
1856
|
/**
|
|
1857
1857
|
* <p> Request of DescribeSubscribersForNotification </p>
|
|
@@ -1877,12 +1877,12 @@ export interface DescribeSubscribersForNotificationRequest {
|
|
|
1877
1877
|
* <p>An optional integer that represents how many entries a paginated response contains.</p>
|
|
1878
1878
|
* @public
|
|
1879
1879
|
*/
|
|
1880
|
-
MaxResults?: number;
|
|
1880
|
+
MaxResults?: number | undefined;
|
|
1881
1881
|
/**
|
|
1882
1882
|
* <p>The pagination token that you include in your request to indicate the next set of results that you want to retrieve.</p>
|
|
1883
1883
|
* @public
|
|
1884
1884
|
*/
|
|
1885
|
-
NextToken?: string;
|
|
1885
|
+
NextToken?: string | undefined;
|
|
1886
1886
|
}
|
|
1887
1887
|
/**
|
|
1888
1888
|
* <p> Response of DescribeSubscribersForNotification </p>
|
|
@@ -1893,12 +1893,12 @@ export interface DescribeSubscribersForNotificationResponse {
|
|
|
1893
1893
|
* <p>A list of subscribers that are associated with a notification.</p>
|
|
1894
1894
|
* @public
|
|
1895
1895
|
*/
|
|
1896
|
-
Subscribers?: Subscriber[];
|
|
1896
|
+
Subscribers?: Subscriber[] | undefined;
|
|
1897
1897
|
/**
|
|
1898
1898
|
* <p>The pagination token in the service response that indicates the next set of results that you can retrieve.</p>
|
|
1899
1899
|
* @public
|
|
1900
1900
|
*/
|
|
1901
|
-
NextToken?: string;
|
|
1901
|
+
NextToken?: string | undefined;
|
|
1902
1902
|
}
|
|
1903
1903
|
/**
|
|
1904
1904
|
* @public
|
|
@@ -1992,7 +1992,7 @@ export interface ListTagsForResourceResponse {
|
|
|
1992
1992
|
* <p>The tags associated with the resource.</p>
|
|
1993
1993
|
* @public
|
|
1994
1994
|
*/
|
|
1995
|
-
ResourceTags?: ResourceTag[];
|
|
1995
|
+
ResourceTags?: ResourceTag[] | undefined;
|
|
1996
1996
|
}
|
|
1997
1997
|
/**
|
|
1998
1998
|
* @public
|
|
@@ -2082,36 +2082,36 @@ export interface UpdateBudgetActionRequest {
|
|
|
2082
2082
|
* <p> The type of a notification. It must be ACTUAL or FORECASTED.</p>
|
|
2083
2083
|
* @public
|
|
2084
2084
|
*/
|
|
2085
|
-
NotificationType?: NotificationType;
|
|
2085
|
+
NotificationType?: NotificationType | undefined;
|
|
2086
2086
|
/**
|
|
2087
2087
|
* <p>The trigger threshold of the action. </p>
|
|
2088
2088
|
* @public
|
|
2089
2089
|
*/
|
|
2090
|
-
ActionThreshold?: ActionThreshold;
|
|
2090
|
+
ActionThreshold?: ActionThreshold | undefined;
|
|
2091
2091
|
/**
|
|
2092
2092
|
* <p>Specifies all of the type-specific parameters. </p>
|
|
2093
2093
|
* @public
|
|
2094
2094
|
*/
|
|
2095
|
-
Definition?: Definition;
|
|
2095
|
+
Definition?: Definition | undefined;
|
|
2096
2096
|
/**
|
|
2097
2097
|
* <p>
|
|
2098
2098
|
* The role passed for action execution and reversion. Roles and actions must be in the same account.
|
|
2099
2099
|
* </p>
|
|
2100
2100
|
* @public
|
|
2101
2101
|
*/
|
|
2102
|
-
ExecutionRoleArn?: string;
|
|
2102
|
+
ExecutionRoleArn?: string | undefined;
|
|
2103
2103
|
/**
|
|
2104
2104
|
* <p>
|
|
2105
2105
|
* This specifies if the action needs manual or automatic approval.
|
|
2106
2106
|
* </p>
|
|
2107
2107
|
* @public
|
|
2108
2108
|
*/
|
|
2109
|
-
ApprovalModel?: ApprovalModel;
|
|
2109
|
+
ApprovalModel?: ApprovalModel | undefined;
|
|
2110
2110
|
/**
|
|
2111
2111
|
* <p> A list of subscribers.</p>
|
|
2112
2112
|
* @public
|
|
2113
2113
|
*/
|
|
2114
|
-
Subscribers?: Subscriber[];
|
|
2114
|
+
Subscribers?: Subscriber[] | undefined;
|
|
2115
2115
|
}
|
|
2116
2116
|
/**
|
|
2117
2117
|
* @public
|
|
@@ -3,7 +3,7 @@ import { BudgetsServiceException as __BaseException } from "./BudgetsServiceExce
|
|
|
3
3
|
export declare class AccessDeniedException extends __BaseException {
|
|
4
4
|
readonly name: "AccessDeniedException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
|
-
Message?: string;
|
|
6
|
+
Message?: string | undefined;
|
|
7
7
|
constructor(
|
|
8
8
|
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
9
|
);
|
|
@@ -30,9 +30,9 @@ export declare const ApprovalModel: {
|
|
|
30
30
|
export type ApprovalModel = (typeof ApprovalModel)[keyof typeof ApprovalModel];
|
|
31
31
|
export interface IamActionDefinition {
|
|
32
32
|
PolicyArn: string | undefined;
|
|
33
|
-
Roles?: string[];
|
|
34
|
-
Groups?: string[];
|
|
35
|
-
Users?: string[];
|
|
33
|
+
Roles?: string[] | undefined;
|
|
34
|
+
Groups?: string[] | undefined;
|
|
35
|
+
Users?: string[] | undefined;
|
|
36
36
|
}
|
|
37
37
|
export interface ScpActionDefinition {
|
|
38
38
|
PolicyId: string | undefined;
|
|
@@ -49,9 +49,9 @@ export interface SsmActionDefinition {
|
|
|
49
49
|
InstanceIds: string[] | undefined;
|
|
50
50
|
}
|
|
51
51
|
export interface Definition {
|
|
52
|
-
IamActionDefinition?: IamActionDefinition;
|
|
53
|
-
ScpActionDefinition?: ScpActionDefinition;
|
|
54
|
-
SsmActionDefinition?: SsmActionDefinition;
|
|
52
|
+
IamActionDefinition?: IamActionDefinition | undefined;
|
|
53
|
+
ScpActionDefinition?: ScpActionDefinition | undefined;
|
|
54
|
+
SsmActionDefinition?: SsmActionDefinition | undefined;
|
|
55
55
|
}
|
|
56
56
|
export declare const NotificationType: {
|
|
57
57
|
readonly ACTUAL: "ACTUAL";
|
|
@@ -120,12 +120,12 @@ export type AutoAdjustType =
|
|
|
120
120
|
(typeof AutoAdjustType)[keyof typeof AutoAdjustType];
|
|
121
121
|
export interface HistoricalOptions {
|
|
122
122
|
BudgetAdjustmentPeriod: number | undefined;
|
|
123
|
-
LookBackAvailablePeriods?: number;
|
|
123
|
+
LookBackAvailablePeriods?: number | undefined;
|
|
124
124
|
}
|
|
125
125
|
export interface AutoAdjustData {
|
|
126
126
|
AutoAdjustType: AutoAdjustType | undefined;
|
|
127
|
-
HistoricalOptions?: HistoricalOptions;
|
|
128
|
-
LastAutoAdjustTime?: Date;
|
|
127
|
+
HistoricalOptions?: HistoricalOptions | undefined;
|
|
128
|
+
LastAutoAdjustTime?: Date | undefined;
|
|
129
129
|
}
|
|
130
130
|
export interface Spend {
|
|
131
131
|
Amount: string | undefined;
|
|
@@ -142,24 +142,24 @@ export declare const BudgetType: {
|
|
|
142
142
|
export type BudgetType = (typeof BudgetType)[keyof typeof BudgetType];
|
|
143
143
|
export interface CalculatedSpend {
|
|
144
144
|
ActualSpend: Spend | undefined;
|
|
145
|
-
ForecastedSpend?: Spend;
|
|
145
|
+
ForecastedSpend?: Spend | undefined;
|
|
146
146
|
}
|
|
147
147
|
export interface CostTypes {
|
|
148
|
-
IncludeTax?: boolean;
|
|
149
|
-
IncludeSubscription?: boolean;
|
|
150
|
-
UseBlended?: boolean;
|
|
151
|
-
IncludeRefund?: boolean;
|
|
152
|
-
IncludeCredit?: boolean;
|
|
153
|
-
IncludeUpfront?: boolean;
|
|
154
|
-
IncludeRecurring?: boolean;
|
|
155
|
-
IncludeOtherSubscription?: boolean;
|
|
156
|
-
IncludeSupport?: boolean;
|
|
157
|
-
IncludeDiscount?: boolean;
|
|
158
|
-
UseAmortized?: boolean;
|
|
148
|
+
IncludeTax?: boolean | undefined;
|
|
149
|
+
IncludeSubscription?: boolean | undefined;
|
|
150
|
+
UseBlended?: boolean | undefined;
|
|
151
|
+
IncludeRefund?: boolean | undefined;
|
|
152
|
+
IncludeCredit?: boolean | undefined;
|
|
153
|
+
IncludeUpfront?: boolean | undefined;
|
|
154
|
+
IncludeRecurring?: boolean | undefined;
|
|
155
|
+
IncludeOtherSubscription?: boolean | undefined;
|
|
156
|
+
IncludeSupport?: boolean | undefined;
|
|
157
|
+
IncludeDiscount?: boolean | undefined;
|
|
158
|
+
UseAmortized?: boolean | undefined;
|
|
159
159
|
}
|
|
160
160
|
export interface TimePeriod {
|
|
161
|
-
Start?: Date;
|
|
162
|
-
End?: Date;
|
|
161
|
+
Start?: Date | undefined;
|
|
162
|
+
End?: Date | undefined;
|
|
163
163
|
}
|
|
164
164
|
export declare const TimeUnit: {
|
|
165
165
|
readonly ANNUALLY: "ANNUALLY";
|
|
@@ -170,16 +170,16 @@ export declare const TimeUnit: {
|
|
|
170
170
|
export type TimeUnit = (typeof TimeUnit)[keyof typeof TimeUnit];
|
|
171
171
|
export interface Budget {
|
|
172
172
|
BudgetName: string | undefined;
|
|
173
|
-
BudgetLimit?: Spend;
|
|
174
|
-
PlannedBudgetLimits?: Record<string, Spend
|
|
175
|
-
CostFilters?: Record<string, string[]
|
|
176
|
-
CostTypes?: CostTypes;
|
|
173
|
+
BudgetLimit?: Spend | undefined;
|
|
174
|
+
PlannedBudgetLimits?: Record<string, Spend> | undefined;
|
|
175
|
+
CostFilters?: Record<string, string[]> | undefined;
|
|
176
|
+
CostTypes?: CostTypes | undefined;
|
|
177
177
|
TimeUnit: TimeUnit | undefined;
|
|
178
|
-
TimePeriod?: TimePeriod;
|
|
179
|
-
CalculatedSpend?: CalculatedSpend;
|
|
178
|
+
TimePeriod?: TimePeriod | undefined;
|
|
179
|
+
CalculatedSpend?: CalculatedSpend | undefined;
|
|
180
180
|
BudgetType: BudgetType | undefined;
|
|
181
|
-
LastUpdatedTime?: Date;
|
|
182
|
-
AutoAdjustData?: AutoAdjustData;
|
|
181
|
+
LastUpdatedTime?: Date | undefined;
|
|
182
|
+
AutoAdjustData?: AutoAdjustData | undefined;
|
|
183
183
|
}
|
|
184
184
|
export declare const ComparisonOperator: {
|
|
185
185
|
readonly EQUAL_TO: "EQUAL_TO";
|
|
@@ -198,8 +198,8 @@ export interface Notification {
|
|
|
198
198
|
NotificationType: NotificationType | undefined;
|
|
199
199
|
ComparisonOperator: ComparisonOperator | undefined;
|
|
200
200
|
Threshold: number | undefined;
|
|
201
|
-
ThresholdType?: ThresholdType;
|
|
202
|
-
NotificationState?: NotificationState;
|
|
201
|
+
ThresholdType?: ThresholdType | undefined;
|
|
202
|
+
NotificationState?: NotificationState | undefined;
|
|
203
203
|
}
|
|
204
204
|
export interface NotificationWithSubscribers {
|
|
205
205
|
Notification: Notification | undefined;
|
|
@@ -212,14 +212,14 @@ export interface ResourceTag {
|
|
|
212
212
|
export interface CreateBudgetRequest {
|
|
213
213
|
AccountId: string | undefined;
|
|
214
214
|
Budget: Budget | undefined;
|
|
215
|
-
NotificationsWithSubscribers?: NotificationWithSubscribers[];
|
|
216
|
-
ResourceTags?: ResourceTag[];
|
|
215
|
+
NotificationsWithSubscribers?: NotificationWithSubscribers[] | undefined;
|
|
216
|
+
ResourceTags?: ResourceTag[] | undefined;
|
|
217
217
|
}
|
|
218
218
|
export interface CreateBudgetResponse {}
|
|
219
219
|
export declare class CreationLimitExceededException extends __BaseException {
|
|
220
220
|
readonly name: "CreationLimitExceededException";
|
|
221
221
|
readonly $fault: "client";
|
|
222
|
-
Message?: string;
|
|
222
|
+
Message?: string | undefined;
|
|
223
223
|
constructor(
|
|
224
224
|
opts: __ExceptionOptionType<CreationLimitExceededException, __BaseException>
|
|
225
225
|
);
|
|
@@ -227,7 +227,7 @@ export declare class CreationLimitExceededException extends __BaseException {
|
|
|
227
227
|
export declare class DuplicateRecordException extends __BaseException {
|
|
228
228
|
readonly name: "DuplicateRecordException";
|
|
229
229
|
readonly $fault: "client";
|
|
230
|
-
Message?: string;
|
|
230
|
+
Message?: string | undefined;
|
|
231
231
|
constructor(
|
|
232
232
|
opts: __ExceptionOptionType<DuplicateRecordException, __BaseException>
|
|
233
233
|
);
|
|
@@ -235,7 +235,7 @@ export declare class DuplicateRecordException extends __BaseException {
|
|
|
235
235
|
export declare class InternalErrorException extends __BaseException {
|
|
236
236
|
readonly name: "InternalErrorException";
|
|
237
237
|
readonly $fault: "server";
|
|
238
|
-
Message?: string;
|
|
238
|
+
Message?: string | undefined;
|
|
239
239
|
constructor(
|
|
240
240
|
opts: __ExceptionOptionType<InternalErrorException, __BaseException>
|
|
241
241
|
);
|
|
@@ -243,7 +243,7 @@ export declare class InternalErrorException extends __BaseException {
|
|
|
243
243
|
export declare class InvalidParameterException extends __BaseException {
|
|
244
244
|
readonly name: "InvalidParameterException";
|
|
245
245
|
readonly $fault: "client";
|
|
246
|
-
Message?: string;
|
|
246
|
+
Message?: string | undefined;
|
|
247
247
|
constructor(
|
|
248
248
|
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
249
249
|
);
|
|
@@ -251,7 +251,7 @@ export declare class InvalidParameterException extends __BaseException {
|
|
|
251
251
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
252
252
|
readonly name: "ServiceQuotaExceededException";
|
|
253
253
|
readonly $fault: "client";
|
|
254
|
-
Message?: string;
|
|
254
|
+
Message?: string | undefined;
|
|
255
255
|
constructor(
|
|
256
256
|
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
257
257
|
);
|
|
@@ -259,7 +259,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
259
259
|
export declare class ThrottlingException extends __BaseException {
|
|
260
260
|
readonly name: "ThrottlingException";
|
|
261
261
|
readonly $fault: "client";
|
|
262
|
-
Message?: string;
|
|
262
|
+
Message?: string | undefined;
|
|
263
263
|
constructor(
|
|
264
264
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
265
265
|
);
|
|
@@ -274,7 +274,7 @@ export interface CreateBudgetActionRequest {
|
|
|
274
274
|
ExecutionRoleArn: string | undefined;
|
|
275
275
|
ApprovalModel: ApprovalModel | undefined;
|
|
276
276
|
Subscribers: Subscriber[] | undefined;
|
|
277
|
-
ResourceTags?: ResourceTag[];
|
|
277
|
+
ResourceTags?: ResourceTag[] | undefined;
|
|
278
278
|
}
|
|
279
279
|
export interface CreateBudgetActionResponse {
|
|
280
280
|
AccountId: string | undefined;
|
|
@@ -284,7 +284,7 @@ export interface CreateBudgetActionResponse {
|
|
|
284
284
|
export declare class NotFoundException extends __BaseException {
|
|
285
285
|
readonly name: "NotFoundException";
|
|
286
286
|
readonly $fault: "client";
|
|
287
|
-
Message?: string;
|
|
287
|
+
Message?: string | undefined;
|
|
288
288
|
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
289
289
|
}
|
|
290
290
|
export interface CreateNotificationRequest {
|
|
@@ -319,7 +319,7 @@ export interface DeleteBudgetActionResponse {
|
|
|
319
319
|
export declare class ResourceLockedException extends __BaseException {
|
|
320
320
|
readonly name: "ResourceLockedException";
|
|
321
321
|
readonly $fault: "client";
|
|
322
|
-
Message?: string;
|
|
322
|
+
Message?: string | undefined;
|
|
323
323
|
constructor(
|
|
324
324
|
opts: __ExceptionOptionType<ResourceLockedException, __BaseException>
|
|
325
325
|
);
|
|
@@ -342,7 +342,7 @@ export interface DescribeBudgetRequest {
|
|
|
342
342
|
BudgetName: string | undefined;
|
|
343
343
|
}
|
|
344
344
|
export interface DescribeBudgetResponse {
|
|
345
|
-
Budget?: Budget;
|
|
345
|
+
Budget?: Budget | undefined;
|
|
346
346
|
}
|
|
347
347
|
export interface DescribeBudgetActionRequest {
|
|
348
348
|
AccountId: string | undefined;
|
|
@@ -358,58 +358,58 @@ export interface DescribeBudgetActionHistoriesRequest {
|
|
|
358
358
|
AccountId: string | undefined;
|
|
359
359
|
BudgetName: string | undefined;
|
|
360
360
|
ActionId: string | undefined;
|
|
361
|
-
TimePeriod?: TimePeriod;
|
|
362
|
-
MaxResults?: number;
|
|
363
|
-
NextToken?: string;
|
|
361
|
+
TimePeriod?: TimePeriod | undefined;
|
|
362
|
+
MaxResults?: number | undefined;
|
|
363
|
+
NextToken?: string | undefined;
|
|
364
364
|
}
|
|
365
365
|
export interface DescribeBudgetActionHistoriesResponse {
|
|
366
366
|
ActionHistories: ActionHistory[] | undefined;
|
|
367
|
-
NextToken?: string;
|
|
367
|
+
NextToken?: string | undefined;
|
|
368
368
|
}
|
|
369
369
|
export declare class InvalidNextTokenException extends __BaseException {
|
|
370
370
|
readonly name: "InvalidNextTokenException";
|
|
371
371
|
readonly $fault: "client";
|
|
372
|
-
Message?: string;
|
|
372
|
+
Message?: string | undefined;
|
|
373
373
|
constructor(
|
|
374
374
|
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
375
375
|
);
|
|
376
376
|
}
|
|
377
377
|
export interface DescribeBudgetActionsForAccountRequest {
|
|
378
378
|
AccountId: string | undefined;
|
|
379
|
-
MaxResults?: number;
|
|
380
|
-
NextToken?: string;
|
|
379
|
+
MaxResults?: number | undefined;
|
|
380
|
+
NextToken?: string | undefined;
|
|
381
381
|
}
|
|
382
382
|
export interface DescribeBudgetActionsForAccountResponse {
|
|
383
383
|
Actions: Action[] | undefined;
|
|
384
|
-
NextToken?: string;
|
|
384
|
+
NextToken?: string | undefined;
|
|
385
385
|
}
|
|
386
386
|
export interface DescribeBudgetActionsForBudgetRequest {
|
|
387
387
|
AccountId: string | undefined;
|
|
388
388
|
BudgetName: string | undefined;
|
|
389
|
-
MaxResults?: number;
|
|
390
|
-
NextToken?: string;
|
|
389
|
+
MaxResults?: number | undefined;
|
|
390
|
+
NextToken?: string | undefined;
|
|
391
391
|
}
|
|
392
392
|
export interface DescribeBudgetActionsForBudgetResponse {
|
|
393
393
|
Actions: Action[] | undefined;
|
|
394
|
-
NextToken?: string;
|
|
394
|
+
NextToken?: string | undefined;
|
|
395
395
|
}
|
|
396
396
|
export interface DescribeBudgetNotificationsForAccountRequest {
|
|
397
397
|
AccountId: string | undefined;
|
|
398
|
-
MaxResults?: number;
|
|
399
|
-
NextToken?: string;
|
|
398
|
+
MaxResults?: number | undefined;
|
|
399
|
+
NextToken?: string | undefined;
|
|
400
400
|
}
|
|
401
401
|
export interface BudgetNotificationsForAccount {
|
|
402
|
-
Notifications?: Notification[];
|
|
403
|
-
BudgetName?: string;
|
|
402
|
+
Notifications?: Notification[] | undefined;
|
|
403
|
+
BudgetName?: string | undefined;
|
|
404
404
|
}
|
|
405
405
|
export interface DescribeBudgetNotificationsForAccountResponse {
|
|
406
|
-
BudgetNotificationsForAccount?: BudgetNotificationsForAccount[];
|
|
407
|
-
NextToken?: string;
|
|
406
|
+
BudgetNotificationsForAccount?: BudgetNotificationsForAccount[] | undefined;
|
|
407
|
+
NextToken?: string | undefined;
|
|
408
408
|
}
|
|
409
409
|
export declare class ExpiredNextTokenException extends __BaseException {
|
|
410
410
|
readonly name: "ExpiredNextTokenException";
|
|
411
411
|
readonly $fault: "client";
|
|
412
|
-
Message?: string;
|
|
412
|
+
Message?: string | undefined;
|
|
413
413
|
constructor(
|
|
414
414
|
opts: __ExceptionOptionType<ExpiredNextTokenException, __BaseException>
|
|
415
415
|
);
|
|
@@ -417,56 +417,56 @@ export declare class ExpiredNextTokenException extends __BaseException {
|
|
|
417
417
|
export interface DescribeBudgetPerformanceHistoryRequest {
|
|
418
418
|
AccountId: string | undefined;
|
|
419
419
|
BudgetName: string | undefined;
|
|
420
|
-
TimePeriod?: TimePeriod;
|
|
421
|
-
MaxResults?: number;
|
|
422
|
-
NextToken?: string;
|
|
420
|
+
TimePeriod?: TimePeriod | undefined;
|
|
421
|
+
MaxResults?: number | undefined;
|
|
422
|
+
NextToken?: string | undefined;
|
|
423
423
|
}
|
|
424
424
|
export interface BudgetedAndActualAmounts {
|
|
425
|
-
BudgetedAmount?: Spend;
|
|
426
|
-
ActualAmount?: Spend;
|
|
427
|
-
TimePeriod?: TimePeriod;
|
|
425
|
+
BudgetedAmount?: Spend | undefined;
|
|
426
|
+
ActualAmount?: Spend | undefined;
|
|
427
|
+
TimePeriod?: TimePeriod | undefined;
|
|
428
428
|
}
|
|
429
429
|
export interface BudgetPerformanceHistory {
|
|
430
|
-
BudgetName?: string;
|
|
431
|
-
BudgetType?: BudgetType;
|
|
432
|
-
CostFilters?: Record<string, string[]
|
|
433
|
-
CostTypes?: CostTypes;
|
|
434
|
-
TimeUnit?: TimeUnit;
|
|
435
|
-
BudgetedAndActualAmountsList?: BudgetedAndActualAmounts[];
|
|
430
|
+
BudgetName?: string | undefined;
|
|
431
|
+
BudgetType?: BudgetType | undefined;
|
|
432
|
+
CostFilters?: Record<string, string[]> | undefined;
|
|
433
|
+
CostTypes?: CostTypes | undefined;
|
|
434
|
+
TimeUnit?: TimeUnit | undefined;
|
|
435
|
+
BudgetedAndActualAmountsList?: BudgetedAndActualAmounts[] | undefined;
|
|
436
436
|
}
|
|
437
437
|
export interface DescribeBudgetPerformanceHistoryResponse {
|
|
438
|
-
BudgetPerformanceHistory?: BudgetPerformanceHistory;
|
|
439
|
-
NextToken?: string;
|
|
438
|
+
BudgetPerformanceHistory?: BudgetPerformanceHistory | undefined;
|
|
439
|
+
NextToken?: string | undefined;
|
|
440
440
|
}
|
|
441
441
|
export interface DescribeBudgetsRequest {
|
|
442
442
|
AccountId: string | undefined;
|
|
443
|
-
MaxResults?: number;
|
|
444
|
-
NextToken?: string;
|
|
443
|
+
MaxResults?: number | undefined;
|
|
444
|
+
NextToken?: string | undefined;
|
|
445
445
|
}
|
|
446
446
|
export interface DescribeBudgetsResponse {
|
|
447
|
-
Budgets?: Budget[];
|
|
448
|
-
NextToken?: string;
|
|
447
|
+
Budgets?: Budget[] | undefined;
|
|
448
|
+
NextToken?: string | undefined;
|
|
449
449
|
}
|
|
450
450
|
export interface DescribeNotificationsForBudgetRequest {
|
|
451
451
|
AccountId: string | undefined;
|
|
452
452
|
BudgetName: string | undefined;
|
|
453
|
-
MaxResults?: number;
|
|
454
|
-
NextToken?: string;
|
|
453
|
+
MaxResults?: number | undefined;
|
|
454
|
+
NextToken?: string | undefined;
|
|
455
455
|
}
|
|
456
456
|
export interface DescribeNotificationsForBudgetResponse {
|
|
457
|
-
Notifications?: Notification[];
|
|
458
|
-
NextToken?: string;
|
|
457
|
+
Notifications?: Notification[] | undefined;
|
|
458
|
+
NextToken?: string | undefined;
|
|
459
459
|
}
|
|
460
460
|
export interface DescribeSubscribersForNotificationRequest {
|
|
461
461
|
AccountId: string | undefined;
|
|
462
462
|
BudgetName: string | undefined;
|
|
463
463
|
Notification: Notification | undefined;
|
|
464
|
-
MaxResults?: number;
|
|
465
|
-
NextToken?: string;
|
|
464
|
+
MaxResults?: number | undefined;
|
|
465
|
+
NextToken?: string | undefined;
|
|
466
466
|
}
|
|
467
467
|
export interface DescribeSubscribersForNotificationResponse {
|
|
468
|
-
Subscribers?: Subscriber[];
|
|
469
|
-
NextToken?: string;
|
|
468
|
+
Subscribers?: Subscriber[] | undefined;
|
|
469
|
+
NextToken?: string | undefined;
|
|
470
470
|
}
|
|
471
471
|
export declare const ExecutionType: {
|
|
472
472
|
readonly ApproveBudgetAction: "APPROVE_BUDGET_ACTION";
|
|
@@ -491,7 +491,7 @@ export interface ListTagsForResourceRequest {
|
|
|
491
491
|
ResourceARN: string | undefined;
|
|
492
492
|
}
|
|
493
493
|
export interface ListTagsForResourceResponse {
|
|
494
|
-
ResourceTags?: ResourceTag[];
|
|
494
|
+
ResourceTags?: ResourceTag[] | undefined;
|
|
495
495
|
}
|
|
496
496
|
export interface TagResourceRequest {
|
|
497
497
|
ResourceARN: string | undefined;
|
|
@@ -512,12 +512,12 @@ export interface UpdateBudgetActionRequest {
|
|
|
512
512
|
AccountId: string | undefined;
|
|
513
513
|
BudgetName: string | undefined;
|
|
514
514
|
ActionId: string | undefined;
|
|
515
|
-
NotificationType?: NotificationType;
|
|
516
|
-
ActionThreshold?: ActionThreshold;
|
|
517
|
-
Definition?: Definition;
|
|
518
|
-
ExecutionRoleArn?: string;
|
|
519
|
-
ApprovalModel?: ApprovalModel;
|
|
520
|
-
Subscribers?: Subscriber[];
|
|
515
|
+
NotificationType?: NotificationType | undefined;
|
|
516
|
+
ActionThreshold?: ActionThreshold | undefined;
|
|
517
|
+
Definition?: Definition | undefined;
|
|
518
|
+
ExecutionRoleArn?: string | undefined;
|
|
519
|
+
ApprovalModel?: ApprovalModel | undefined;
|
|
520
|
+
Subscribers?: Subscriber[] | undefined;
|
|
521
521
|
}
|
|
522
522
|
export interface UpdateBudgetActionResponse {
|
|
523
523
|
AccountId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-budgets",
|
|
3
3
|
"description": "AWS SDK for JavaScript Budgets Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.692.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-budgets",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.5.
|
|
38
|
-
"@smithy/fetch-http-handler": "^4.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.2.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.4.
|
|
50
|
-
"@smithy/types": "^3.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.692.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.692.0",
|
|
25
|
+
"@aws-sdk/core": "3.692.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.692.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.692.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.692.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.692.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.692.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.692.0",
|
|
32
|
+
"@aws-sdk/types": "3.692.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.692.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.692.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.692.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.11",
|
|
37
|
+
"@smithy/core": "^2.5.2",
|
|
38
|
+
"@smithy/fetch-http-handler": "^4.1.0",
|
|
39
|
+
"@smithy/hash-node": "^3.0.9",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.9",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.11",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.2.2",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.26",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.9",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.9",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.10",
|
|
47
|
+
"@smithy/node-http-handler": "^3.3.0",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.6",
|
|
49
|
+
"@smithy/smithy-client": "^3.4.3",
|
|
50
|
+
"@smithy/types": "^3.7.0",
|
|
51
|
+
"@smithy/url-parser": "^3.0.9",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.26",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.26",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.5",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.9",
|
|
59
|
+
"@smithy/util-retry": "^3.0.9",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|