@aws-sdk/client-cost-explorer 3.428.0 → 3.429.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.
|
@@ -163,7 +163,7 @@ export interface Anomaly {
|
|
|
163
163
|
* @public
|
|
164
164
|
* <p>The feedback value. </p>
|
|
165
165
|
*/
|
|
166
|
-
Feedback?: AnomalyFeedbackType
|
|
166
|
+
Feedback?: AnomalyFeedbackType;
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
169
169
|
* @public
|
|
@@ -239,7 +239,7 @@ export interface CostCategoryValues {
|
|
|
239
239
|
* <code>MatchOptions</code> is <code>EQUALS</code> and <code>CASE_SENSITIVE</code>.
|
|
240
240
|
* </p>
|
|
241
241
|
*/
|
|
242
|
-
MatchOptions?:
|
|
242
|
+
MatchOptions?: MatchOption[];
|
|
243
243
|
}
|
|
244
244
|
/**
|
|
245
245
|
* @public
|
|
@@ -304,7 +304,7 @@ export interface DimensionValues {
|
|
|
304
304
|
* <code>ANOMALY_TOTAL_IMPACT_ABSOLUTE</code> and
|
|
305
305
|
* <code>ANOMALY_TOTAL_IMPACT_PERCENTAGE</code> can only be used in <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AnomalySubscription.html">AnomalySubscriptions</a>.</p>
|
|
306
306
|
*/
|
|
307
|
-
Key?: Dimension
|
|
307
|
+
Key?: Dimension;
|
|
308
308
|
/**
|
|
309
309
|
* @public
|
|
310
310
|
* <p>The metadata values that you can use to filter and group your results. You can use
|
|
@@ -321,7 +321,7 @@ export interface DimensionValues {
|
|
|
321
321
|
* <p>The default values for <code>MatchOptions</code> are <code>EQUALS</code> and
|
|
322
322
|
* <code>CASE_SENSITIVE</code>.</p>
|
|
323
323
|
*/
|
|
324
|
-
MatchOptions?:
|
|
324
|
+
MatchOptions?: MatchOption[];
|
|
325
325
|
}
|
|
326
326
|
/**
|
|
327
327
|
* @public
|
|
@@ -352,7 +352,7 @@ export interface TagValues {
|
|
|
352
352
|
* <code>MatchOptions</code> are <code>EQUALS</code> and
|
|
353
353
|
* <code>CASE_SENSITIVE</code>.</p>
|
|
354
354
|
*/
|
|
355
|
-
MatchOptions?:
|
|
355
|
+
MatchOptions?: MatchOption[];
|
|
356
356
|
}
|
|
357
357
|
/**
|
|
358
358
|
* @public
|
|
@@ -418,12 +418,12 @@ export interface Subscriber {
|
|
|
418
418
|
* @public
|
|
419
419
|
* <p>The notification delivery channel. </p>
|
|
420
420
|
*/
|
|
421
|
-
Type?: SubscriberType
|
|
421
|
+
Type?: SubscriberType;
|
|
422
422
|
/**
|
|
423
423
|
* @public
|
|
424
424
|
* <p>Indicates if the subscriber accepts the notifications. </p>
|
|
425
425
|
*/
|
|
426
|
-
Status?: SubscriberStatus
|
|
426
|
+
Status?: SubscriberStatus;
|
|
427
427
|
}
|
|
428
428
|
/**
|
|
429
429
|
* @public
|
|
@@ -528,7 +528,7 @@ export interface CostCategoryInheritedValueDimension {
|
|
|
528
528
|
* account name. If you specify <code>TAG</code>, the cost category value is based on the
|
|
529
529
|
* value of the specified tag key.</p>
|
|
530
530
|
*/
|
|
531
|
-
DimensionName?: CostCategoryInheritedValueDimensionName
|
|
531
|
+
DimensionName?: CostCategoryInheritedValueDimensionName;
|
|
532
532
|
/**
|
|
533
533
|
* @public
|
|
534
534
|
* <p>The key to extract cost category values.</p>
|
|
@@ -591,7 +591,7 @@ export interface CostCategorySplitChargeRuleParameter {
|
|
|
591
591
|
* @public
|
|
592
592
|
* <p>The parameter type. </p>
|
|
593
593
|
*/
|
|
594
|
-
Type: CostCategorySplitChargeRuleParameterType |
|
|
594
|
+
Type: CostCategorySplitChargeRuleParameterType | undefined;
|
|
595
595
|
/**
|
|
596
596
|
* @public
|
|
597
597
|
* <p>The parameter values. </p>
|
|
@@ -628,7 +628,7 @@ export interface CostCategorySplitChargeRule {
|
|
|
628
628
|
* allocation percentage.</p>
|
|
629
629
|
* <p>><code>Even</code> - Allocates costs evenly across all targets.</p>
|
|
630
630
|
*/
|
|
631
|
-
Method: CostCategorySplitChargeMethod |
|
|
631
|
+
Method: CostCategorySplitChargeMethod | undefined;
|
|
632
632
|
/**
|
|
633
633
|
* @public
|
|
634
634
|
* <p>The parameters for a split charge method. This is only required for the
|
|
@@ -796,12 +796,12 @@ export interface CostCategoryProcessingStatus {
|
|
|
796
796
|
* @public
|
|
797
797
|
* <p>The Cost Management product name of the applied status. </p>
|
|
798
798
|
*/
|
|
799
|
-
Component?: CostCategoryStatusComponent
|
|
799
|
+
Component?: CostCategoryStatusComponent;
|
|
800
800
|
/**
|
|
801
801
|
* @public
|
|
802
802
|
* <p>The process status for a specific cost category. </p>
|
|
803
803
|
*/
|
|
804
|
-
Status?: CostCategoryStatus
|
|
804
|
+
Status?: CostCategoryStatus;
|
|
805
805
|
}
|
|
806
806
|
/**
|
|
807
807
|
* @public
|
|
@@ -828,7 +828,7 @@ export interface TotalImpactFilter {
|
|
|
828
828
|
* @public
|
|
829
829
|
* <p>The comparing value that's used in the filter. </p>
|
|
830
830
|
*/
|
|
831
|
-
NumericOperator: NumericOperator |
|
|
831
|
+
NumericOperator: NumericOperator | undefined;
|
|
832
832
|
/**
|
|
833
833
|
* @public
|
|
834
834
|
* <p>The lower bound dollar value that's used in the filter. </p>
|
|
@@ -860,7 +860,7 @@ export interface GetAnomaliesRequest {
|
|
|
860
860
|
* @public
|
|
861
861
|
* <p>Filters anomaly results by the feedback field on the anomaly object. </p>
|
|
862
862
|
*/
|
|
863
|
-
Feedback?: AnomalyFeedbackType
|
|
863
|
+
Feedback?: AnomalyFeedbackType;
|
|
864
864
|
/**
|
|
865
865
|
* @public
|
|
866
866
|
* <p>Filters anomaly results by the total impact field on the anomaly object. For example, you
|
|
@@ -1018,7 +1018,7 @@ export interface GroupDefinition {
|
|
|
1018
1018
|
* @public
|
|
1019
1019
|
* <p>The string that represents the type of group.</p>
|
|
1020
1020
|
*/
|
|
1021
|
-
Type?: GroupDefinitionType
|
|
1021
|
+
Type?: GroupDefinitionType;
|
|
1022
1022
|
/**
|
|
1023
1023
|
* @public
|
|
1024
1024
|
* <p>The string that represents a key for a specified group.</p>
|
|
@@ -1217,7 +1217,7 @@ export interface SortDefinition {
|
|
|
1217
1217
|
* @public
|
|
1218
1218
|
* <p>The order that's used to sort the data.</p>
|
|
1219
1219
|
*/
|
|
1220
|
-
SortOrder?: SortOrder
|
|
1220
|
+
SortOrder?: SortOrder;
|
|
1221
1221
|
}
|
|
1222
1222
|
/**
|
|
1223
1223
|
* @public
|
|
@@ -1684,7 +1684,7 @@ export interface EC2Specification {
|
|
|
1684
1684
|
* <p>Indicates whether you want a recommendation for standard or convertible
|
|
1685
1685
|
* reservations.</p>
|
|
1686
1686
|
*/
|
|
1687
|
-
OfferingClass?: OfferingClass
|
|
1687
|
+
OfferingClass?: OfferingClass;
|
|
1688
1688
|
}
|
|
1689
1689
|
/**
|
|
1690
1690
|
* @public
|
|
@@ -2120,24 +2120,24 @@ export interface ReservationPurchaseRecommendation {
|
|
|
2120
2120
|
* for. For example, you can purchase this reservation for an entire organization in
|
|
2121
2121
|
* Amazon Web Services Organizations.</p>
|
|
2122
2122
|
*/
|
|
2123
|
-
AccountScope?: AccountScope
|
|
2123
|
+
AccountScope?: AccountScope;
|
|
2124
2124
|
/**
|
|
2125
2125
|
* @public
|
|
2126
2126
|
* <p>How many days of previous usage that Amazon Web Services considers when making this
|
|
2127
2127
|
* recommendation.</p>
|
|
2128
2128
|
*/
|
|
2129
|
-
LookbackPeriodInDays?: LookbackPeriodInDays
|
|
2129
|
+
LookbackPeriodInDays?: LookbackPeriodInDays;
|
|
2130
2130
|
/**
|
|
2131
2131
|
* @public
|
|
2132
2132
|
* <p>The term of the reservation that you want recommendations for, in years.</p>
|
|
2133
2133
|
*/
|
|
2134
|
-
TermInYears?: TermInYears
|
|
2134
|
+
TermInYears?: TermInYears;
|
|
2135
2135
|
/**
|
|
2136
2136
|
* @public
|
|
2137
2137
|
* <p>The payment option for the reservation (for example, <code>AllUpfront</code> or
|
|
2138
2138
|
* <code>NoUpfront</code>).</p>
|
|
2139
2139
|
*/
|
|
2140
|
-
PaymentOption?: PaymentOption
|
|
2140
|
+
PaymentOption?: PaymentOption;
|
|
2141
2141
|
/**
|
|
2142
2142
|
* @public
|
|
2143
2143
|
* <p>Hardware specifications for the service that you want recommendations for.</p>
|
|
@@ -2374,7 +2374,7 @@ export interface RightsizingRecommendationConfiguration {
|
|
|
2374
2374
|
* for instances across other families. The default value is
|
|
2375
2375
|
* <code>SAME_INSTANCE_FAMILY</code>. </p>
|
|
2376
2376
|
*/
|
|
2377
|
-
RecommendationTarget: RecommendationTarget |
|
|
2377
|
+
RecommendationTarget: RecommendationTarget | undefined;
|
|
2378
2378
|
/**
|
|
2379
2379
|
* @public
|
|
2380
2380
|
* <p>The option to consider RI or Savings Plans discount benefits in your savings
|
|
@@ -2402,7 +2402,7 @@ export interface RightsizingRecommendationMetadata {
|
|
|
2402
2402
|
* <p>The number of days of previous usage that Amazon Web Services considers when making
|
|
2403
2403
|
* this recommendation.</p>
|
|
2404
2404
|
*/
|
|
2405
|
-
LookbackPeriodInDays?: LookbackPeriodInDays
|
|
2405
|
+
LookbackPeriodInDays?: LookbackPeriodInDays;
|
|
2406
2406
|
/**
|
|
2407
2407
|
* @public
|
|
2408
2408
|
* <p>Additional metadata that might be applicable to the recommendation.</p>
|
|
@@ -2753,7 +2753,7 @@ export interface TargetInstance {
|
|
|
2753
2753
|
* <p>Explains the actions that you might need to take to successfully migrate your
|
|
2754
2754
|
* workloads from the current instance type to the recommended instance type. </p>
|
|
2755
2755
|
*/
|
|
2756
|
-
PlatformDifferences?:
|
|
2756
|
+
PlatformDifferences?: PlatformDifference[];
|
|
2757
2757
|
}
|
|
2758
2758
|
/**
|
|
2759
2759
|
* @public
|
|
@@ -2816,7 +2816,7 @@ export interface RightsizingRecommendation {
|
|
|
2816
2816
|
* @public
|
|
2817
2817
|
* <p>A recommendation to either terminate or modify the resource.</p>
|
|
2818
2818
|
*/
|
|
2819
|
-
RightsizingType?: RightsizingType
|
|
2819
|
+
RightsizingType?: RightsizingType;
|
|
2820
2820
|
/**
|
|
2821
2821
|
* @public
|
|
2822
2822
|
* <p>The details for the modification recommendations. </p>
|
|
@@ -2832,7 +2832,7 @@ export interface RightsizingRecommendation {
|
|
|
2832
2832
|
* <p>The list of possible reasons why the recommendation is generated, such as under- or
|
|
2833
2833
|
* over-utilization of specific metrics (for example, CPU, Memory, Network). </p>
|
|
2834
2834
|
*/
|
|
2835
|
-
FindingReasonCodes?:
|
|
2835
|
+
FindingReasonCodes?: FindingReasonCode[];
|
|
2836
2836
|
}
|
|
2837
2837
|
/**
|
|
2838
2838
|
* @public
|
|
@@ -2964,28 +2964,28 @@ export interface RecommendationDetailData {
|
|
|
2964
2964
|
* value is set to PAYER. If the value is LINKED, recommendations are calculated for
|
|
2965
2965
|
* individual member accounts only.</p>
|
|
2966
2966
|
*/
|
|
2967
|
-
AccountScope?: AccountScope
|
|
2967
|
+
AccountScope?: AccountScope;
|
|
2968
2968
|
/**
|
|
2969
2969
|
* @public
|
|
2970
2970
|
* <p>How many days of previous usage that Amazon Web Services considers when making this
|
|
2971
2971
|
* recommendation.</p>
|
|
2972
2972
|
*/
|
|
2973
|
-
LookbackPeriodInDays?: LookbackPeriodInDays
|
|
2973
|
+
LookbackPeriodInDays?: LookbackPeriodInDays;
|
|
2974
2974
|
/**
|
|
2975
2975
|
* @public
|
|
2976
2976
|
* <p>The requested Savings Plan recommendation type.</p>
|
|
2977
2977
|
*/
|
|
2978
|
-
SavingsPlansType?: SupportedSavingsPlansType
|
|
2978
|
+
SavingsPlansType?: SupportedSavingsPlansType;
|
|
2979
2979
|
/**
|
|
2980
2980
|
* @public
|
|
2981
2981
|
* <p>The term of the commitment in years.</p>
|
|
2982
2982
|
*/
|
|
2983
|
-
TermInYears?: TermInYears
|
|
2983
|
+
TermInYears?: TermInYears;
|
|
2984
2984
|
/**
|
|
2985
2985
|
* @public
|
|
2986
2986
|
* <p>The payment option for the commitment (for example, All Upfront or No Upfront).</p>
|
|
2987
2987
|
*/
|
|
2988
|
-
PaymentOption?: PaymentOption
|
|
2988
|
+
PaymentOption?: PaymentOption;
|
|
2989
2989
|
/**
|
|
2990
2990
|
* @public
|
|
2991
2991
|
* <p>The AccountID that the recommendation is generated for.</p>
|
|
@@ -3434,28 +3434,28 @@ export interface SavingsPlansPurchaseRecommendation {
|
|
|
3434
3434
|
* the value is set to <code>PAYER</code>. If the value is <code>LINKED</code>,
|
|
3435
3435
|
* recommendations are calculated for individual member accounts only.</p>
|
|
3436
3436
|
*/
|
|
3437
|
-
AccountScope?: AccountScope
|
|
3437
|
+
AccountScope?: AccountScope;
|
|
3438
3438
|
/**
|
|
3439
3439
|
* @public
|
|
3440
3440
|
* <p>The requested Savings Plans recommendation type.</p>
|
|
3441
3441
|
*/
|
|
3442
|
-
SavingsPlansType?: SupportedSavingsPlansType
|
|
3442
|
+
SavingsPlansType?: SupportedSavingsPlansType;
|
|
3443
3443
|
/**
|
|
3444
3444
|
* @public
|
|
3445
3445
|
* <p>The Savings Plans recommendation term in years. It's used to generate the
|
|
3446
3446
|
* recommendation.</p>
|
|
3447
3447
|
*/
|
|
3448
|
-
TermInYears?: TermInYears
|
|
3448
|
+
TermInYears?: TermInYears;
|
|
3449
3449
|
/**
|
|
3450
3450
|
* @public
|
|
3451
3451
|
* <p>The payment option that's used to generate the recommendation.</p>
|
|
3452
3452
|
*/
|
|
3453
|
-
PaymentOption?: PaymentOption
|
|
3453
|
+
PaymentOption?: PaymentOption;
|
|
3454
3454
|
/**
|
|
3455
3455
|
* @public
|
|
3456
3456
|
* <p>The lookback period in days that's used to generate the recommendation.</p>
|
|
3457
3457
|
*/
|
|
3458
|
-
LookbackPeriodInDays?: LookbackPeriodInDays
|
|
3458
|
+
LookbackPeriodInDays?: LookbackPeriodInDays;
|
|
3459
3459
|
/**
|
|
3460
3460
|
* @public
|
|
3461
3461
|
* <p>Details for the Savings Plans that we recommend that you purchase to cover existing
|
|
@@ -3803,7 +3803,7 @@ export interface ListCostAllocationTagsRequest {
|
|
|
3803
3803
|
* @public
|
|
3804
3804
|
* <p>The status of cost allocation tag keys that are returned for this request. </p>
|
|
3805
3805
|
*/
|
|
3806
|
-
Status?: CostAllocationTagStatus
|
|
3806
|
+
Status?: CostAllocationTagStatus;
|
|
3807
3807
|
/**
|
|
3808
3808
|
* @public
|
|
3809
3809
|
* <p>The list of cost allocation tag keys that are returned for this request. </p>
|
|
@@ -3817,7 +3817,7 @@ export interface ListCostAllocationTagsRequest {
|
|
|
3817
3817
|
* <code>UserDefined</code> type tags are tags that you define, create, and apply to resources.
|
|
3818
3818
|
* </p>
|
|
3819
3819
|
*/
|
|
3820
|
-
Type?: CostAllocationTagType
|
|
3820
|
+
Type?: CostAllocationTagType;
|
|
3821
3821
|
/**
|
|
3822
3822
|
* @public
|
|
3823
3823
|
* <p>The token to retrieve the next set of results. Amazon Web Services provides the token when
|
|
@@ -3850,12 +3850,12 @@ export interface CostAllocationTag {
|
|
|
3850
3850
|
* cost allocation purposes. <code>UserDefined</code> type tags are tags that you define,
|
|
3851
3851
|
* create, and apply to resources. </p>
|
|
3852
3852
|
*/
|
|
3853
|
-
Type: CostAllocationTagType |
|
|
3853
|
+
Type: CostAllocationTagType | undefined;
|
|
3854
3854
|
/**
|
|
3855
3855
|
* @public
|
|
3856
3856
|
* <p>The status of a cost allocation tag. </p>
|
|
3857
3857
|
*/
|
|
3858
|
-
Status: CostAllocationTagStatus |
|
|
3858
|
+
Status: CostAllocationTagStatus | undefined;
|
|
3859
3859
|
/**
|
|
3860
3860
|
* @public
|
|
3861
3861
|
* <p>The last date that the tag was either activated or deactivated.</p>
|
|
@@ -3993,7 +3993,7 @@ export interface ListSavingsPlansPurchaseRecommendationGenerationRequest {
|
|
|
3993
3993
|
* @public
|
|
3994
3994
|
* <p>The status of the recommendation generation.</p>
|
|
3995
3995
|
*/
|
|
3996
|
-
GenerationStatus?: GenerationStatus
|
|
3996
|
+
GenerationStatus?: GenerationStatus;
|
|
3997
3997
|
/**
|
|
3998
3998
|
* @public
|
|
3999
3999
|
* <p>The IDs for each specific recommendation.</p>
|
|
@@ -4025,7 +4025,7 @@ export interface GenerationSummary {
|
|
|
4025
4025
|
* <p>Indicates whether the recommendation generation succeeded, is processing, or
|
|
4026
4026
|
* failed.</p>
|
|
4027
4027
|
*/
|
|
4028
|
-
GenerationStatus?: GenerationStatus
|
|
4028
|
+
GenerationStatus?: GenerationStatus;
|
|
4029
4029
|
/**
|
|
4030
4030
|
* @public
|
|
4031
4031
|
* <p>Indicates the start time of the recommendation generation.</p>
|
|
@@ -4093,7 +4093,7 @@ export interface ProvideAnomalyFeedbackRequest {
|
|
|
4093
4093
|
* <p>Describes whether the cost anomaly was a planned activity or you considered it an anomaly.
|
|
4094
4094
|
* </p>
|
|
4095
4095
|
*/
|
|
4096
|
-
Feedback: AnomalyFeedbackType |
|
|
4096
|
+
Feedback: AnomalyFeedbackType | undefined;
|
|
4097
4097
|
}
|
|
4098
4098
|
/**
|
|
4099
4099
|
* @public
|
|
@@ -4284,7 +4284,7 @@ export interface CostAllocationTagStatusEntry {
|
|
|
4284
4284
|
* @public
|
|
4285
4285
|
* <p>The status of a cost allocation tag. </p>
|
|
4286
4286
|
*/
|
|
4287
|
-
Status: CostAllocationTagStatus |
|
|
4287
|
+
Status: CostAllocationTagStatus | undefined;
|
|
4288
4288
|
}
|
|
4289
4289
|
/**
|
|
4290
4290
|
* @public
|
|
@@ -4539,12 +4539,12 @@ export interface AnomalyMonitor {
|
|
|
4539
4539
|
* @public
|
|
4540
4540
|
* <p>The possible type values. </p>
|
|
4541
4541
|
*/
|
|
4542
|
-
MonitorType: MonitorType |
|
|
4542
|
+
MonitorType: MonitorType | undefined;
|
|
4543
4543
|
/**
|
|
4544
4544
|
* @public
|
|
4545
4545
|
* <p>The dimensions to evaluate. </p>
|
|
4546
4546
|
*/
|
|
4547
|
-
MonitorDimension?: MonitorDimension
|
|
4547
|
+
MonitorDimension?: MonitorDimension;
|
|
4548
4548
|
/**
|
|
4549
4549
|
* @public
|
|
4550
4550
|
* <p>Use <code>Expression</code> to filter in various Cost Explorer APIs.</p>
|
|
@@ -4738,7 +4738,7 @@ export interface AnomalySubscription {
|
|
|
4738
4738
|
* information, see <a href="https://docs.aws.amazon.com/cost-management/latest/userguide/ad-SNS.html">Creating an Amazon SNS topic for
|
|
4739
4739
|
* anomaly notifications</a>.</p>
|
|
4740
4740
|
*/
|
|
4741
|
-
Frequency: AnomalySubscriptionFrequency |
|
|
4741
|
+
Frequency: AnomalySubscriptionFrequency | undefined;
|
|
4742
4742
|
/**
|
|
4743
4743
|
* @public
|
|
4744
4744
|
* <p>The name for the subscription. </p>
|
|
@@ -4837,7 +4837,7 @@ export interface CostCategoryRule {
|
|
|
4837
4837
|
* key. First, choose an inherited value rule type, and then choose the tag dimension and
|
|
4838
4838
|
* specify the tag key to use.</p>
|
|
4839
4839
|
*/
|
|
4840
|
-
Type?: CostCategoryRuleType
|
|
4840
|
+
Type?: CostCategoryRuleType;
|
|
4841
4841
|
}
|
|
4842
4842
|
/**
|
|
4843
4843
|
* @public
|
|
@@ -4859,7 +4859,7 @@ export interface GetCostAndUsageRequest {
|
|
|
4859
4859
|
* response object doesn't include the <code>Granularity</code>, either <code>MONTHLY</code> or
|
|
4860
4860
|
* <code>DAILY</code>, or <code>HOURLY</code>. </p>
|
|
4861
4861
|
*/
|
|
4862
|
-
Granularity: Granularity |
|
|
4862
|
+
Granularity: Granularity | undefined;
|
|
4863
4863
|
/**
|
|
4864
4864
|
* @public
|
|
4865
4865
|
* <p>Filters Amazon Web Services costs by different dimensions. For example, you can specify
|
|
@@ -4936,7 +4936,7 @@ export interface GetCostAndUsageWithResourcesRequest {
|
|
|
4936
4936
|
* response object doesn't include the <code>Granularity</code>, <code>MONTHLY</code>,
|
|
4937
4937
|
* <code>DAILY</code>, or <code>HOURLY</code>. </p>
|
|
4938
4938
|
*/
|
|
4939
|
-
Granularity: Granularity |
|
|
4939
|
+
Granularity: Granularity | undefined;
|
|
4940
4940
|
/**
|
|
4941
4941
|
* @public
|
|
4942
4942
|
* <p>Filters Amazon Web Services costs by different dimensions. For example, you can specify
|
|
@@ -5236,7 +5236,7 @@ export interface GetCostForecastRequest {
|
|
|
5236
5236
|
* </li>
|
|
5237
5237
|
* </ul>
|
|
5238
5238
|
*/
|
|
5239
|
-
Metric: Metric |
|
|
5239
|
+
Metric: Metric | undefined;
|
|
5240
5240
|
/**
|
|
5241
5241
|
* @public
|
|
5242
5242
|
* <p>How granular you want the forecast to be. You can get 3 months of <code>DAILY</code>
|
|
@@ -5244,7 +5244,7 @@ export interface GetCostForecastRequest {
|
|
|
5244
5244
|
* <p>The <code>GetCostForecast</code> operation supports only <code>DAILY</code> and
|
|
5245
5245
|
* <code>MONTHLY</code> granularities.</p>
|
|
5246
5246
|
*/
|
|
5247
|
-
Granularity: Granularity |
|
|
5247
|
+
Granularity: Granularity | undefined;
|
|
5248
5248
|
/**
|
|
5249
5249
|
* @public
|
|
5250
5250
|
* <p>The filters that you want to use to filter your forecast. The
|
|
@@ -5401,7 +5401,7 @@ export interface GetDimensionValuesRequest {
|
|
|
5401
5401
|
* <code>Context</code>. For more information, see <code>Context</code>.
|
|
5402
5402
|
* <code>LINK_ACCOUNT_NAME</code> and <code>SERVICE_CODE</code> can only be used in <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/AAPI_CostCategoryRule.html">CostCategoryRule</a>. </p>
|
|
5403
5403
|
*/
|
|
5404
|
-
Dimension: Dimension |
|
|
5404
|
+
Dimension: Dimension | undefined;
|
|
5405
5405
|
/**
|
|
5406
5406
|
* @public
|
|
5407
5407
|
* <p>The context for the call to <code>GetDimensionValues</code>. This can be
|
|
@@ -5582,7 +5582,7 @@ export interface GetDimensionValuesRequest {
|
|
|
5582
5582
|
* </li>
|
|
5583
5583
|
* </ul>
|
|
5584
5584
|
*/
|
|
5585
|
-
Context?: Context
|
|
5585
|
+
Context?: Context;
|
|
5586
5586
|
/**
|
|
5587
5587
|
* @public
|
|
5588
5588
|
* <p>Use <code>Expression</code> to filter in various Cost Explorer APIs.</p>
|
|
@@ -5839,7 +5839,7 @@ export interface GetReservationCoverageRequest {
|
|
|
5839
5839
|
* <p>The <code>GetReservationCoverage</code> operation supports only <code>DAILY</code> and
|
|
5840
5840
|
* <code>MONTHLY</code> granularities.</p>
|
|
5841
5841
|
*/
|
|
5842
|
-
Granularity?: Granularity
|
|
5842
|
+
Granularity?: Granularity;
|
|
5843
5843
|
/**
|
|
5844
5844
|
* @public
|
|
5845
5845
|
* <p>Filters utilization data by dimensions. You can filter by the following
|
|
@@ -6120,23 +6120,23 @@ export interface GetReservationPurchaseRecommendationRequest {
|
|
|
6120
6120
|
* is set to <code>PAYER</code>. If the value is <code>LINKED</code>, recommendations are
|
|
6121
6121
|
* calculated for individual member accounts only.</p>
|
|
6122
6122
|
*/
|
|
6123
|
-
AccountScope?: AccountScope
|
|
6123
|
+
AccountScope?: AccountScope;
|
|
6124
6124
|
/**
|
|
6125
6125
|
* @public
|
|
6126
6126
|
* <p>The number of previous days that you want Amazon Web Services to consider when it
|
|
6127
6127
|
* calculates your recommendations.</p>
|
|
6128
6128
|
*/
|
|
6129
|
-
LookbackPeriodInDays?: LookbackPeriodInDays
|
|
6129
|
+
LookbackPeriodInDays?: LookbackPeriodInDays;
|
|
6130
6130
|
/**
|
|
6131
6131
|
* @public
|
|
6132
6132
|
* <p>The reservation term that you want recommendations for.</p>
|
|
6133
6133
|
*/
|
|
6134
|
-
TermInYears?: TermInYears
|
|
6134
|
+
TermInYears?: TermInYears;
|
|
6135
6135
|
/**
|
|
6136
6136
|
* @public
|
|
6137
6137
|
* <p>The reservation purchase option that you want recommendations for.</p>
|
|
6138
6138
|
*/
|
|
6139
|
-
PaymentOption?: PaymentOption
|
|
6139
|
+
PaymentOption?: PaymentOption;
|
|
6140
6140
|
/**
|
|
6141
6141
|
* @public
|
|
6142
6142
|
* <p>The hardware specifications for the service instances that you want recommendations
|
|
@@ -6184,7 +6184,7 @@ export interface GetReservationUtilizationRequest {
|
|
|
6184
6184
|
* <p>The <code>GetReservationUtilization</code> operation supports only <code>DAILY</code> and
|
|
6185
6185
|
* <code>MONTHLY</code> granularities.</p>
|
|
6186
6186
|
*/
|
|
6187
|
-
Granularity?: Granularity
|
|
6187
|
+
Granularity?: Granularity;
|
|
6188
6188
|
/**
|
|
6189
6189
|
* @public
|
|
6190
6190
|
* <p>Filters utilization data by dimensions. You can filter by the following
|
|
@@ -6521,7 +6521,7 @@ export interface GetSavingsPlansCoverageRequest {
|
|
|
6521
6521
|
* <p>The <code>GetSavingsPlansCoverage</code> operation supports only <code>DAILY</code> and
|
|
6522
6522
|
* <code>MONTHLY</code> granularities.</p>
|
|
6523
6523
|
*/
|
|
6524
|
-
Granularity?: Granularity
|
|
6524
|
+
Granularity?: Granularity;
|
|
6525
6525
|
/**
|
|
6526
6526
|
* @public
|
|
6527
6527
|
* <p>Filters Savings Plans coverage data by dimensions. You can filter data for Savings Plans
|
|
@@ -6627,17 +6627,17 @@ export interface GetSavingsPlansPurchaseRecommendationRequest {
|
|
|
6627
6627
|
* @public
|
|
6628
6628
|
* <p>The Savings Plans recommendation type that's requested.</p>
|
|
6629
6629
|
*/
|
|
6630
|
-
SavingsPlansType: SupportedSavingsPlansType |
|
|
6630
|
+
SavingsPlansType: SupportedSavingsPlansType | undefined;
|
|
6631
6631
|
/**
|
|
6632
6632
|
* @public
|
|
6633
6633
|
* <p>The savings plan recommendation term that's used to generate these recommendations.</p>
|
|
6634
6634
|
*/
|
|
6635
|
-
TermInYears: TermInYears |
|
|
6635
|
+
TermInYears: TermInYears | undefined;
|
|
6636
6636
|
/**
|
|
6637
6637
|
* @public
|
|
6638
6638
|
* <p>The payment option that's used to generate these recommendations.</p>
|
|
6639
6639
|
*/
|
|
6640
|
-
PaymentOption: PaymentOption |
|
|
6640
|
+
PaymentOption: PaymentOption | undefined;
|
|
6641
6641
|
/**
|
|
6642
6642
|
* @public
|
|
6643
6643
|
* <p>The account scope that you want your recommendations for. Amazon Web Services calculates
|
|
@@ -6645,7 +6645,7 @@ export interface GetSavingsPlansPurchaseRecommendationRequest {
|
|
|
6645
6645
|
* <code>PAYER</code>. If the value is <code>LINKED</code>, recommendations are calculated for
|
|
6646
6646
|
* individual member accounts only.</p>
|
|
6647
6647
|
*/
|
|
6648
|
-
AccountScope?: AccountScope
|
|
6648
|
+
AccountScope?: AccountScope;
|
|
6649
6649
|
/**
|
|
6650
6650
|
* @public
|
|
6651
6651
|
* <p>The token to retrieve the next set of results. Amazon Web Services provides the token when
|
|
@@ -6661,7 +6661,7 @@ export interface GetSavingsPlansPurchaseRecommendationRequest {
|
|
|
6661
6661
|
* @public
|
|
6662
6662
|
* <p>The lookback period that's used to generate the recommendation.</p>
|
|
6663
6663
|
*/
|
|
6664
|
-
LookbackPeriodInDays: LookbackPeriodInDays |
|
|
6664
|
+
LookbackPeriodInDays: LookbackPeriodInDays | undefined;
|
|
6665
6665
|
/**
|
|
6666
6666
|
* @public
|
|
6667
6667
|
* <p>You can filter your recommendations by Account ID with the <code>LINKED_ACCOUNT</code>
|
|
@@ -6728,7 +6728,7 @@ export interface GetSavingsPlansUtilizationDetailsRequest {
|
|
|
6728
6728
|
* @public
|
|
6729
6729
|
* <p>The data type.</p>
|
|
6730
6730
|
*/
|
|
6731
|
-
DataType?:
|
|
6731
|
+
DataType?: SavingsPlansDataType[];
|
|
6732
6732
|
/**
|
|
6733
6733
|
* @public
|
|
6734
6734
|
* <p>The token to retrieve the next set of results. Amazon Web Services provides the token when
|
|
@@ -6805,7 +6805,7 @@ export interface GetSavingsPlansUtilizationRequest {
|
|
|
6805
6805
|
* <p>The <code>GetSavingsPlansUtilization</code> operation supports only <code>DAILY</code> and
|
|
6806
6806
|
* <code>MONTHLY</code> granularities.</p>
|
|
6807
6807
|
*/
|
|
6808
|
-
Granularity?: Granularity
|
|
6808
|
+
Granularity?: Granularity;
|
|
6809
6809
|
/**
|
|
6810
6810
|
* @public
|
|
6811
6811
|
* <p>Filters Savings Plans utilization coverage data for active Savings Plans dimensions. You
|
|
@@ -7122,7 +7122,7 @@ export interface GetUsageForecastRequest {
|
|
|
7122
7122
|
* </li>
|
|
7123
7123
|
* </ul>
|
|
7124
7124
|
*/
|
|
7125
|
-
Metric: Metric |
|
|
7125
|
+
Metric: Metric | undefined;
|
|
7126
7126
|
/**
|
|
7127
7127
|
* @public
|
|
7128
7128
|
* <p>How granular you want the forecast to be. You can get 3 months of <code>DAILY</code>
|
|
@@ -7130,7 +7130,7 @@ export interface GetUsageForecastRequest {
|
|
|
7130
7130
|
* <p>The <code>GetUsageForecast</code> operation supports only <code>DAILY</code> and
|
|
7131
7131
|
* <code>MONTHLY</code> granularities.</p>
|
|
7132
7132
|
*/
|
|
7133
|
-
Granularity: Granularity |
|
|
7133
|
+
Granularity: Granularity | undefined;
|
|
7134
7134
|
/**
|
|
7135
7135
|
* @public
|
|
7136
7136
|
* <p>The filters that you want to use to filter your forecast. The
|
|
@@ -7288,7 +7288,7 @@ export interface UpdateAnomalySubscriptionRequest {
|
|
|
7288
7288
|
* @public
|
|
7289
7289
|
* <p>The update to the frequency value that subscribers receive notifications. </p>
|
|
7290
7290
|
*/
|
|
7291
|
-
Frequency?: AnomalySubscriptionFrequency
|
|
7291
|
+
Frequency?: AnomalySubscriptionFrequency;
|
|
7292
7292
|
/**
|
|
7293
7293
|
* @public
|
|
7294
7294
|
* <p>A list of cost anomaly monitor ARNs. </p>
|
|
@@ -7471,7 +7471,7 @@ export interface CostCategory {
|
|
|
7471
7471
|
* @public
|
|
7472
7472
|
* <p>The rule schema version in this particular Cost Category.</p>
|
|
7473
7473
|
*/
|
|
7474
|
-
RuleVersion: CostCategoryRuleVersion |
|
|
7474
|
+
RuleVersion: CostCategoryRuleVersion | undefined;
|
|
7475
7475
|
/**
|
|
7476
7476
|
* @public
|
|
7477
7477
|
* <p>The rules are processed in order. If there are multiple rules that match the line
|
|
@@ -7516,7 +7516,7 @@ export interface CreateCostCategoryDefinitionRequest {
|
|
|
7516
7516
|
* @public
|
|
7517
7517
|
* <p>The rule schema version in this particular Cost Category.</p>
|
|
7518
7518
|
*/
|
|
7519
|
-
RuleVersion: CostCategoryRuleVersion |
|
|
7519
|
+
RuleVersion: CostCategoryRuleVersion | undefined;
|
|
7520
7520
|
/**
|
|
7521
7521
|
* @public
|
|
7522
7522
|
* <p>The Cost Category rules used to categorize costs. For more information, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_CostCategoryRule.html">CostCategoryRule</a>.</p>
|
|
@@ -7624,7 +7624,7 @@ export interface UpdateCostCategoryDefinitionRequest {
|
|
|
7624
7624
|
* @public
|
|
7625
7625
|
* <p>The rule schema version in this particular Cost Category.</p>
|
|
7626
7626
|
*/
|
|
7627
|
-
RuleVersion: CostCategoryRuleVersion |
|
|
7627
|
+
RuleVersion: CostCategoryRuleVersion | undefined;
|
|
7628
7628
|
/**
|
|
7629
7629
|
* @public
|
|
7630
7630
|
* <p>The <code>Expression</code> object used to categorize costs. For more information, see
|
|
@@ -39,7 +39,7 @@ export interface Anomaly {
|
|
|
39
39
|
AnomalyScore: AnomalyScore | undefined;
|
|
40
40
|
Impact: Impact | undefined;
|
|
41
41
|
MonitorArn: string | undefined;
|
|
42
|
-
Feedback?: AnomalyFeedbackType
|
|
42
|
+
Feedback?: AnomalyFeedbackType;
|
|
43
43
|
}
|
|
44
44
|
export interface AnomalyDateInterval {
|
|
45
45
|
StartDate: string | undefined;
|
|
@@ -64,7 +64,7 @@ export type MatchOption = (typeof MatchOption)[keyof typeof MatchOption];
|
|
|
64
64
|
export interface CostCategoryValues {
|
|
65
65
|
Key?: string;
|
|
66
66
|
Values?: string[];
|
|
67
|
-
MatchOptions?:
|
|
67
|
+
MatchOptions?: MatchOption[];
|
|
68
68
|
}
|
|
69
69
|
export declare const Dimension: {
|
|
70
70
|
readonly AGREEMENT_END_DATE_TIME_AFTER: "AGREEMENT_END_DATE_TIME_AFTER";
|
|
@@ -104,14 +104,14 @@ export declare const Dimension: {
|
|
|
104
104
|
};
|
|
105
105
|
export type Dimension = (typeof Dimension)[keyof typeof Dimension];
|
|
106
106
|
export interface DimensionValues {
|
|
107
|
-
Key?: Dimension
|
|
107
|
+
Key?: Dimension;
|
|
108
108
|
Values?: string[];
|
|
109
|
-
MatchOptions?:
|
|
109
|
+
MatchOptions?: MatchOption[];
|
|
110
110
|
}
|
|
111
111
|
export interface TagValues {
|
|
112
112
|
Key?: string;
|
|
113
113
|
Values?: string[];
|
|
114
|
-
MatchOptions?:
|
|
114
|
+
MatchOptions?: MatchOption[];
|
|
115
115
|
}
|
|
116
116
|
export declare const MonitorType: {
|
|
117
117
|
readonly CUSTOM: "CUSTOM";
|
|
@@ -139,8 +139,8 @@ export type SubscriberType =
|
|
|
139
139
|
(typeof SubscriberType)[keyof typeof SubscriberType];
|
|
140
140
|
export interface Subscriber {
|
|
141
141
|
Address?: string;
|
|
142
|
-
Type?: SubscriberType
|
|
143
|
-
Status?: SubscriberStatus
|
|
142
|
+
Type?: SubscriberType;
|
|
143
|
+
Status?: SubscriberStatus;
|
|
144
144
|
}
|
|
145
145
|
export interface ResourceTag {
|
|
146
146
|
Key: string | undefined;
|
|
@@ -175,7 +175,7 @@ export declare const CostCategoryInheritedValueDimensionName: {
|
|
|
175
175
|
export type CostCategoryInheritedValueDimensionName =
|
|
176
176
|
(typeof CostCategoryInheritedValueDimensionName)[keyof typeof CostCategoryInheritedValueDimensionName];
|
|
177
177
|
export interface CostCategoryInheritedValueDimension {
|
|
178
|
-
DimensionName?: CostCategoryInheritedValueDimensionName
|
|
178
|
+
DimensionName?: CostCategoryInheritedValueDimensionName;
|
|
179
179
|
DimensionKey?: string;
|
|
180
180
|
}
|
|
181
181
|
export declare const CostCategoryRuleType: {
|
|
@@ -202,13 +202,13 @@ export declare const CostCategorySplitChargeRuleParameterType: {
|
|
|
202
202
|
export type CostCategorySplitChargeRuleParameterType =
|
|
203
203
|
(typeof CostCategorySplitChargeRuleParameterType)[keyof typeof CostCategorySplitChargeRuleParameterType];
|
|
204
204
|
export interface CostCategorySplitChargeRuleParameter {
|
|
205
|
-
Type: CostCategorySplitChargeRuleParameterType |
|
|
205
|
+
Type: CostCategorySplitChargeRuleParameterType | undefined;
|
|
206
206
|
Values: string[] | undefined;
|
|
207
207
|
}
|
|
208
208
|
export interface CostCategorySplitChargeRule {
|
|
209
209
|
Source: string | undefined;
|
|
210
210
|
Targets: string[] | undefined;
|
|
211
|
-
Method: CostCategorySplitChargeMethod |
|
|
211
|
+
Method: CostCategorySplitChargeMethod | undefined;
|
|
212
212
|
Parameters?: CostCategorySplitChargeRuleParameter[];
|
|
213
213
|
}
|
|
214
214
|
export interface CreateCostCategoryDefinitionResponse {
|
|
@@ -271,8 +271,8 @@ export declare const CostCategoryStatus: {
|
|
|
271
271
|
export type CostCategoryStatus =
|
|
272
272
|
(typeof CostCategoryStatus)[keyof typeof CostCategoryStatus];
|
|
273
273
|
export interface CostCategoryProcessingStatus {
|
|
274
|
-
Component?: CostCategoryStatusComponent
|
|
275
|
-
Status?: CostCategoryStatus
|
|
274
|
+
Component?: CostCategoryStatusComponent;
|
|
275
|
+
Status?: CostCategoryStatus;
|
|
276
276
|
}
|
|
277
277
|
export declare const NumericOperator: {
|
|
278
278
|
readonly BETWEEN: "BETWEEN";
|
|
@@ -285,14 +285,14 @@ export declare const NumericOperator: {
|
|
|
285
285
|
export type NumericOperator =
|
|
286
286
|
(typeof NumericOperator)[keyof typeof NumericOperator];
|
|
287
287
|
export interface TotalImpactFilter {
|
|
288
|
-
NumericOperator: NumericOperator |
|
|
288
|
+
NumericOperator: NumericOperator | undefined;
|
|
289
289
|
StartValue: number | undefined;
|
|
290
290
|
EndValue?: number;
|
|
291
291
|
}
|
|
292
292
|
export interface GetAnomaliesRequest {
|
|
293
293
|
MonitorArn?: string;
|
|
294
294
|
DateInterval: AnomalyDateInterval | undefined;
|
|
295
|
-
Feedback?: AnomalyFeedbackType
|
|
295
|
+
Feedback?: AnomalyFeedbackType;
|
|
296
296
|
TotalImpact?: TotalImpactFilter;
|
|
297
297
|
NextPageToken?: string;
|
|
298
298
|
MaxResults?: number;
|
|
@@ -350,7 +350,7 @@ export declare const GroupDefinitionType: {
|
|
|
350
350
|
export type GroupDefinitionType =
|
|
351
351
|
(typeof GroupDefinitionType)[keyof typeof GroupDefinitionType];
|
|
352
352
|
export interface GroupDefinition {
|
|
353
|
-
Type?: GroupDefinitionType
|
|
353
|
+
Type?: GroupDefinitionType;
|
|
354
354
|
Key?: string;
|
|
355
355
|
}
|
|
356
356
|
export interface DateInterval {
|
|
@@ -402,7 +402,7 @@ export declare const SortOrder: {
|
|
|
402
402
|
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
403
403
|
export interface SortDefinition {
|
|
404
404
|
Key: string | undefined;
|
|
405
|
-
SortOrder?: SortOrder
|
|
405
|
+
SortOrder?: SortOrder;
|
|
406
406
|
}
|
|
407
407
|
export interface GetCostCategoriesResponse {
|
|
408
408
|
NextPageToken?: string;
|
|
@@ -499,7 +499,7 @@ export declare const OfferingClass: {
|
|
|
499
499
|
};
|
|
500
500
|
export type OfferingClass = (typeof OfferingClass)[keyof typeof OfferingClass];
|
|
501
501
|
export interface EC2Specification {
|
|
502
|
-
OfferingClass?: OfferingClass
|
|
502
|
+
OfferingClass?: OfferingClass;
|
|
503
503
|
}
|
|
504
504
|
export interface ServiceSpecification {
|
|
505
505
|
EC2Specification?: EC2Specification;
|
|
@@ -590,10 +590,10 @@ export interface ReservationPurchaseRecommendationSummary {
|
|
|
590
590
|
CurrencyCode?: string;
|
|
591
591
|
}
|
|
592
592
|
export interface ReservationPurchaseRecommendation {
|
|
593
|
-
AccountScope?: AccountScope
|
|
594
|
-
LookbackPeriodInDays?: LookbackPeriodInDays
|
|
595
|
-
TermInYears?: TermInYears
|
|
596
|
-
PaymentOption?: PaymentOption
|
|
593
|
+
AccountScope?: AccountScope;
|
|
594
|
+
LookbackPeriodInDays?: LookbackPeriodInDays;
|
|
595
|
+
TermInYears?: TermInYears;
|
|
596
|
+
PaymentOption?: PaymentOption;
|
|
597
597
|
ServiceSpecification?: ServiceSpecification;
|
|
598
598
|
RecommendationDetails?: ReservationPurchaseRecommendationDetail[];
|
|
599
599
|
RecommendationSummary?: ReservationPurchaseRecommendationSummary;
|
|
@@ -645,13 +645,13 @@ export declare const RecommendationTarget: {
|
|
|
645
645
|
export type RecommendationTarget =
|
|
646
646
|
(typeof RecommendationTarget)[keyof typeof RecommendationTarget];
|
|
647
647
|
export interface RightsizingRecommendationConfiguration {
|
|
648
|
-
RecommendationTarget: RecommendationTarget |
|
|
648
|
+
RecommendationTarget: RecommendationTarget | undefined;
|
|
649
649
|
BenefitsConsidered: boolean | undefined;
|
|
650
650
|
}
|
|
651
651
|
export interface RightsizingRecommendationMetadata {
|
|
652
652
|
RecommendationId?: string;
|
|
653
653
|
GenerationTimestamp?: string;
|
|
654
|
-
LookbackPeriodInDays?: LookbackPeriodInDays
|
|
654
|
+
LookbackPeriodInDays?: LookbackPeriodInDays;
|
|
655
655
|
AdditionalMetadata?: string;
|
|
656
656
|
}
|
|
657
657
|
export interface EC2ResourceDetails {
|
|
@@ -746,7 +746,7 @@ export interface TargetInstance {
|
|
|
746
746
|
DefaultTargetInstance?: boolean;
|
|
747
747
|
ResourceDetails?: ResourceDetails;
|
|
748
748
|
ExpectedResourceUtilization?: ResourceUtilization;
|
|
749
|
-
PlatformDifferences?:
|
|
749
|
+
PlatformDifferences?: PlatformDifference[];
|
|
750
750
|
}
|
|
751
751
|
export interface ModifyRecommendationDetail {
|
|
752
752
|
TargetInstances?: TargetInstance[];
|
|
@@ -764,10 +764,10 @@ export interface TerminateRecommendationDetail {
|
|
|
764
764
|
export interface RightsizingRecommendation {
|
|
765
765
|
AccountId?: string;
|
|
766
766
|
CurrentInstance?: CurrentInstance;
|
|
767
|
-
RightsizingType?: RightsizingType
|
|
767
|
+
RightsizingType?: RightsizingType;
|
|
768
768
|
ModifyRecommendationDetail?: ModifyRecommendationDetail;
|
|
769
769
|
TerminateRecommendationDetail?: TerminateRecommendationDetail;
|
|
770
|
-
FindingReasonCodes?:
|
|
770
|
+
FindingReasonCodes?: FindingReasonCode[];
|
|
771
771
|
}
|
|
772
772
|
export interface RightsizingRecommendationSummary {
|
|
773
773
|
TotalRecommendationCount?: string;
|
|
@@ -800,11 +800,11 @@ export declare const SupportedSavingsPlansType: {
|
|
|
800
800
|
export type SupportedSavingsPlansType =
|
|
801
801
|
(typeof SupportedSavingsPlansType)[keyof typeof SupportedSavingsPlansType];
|
|
802
802
|
export interface RecommendationDetailData {
|
|
803
|
-
AccountScope?: AccountScope
|
|
804
|
-
LookbackPeriodInDays?: LookbackPeriodInDays
|
|
805
|
-
SavingsPlansType?: SupportedSavingsPlansType
|
|
806
|
-
TermInYears?: TermInYears
|
|
807
|
-
PaymentOption?: PaymentOption
|
|
803
|
+
AccountScope?: AccountScope;
|
|
804
|
+
LookbackPeriodInDays?: LookbackPeriodInDays;
|
|
805
|
+
SavingsPlansType?: SupportedSavingsPlansType;
|
|
806
|
+
TermInYears?: TermInYears;
|
|
807
|
+
PaymentOption?: PaymentOption;
|
|
808
808
|
AccountId?: string;
|
|
809
809
|
CurrencyCode?: string;
|
|
810
810
|
InstanceFamily?: string;
|
|
@@ -892,11 +892,11 @@ export interface SavingsPlansPurchaseRecommendationSummary {
|
|
|
892
892
|
EstimatedOnDemandCostWithCurrentCommitment?: string;
|
|
893
893
|
}
|
|
894
894
|
export interface SavingsPlansPurchaseRecommendation {
|
|
895
|
-
AccountScope?: AccountScope
|
|
896
|
-
SavingsPlansType?: SupportedSavingsPlansType
|
|
897
|
-
TermInYears?: TermInYears
|
|
898
|
-
PaymentOption?: PaymentOption
|
|
899
|
-
LookbackPeriodInDays?: LookbackPeriodInDays
|
|
895
|
+
AccountScope?: AccountScope;
|
|
896
|
+
SavingsPlansType?: SupportedSavingsPlansType;
|
|
897
|
+
TermInYears?: TermInYears;
|
|
898
|
+
PaymentOption?: PaymentOption;
|
|
899
|
+
LookbackPeriodInDays?: LookbackPeriodInDays;
|
|
900
900
|
SavingsPlansPurchaseRecommendationDetails?: SavingsPlansPurchaseRecommendationDetail[];
|
|
901
901
|
SavingsPlansPurchaseRecommendationSummary?: SavingsPlansPurchaseRecommendationSummary;
|
|
902
902
|
}
|
|
@@ -987,16 +987,16 @@ export declare const CostAllocationTagType: {
|
|
|
987
987
|
export type CostAllocationTagType =
|
|
988
988
|
(typeof CostAllocationTagType)[keyof typeof CostAllocationTagType];
|
|
989
989
|
export interface ListCostAllocationTagsRequest {
|
|
990
|
-
Status?: CostAllocationTagStatus
|
|
990
|
+
Status?: CostAllocationTagStatus;
|
|
991
991
|
TagKeys?: string[];
|
|
992
|
-
Type?: CostAllocationTagType
|
|
992
|
+
Type?: CostAllocationTagType;
|
|
993
993
|
NextToken?: string;
|
|
994
994
|
MaxResults?: number;
|
|
995
995
|
}
|
|
996
996
|
export interface CostAllocationTag {
|
|
997
997
|
TagKey: string | undefined;
|
|
998
|
-
Type: CostAllocationTagType |
|
|
999
|
-
Status: CostAllocationTagStatus |
|
|
998
|
+
Type: CostAllocationTagType | undefined;
|
|
999
|
+
Status: CostAllocationTagStatus | undefined;
|
|
1000
1000
|
LastUpdatedDate?: string;
|
|
1001
1001
|
LastUsedDate?: string;
|
|
1002
1002
|
}
|
|
@@ -1031,14 +1031,14 @@ export declare const GenerationStatus: {
|
|
|
1031
1031
|
export type GenerationStatus =
|
|
1032
1032
|
(typeof GenerationStatus)[keyof typeof GenerationStatus];
|
|
1033
1033
|
export interface ListSavingsPlansPurchaseRecommendationGenerationRequest {
|
|
1034
|
-
GenerationStatus?: GenerationStatus
|
|
1034
|
+
GenerationStatus?: GenerationStatus;
|
|
1035
1035
|
RecommendationIds?: string[];
|
|
1036
1036
|
PageSize?: number;
|
|
1037
1037
|
NextPageToken?: string;
|
|
1038
1038
|
}
|
|
1039
1039
|
export interface GenerationSummary {
|
|
1040
1040
|
RecommendationId?: string;
|
|
1041
|
-
GenerationStatus?: GenerationStatus
|
|
1041
|
+
GenerationStatus?: GenerationStatus;
|
|
1042
1042
|
GenerationStartedTime?: string;
|
|
1043
1043
|
GenerationCompletionTime?: string;
|
|
1044
1044
|
EstimatedCompletionTime?: string;
|
|
@@ -1055,7 +1055,7 @@ export interface ListTagsForResourceResponse {
|
|
|
1055
1055
|
}
|
|
1056
1056
|
export interface ProvideAnomalyFeedbackRequest {
|
|
1057
1057
|
AnomalyId: string | undefined;
|
|
1058
|
-
Feedback: AnomalyFeedbackType |
|
|
1058
|
+
Feedback: AnomalyFeedbackType | undefined;
|
|
1059
1059
|
}
|
|
1060
1060
|
export interface ProvideAnomalyFeedbackResponse {
|
|
1061
1061
|
AnomalyId: string | undefined;
|
|
@@ -1105,7 +1105,7 @@ export interface UpdateAnomalySubscriptionResponse {
|
|
|
1105
1105
|
}
|
|
1106
1106
|
export interface CostAllocationTagStatusEntry {
|
|
1107
1107
|
TagKey: string | undefined;
|
|
1108
|
-
Status: CostAllocationTagStatus |
|
|
1108
|
+
Status: CostAllocationTagStatus | undefined;
|
|
1109
1109
|
}
|
|
1110
1110
|
export interface UpdateCostAllocationTagsStatusRequest {
|
|
1111
1111
|
CostAllocationTagsStatus: CostAllocationTagStatusEntry[] | undefined;
|
|
@@ -1136,8 +1136,8 @@ export interface AnomalyMonitor {
|
|
|
1136
1136
|
CreationDate?: string;
|
|
1137
1137
|
LastUpdatedDate?: string;
|
|
1138
1138
|
LastEvaluatedDate?: string;
|
|
1139
|
-
MonitorType: MonitorType |
|
|
1140
|
-
MonitorDimension?: MonitorDimension
|
|
1139
|
+
MonitorType: MonitorType | undefined;
|
|
1140
|
+
MonitorDimension?: MonitorDimension;
|
|
1141
1141
|
MonitorSpecification?: Expression;
|
|
1142
1142
|
DimensionalValueCount?: number;
|
|
1143
1143
|
}
|
|
@@ -1147,7 +1147,7 @@ export interface AnomalySubscription {
|
|
|
1147
1147
|
MonitorArnList: string[] | undefined;
|
|
1148
1148
|
Subscribers: Subscriber[] | undefined;
|
|
1149
1149
|
Threshold?: number;
|
|
1150
|
-
Frequency: AnomalySubscriptionFrequency |
|
|
1150
|
+
Frequency: AnomalySubscriptionFrequency | undefined;
|
|
1151
1151
|
SubscriptionName: string | undefined;
|
|
1152
1152
|
ThresholdExpression?: Expression;
|
|
1153
1153
|
}
|
|
@@ -1155,11 +1155,11 @@ export interface CostCategoryRule {
|
|
|
1155
1155
|
Value?: string;
|
|
1156
1156
|
Rule?: Expression;
|
|
1157
1157
|
InheritedValue?: CostCategoryInheritedValueDimension;
|
|
1158
|
-
Type?: CostCategoryRuleType
|
|
1158
|
+
Type?: CostCategoryRuleType;
|
|
1159
1159
|
}
|
|
1160
1160
|
export interface GetCostAndUsageRequest {
|
|
1161
1161
|
TimePeriod: DateInterval | undefined;
|
|
1162
|
-
Granularity: Granularity |
|
|
1162
|
+
Granularity: Granularity | undefined;
|
|
1163
1163
|
Filter?: Expression;
|
|
1164
1164
|
Metrics: string[] | undefined;
|
|
1165
1165
|
GroupBy?: GroupDefinition[];
|
|
@@ -1167,7 +1167,7 @@ export interface GetCostAndUsageRequest {
|
|
|
1167
1167
|
}
|
|
1168
1168
|
export interface GetCostAndUsageWithResourcesRequest {
|
|
1169
1169
|
TimePeriod: DateInterval | undefined;
|
|
1170
|
-
Granularity: Granularity |
|
|
1170
|
+
Granularity: Granularity | undefined;
|
|
1171
1171
|
Filter: Expression | undefined;
|
|
1172
1172
|
Metrics?: string[];
|
|
1173
1173
|
GroupBy?: GroupDefinition[];
|
|
@@ -1184,16 +1184,16 @@ export interface GetCostCategoriesRequest {
|
|
|
1184
1184
|
}
|
|
1185
1185
|
export interface GetCostForecastRequest {
|
|
1186
1186
|
TimePeriod: DateInterval | undefined;
|
|
1187
|
-
Metric: Metric |
|
|
1188
|
-
Granularity: Granularity |
|
|
1187
|
+
Metric: Metric | undefined;
|
|
1188
|
+
Granularity: Granularity | undefined;
|
|
1189
1189
|
Filter?: Expression;
|
|
1190
1190
|
PredictionIntervalLevel?: number;
|
|
1191
1191
|
}
|
|
1192
1192
|
export interface GetDimensionValuesRequest {
|
|
1193
1193
|
SearchString?: string;
|
|
1194
1194
|
TimePeriod: DateInterval | undefined;
|
|
1195
|
-
Dimension: Dimension |
|
|
1196
|
-
Context?: Context
|
|
1195
|
+
Dimension: Dimension | undefined;
|
|
1196
|
+
Context?: Context;
|
|
1197
1197
|
Filter?: Expression;
|
|
1198
1198
|
SortBy?: SortDefinition[];
|
|
1199
1199
|
MaxResults?: number;
|
|
@@ -1202,7 +1202,7 @@ export interface GetDimensionValuesRequest {
|
|
|
1202
1202
|
export interface GetReservationCoverageRequest {
|
|
1203
1203
|
TimePeriod: DateInterval | undefined;
|
|
1204
1204
|
GroupBy?: GroupDefinition[];
|
|
1205
|
-
Granularity?: Granularity
|
|
1205
|
+
Granularity?: Granularity;
|
|
1206
1206
|
Filter?: Expression;
|
|
1207
1207
|
Metrics?: string[];
|
|
1208
1208
|
NextPageToken?: string;
|
|
@@ -1213,10 +1213,10 @@ export interface GetReservationPurchaseRecommendationRequest {
|
|
|
1213
1213
|
AccountId?: string;
|
|
1214
1214
|
Service: string | undefined;
|
|
1215
1215
|
Filter?: Expression;
|
|
1216
|
-
AccountScope?: AccountScope
|
|
1217
|
-
LookbackPeriodInDays?: LookbackPeriodInDays
|
|
1218
|
-
TermInYears?: TermInYears
|
|
1219
|
-
PaymentOption?: PaymentOption
|
|
1216
|
+
AccountScope?: AccountScope;
|
|
1217
|
+
LookbackPeriodInDays?: LookbackPeriodInDays;
|
|
1218
|
+
TermInYears?: TermInYears;
|
|
1219
|
+
PaymentOption?: PaymentOption;
|
|
1220
1220
|
ServiceSpecification?: ServiceSpecification;
|
|
1221
1221
|
PageSize?: number;
|
|
1222
1222
|
NextPageToken?: string;
|
|
@@ -1224,7 +1224,7 @@ export interface GetReservationPurchaseRecommendationRequest {
|
|
|
1224
1224
|
export interface GetReservationUtilizationRequest {
|
|
1225
1225
|
TimePeriod: DateInterval | undefined;
|
|
1226
1226
|
GroupBy?: GroupDefinition[];
|
|
1227
|
-
Granularity?: Granularity
|
|
1227
|
+
Granularity?: Granularity;
|
|
1228
1228
|
Filter?: Expression;
|
|
1229
1229
|
SortBy?: SortDefinition;
|
|
1230
1230
|
NextPageToken?: string;
|
|
@@ -1240,7 +1240,7 @@ export interface GetRightsizingRecommendationRequest {
|
|
|
1240
1240
|
export interface GetSavingsPlansCoverageRequest {
|
|
1241
1241
|
TimePeriod: DateInterval | undefined;
|
|
1242
1242
|
GroupBy?: GroupDefinition[];
|
|
1243
|
-
Granularity?: Granularity
|
|
1243
|
+
Granularity?: Granularity;
|
|
1244
1244
|
Filter?: Expression;
|
|
1245
1245
|
Metrics?: string[];
|
|
1246
1246
|
NextToken?: string;
|
|
@@ -1248,26 +1248,26 @@ export interface GetSavingsPlansCoverageRequest {
|
|
|
1248
1248
|
SortBy?: SortDefinition;
|
|
1249
1249
|
}
|
|
1250
1250
|
export interface GetSavingsPlansPurchaseRecommendationRequest {
|
|
1251
|
-
SavingsPlansType: SupportedSavingsPlansType |
|
|
1252
|
-
TermInYears: TermInYears |
|
|
1253
|
-
PaymentOption: PaymentOption |
|
|
1254
|
-
AccountScope?: AccountScope
|
|
1251
|
+
SavingsPlansType: SupportedSavingsPlansType | undefined;
|
|
1252
|
+
TermInYears: TermInYears | undefined;
|
|
1253
|
+
PaymentOption: PaymentOption | undefined;
|
|
1254
|
+
AccountScope?: AccountScope;
|
|
1255
1255
|
NextPageToken?: string;
|
|
1256
1256
|
PageSize?: number;
|
|
1257
|
-
LookbackPeriodInDays: LookbackPeriodInDays |
|
|
1257
|
+
LookbackPeriodInDays: LookbackPeriodInDays | undefined;
|
|
1258
1258
|
Filter?: Expression;
|
|
1259
1259
|
}
|
|
1260
1260
|
export interface GetSavingsPlansUtilizationDetailsRequest {
|
|
1261
1261
|
TimePeriod: DateInterval | undefined;
|
|
1262
1262
|
Filter?: Expression;
|
|
1263
|
-
DataType?:
|
|
1263
|
+
DataType?: SavingsPlansDataType[];
|
|
1264
1264
|
NextToken?: string;
|
|
1265
1265
|
MaxResults?: number;
|
|
1266
1266
|
SortBy?: SortDefinition;
|
|
1267
1267
|
}
|
|
1268
1268
|
export interface GetSavingsPlansUtilizationRequest {
|
|
1269
1269
|
TimePeriod: DateInterval | undefined;
|
|
1270
|
-
Granularity?: Granularity
|
|
1270
|
+
Granularity?: Granularity;
|
|
1271
1271
|
Filter?: Expression;
|
|
1272
1272
|
SortBy?: SortDefinition;
|
|
1273
1273
|
}
|
|
@@ -1282,15 +1282,15 @@ export interface GetTagsRequest {
|
|
|
1282
1282
|
}
|
|
1283
1283
|
export interface GetUsageForecastRequest {
|
|
1284
1284
|
TimePeriod: DateInterval | undefined;
|
|
1285
|
-
Metric: Metric |
|
|
1286
|
-
Granularity: Granularity |
|
|
1285
|
+
Metric: Metric | undefined;
|
|
1286
|
+
Granularity: Granularity | undefined;
|
|
1287
1287
|
Filter?: Expression;
|
|
1288
1288
|
PredictionIntervalLevel?: number;
|
|
1289
1289
|
}
|
|
1290
1290
|
export interface UpdateAnomalySubscriptionRequest {
|
|
1291
1291
|
SubscriptionArn: string | undefined;
|
|
1292
1292
|
Threshold?: number;
|
|
1293
|
-
Frequency?: AnomalySubscriptionFrequency
|
|
1293
|
+
Frequency?: AnomalySubscriptionFrequency;
|
|
1294
1294
|
MonitorArnList?: string[];
|
|
1295
1295
|
Subscribers?: Subscriber[];
|
|
1296
1296
|
SubscriptionName?: string;
|
|
@@ -1309,7 +1309,7 @@ export interface CostCategory {
|
|
|
1309
1309
|
EffectiveStart: string | undefined;
|
|
1310
1310
|
EffectiveEnd?: string;
|
|
1311
1311
|
Name: string | undefined;
|
|
1312
|
-
RuleVersion: CostCategoryRuleVersion |
|
|
1312
|
+
RuleVersion: CostCategoryRuleVersion | undefined;
|
|
1313
1313
|
Rules: CostCategoryRule[] | undefined;
|
|
1314
1314
|
SplitChargeRules?: CostCategorySplitChargeRule[];
|
|
1315
1315
|
ProcessingStatus?: CostCategoryProcessingStatus[];
|
|
@@ -1318,7 +1318,7 @@ export interface CostCategory {
|
|
|
1318
1318
|
export interface CreateCostCategoryDefinitionRequest {
|
|
1319
1319
|
Name: string | undefined;
|
|
1320
1320
|
EffectiveStart?: string;
|
|
1321
|
-
RuleVersion: CostCategoryRuleVersion |
|
|
1321
|
+
RuleVersion: CostCategoryRuleVersion | undefined;
|
|
1322
1322
|
Rules: CostCategoryRule[] | undefined;
|
|
1323
1323
|
DefaultValue?: string;
|
|
1324
1324
|
SplitChargeRules?: CostCategorySplitChargeRule[];
|
|
@@ -1335,7 +1335,7 @@ export interface GetAnomalySubscriptionsResponse {
|
|
|
1335
1335
|
export interface UpdateCostCategoryDefinitionRequest {
|
|
1336
1336
|
CostCategoryArn: string | undefined;
|
|
1337
1337
|
EffectiveStart?: string;
|
|
1338
|
-
RuleVersion: CostCategoryRuleVersion |
|
|
1338
|
+
RuleVersion: CostCategoryRuleVersion | undefined;
|
|
1339
1339
|
Rules: CostCategoryRule[] | undefined;
|
|
1340
1340
|
DefaultValue?: string;
|
|
1341
1341
|
SplitChargeRules?: CostCategorySplitChargeRule[];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cost-explorer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cost Explorer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.429.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.429.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.429.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.429.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.428.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/hash-node": "^2.0.11",
|
|
39
39
|
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
40
|
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.1.
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.1",
|
|
42
42
|
"@smithy/middleware-retry": "^2.0.16",
|
|
43
43
|
"@smithy/middleware-serde": "^2.0.11",
|
|
44
44
|
"@smithy/middleware-stack": "^2.0.5",
|