You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The combination of Amazon Web Service, linked account, linked account name, Region, and usage type where a cost anomaly is observed. The linked account name will only be available when the account name can be identified.
146
+
/// The combination of Amazon Web Servicesservice, linked account, linked account name, Region, and usage type where a cost anomaly is observed. The linked account name will only be available when the account name can be identified.
147
147
public struct RootCause {
148
148
/// The member account value that's associated with the cost anomaly.
149
149
public var linkedAccount: Swift.String?
150
150
/// The member account name value that's associated with the cost anomaly.
151
151
public var linkedAccountName: Swift.String?
152
152
/// The Amazon Web Services Region that's associated with the cost anomaly.
153
153
public var region: Swift.String?
154
-
/// The Amazon Web Service name that's associated with the cost anomaly.
154
+
/// The Amazon Web Servicesservice name that's associated with the cost anomaly.
155
155
public var service: Swift.String?
156
156
/// The UsageType value that's associated with the cost anomaly.
/// Details about your recommended reservation purchase.
2696
2732
public struct ReservationPurchaseRecommendationDetail {
2697
2733
/// The account that this Reserved Instance (RI) recommendation is for.
2698
2734
public var accountId: Swift.String?
2699
2735
/// The average number of normalized units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
2700
2736
public var averageNormalizedUnitsUsedPerHour: Swift.String?
2737
+
/// The average number of provisioned capacity units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
2738
+
public var averageNumberOfCapacityUnitsUsedPerHour: Swift.String?
2701
2739
/// The average number of instances that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
2702
2740
public var averageNumberOfInstancesUsedPerHour: Swift.String?
2703
-
/// The average utilization of your instances. Amazon Web Services uses this to calculate your recommended reservation purchases.
2741
+
/// The average utilization of your recommendations. Amazon Web Services uses this to calculate your recommended reservation purchases.
2704
2742
public var averageUtilization: Swift.String?
2705
-
/// The currency code that Amazon Web Services used to calculate the costs for this instance.
2743
+
/// The currency code that Amazon Web Services used to calculate the costs for this recommendation.
2706
2744
public var currencyCode: Swift.String?
2707
-
/// How long Amazon Web Services estimates that it takes for this instance to start saving you money, in months.
2745
+
/// How long Amazon Web Services estimates that it takes for this recommendation to start saving you money, in months.
2708
2746
public var estimatedBreakEvenInMonths: Swift.String?
2709
2747
/// How much Amazon Web Services estimates that you spend on On-Demand Instances in a month.
2710
2748
public var estimatedMonthlyOnDemandCost: Swift.String?
public var instanceDetails: CostExplorerClientTypes.InstanceDetails?
2719
2757
/// The maximum number of normalized units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
2720
2758
public var maximumNormalizedUnitsUsedPerHour: Swift.String?
2759
+
/// The maximum number of provisioned capacity units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
2760
+
public var maximumNumberOfCapacityUnitsUsedPerHour: Swift.String?
2721
2761
/// The maximum number of instances that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
2722
2762
public var maximumNumberOfInstancesUsedPerHour: Swift.String?
2723
2763
/// The minimum number of normalized units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
2724
2764
public var minimumNormalizedUnitsUsedPerHour: Swift.String?
2765
+
/// The minimum number of provisioned capacity units that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
2766
+
public var minimumNumberOfCapacityUnitsUsedPerHour: Swift.String?
2725
2767
/// The minimum number of instances that you used in an hour during the historical period. Amazon Web Services uses this to calculate your recommended reservation purchases.
2726
2768
public var minimumNumberOfInstancesUsedPerHour: Swift.String?
2727
2769
/// The number of normalized units that Amazon Web Services recommends that you purchase.
2728
2770
public var recommendedNormalizedUnitsToPurchase: Swift.String?
2771
+
/// The number of reserved capacity units that Amazon Web Services recommends that you purchase.
2772
+
public var recommendedNumberOfCapacityUnitsToPurchase: Swift.String?
2729
2773
/// The number of instances that Amazon Web Services recommends that you purchase.
2730
2774
public var recommendedNumberOfInstancesToPurchase: Swift.String?
2731
-
/// How much purchasing this instance costs you on a monthly basis.
2775
+
/// How much purchasing this recommendation costs you on a monthly basis.
2732
2776
public var recurringStandardMonthlyCost: Swift.String?
2733
-
/// How much purchasing this instance costs you upfront.
2777
+
/// Details about the reservations that Amazon Web Services recommends that you purchase.
2778
+
public var reservedCapacityDetails: CostExplorerClientTypes.ReservedCapacityDetails?
2779
+
/// How much purchasing this recommendation costs you upfront.
@@ -5820,7 +5876,7 @@ public struct GetDimensionValuesInput {
5820
5876
///
5821
5877
/// * AZ - The Availability Zone. An example is us-east-1a.
5822
5878
///
5823
-
/// * BILLING_ENTITY - The Amazon Web Services seller that your account is with. Possible values are the following: - Amazon Web Services(Amazon Web Services): The entity that sells Amazon Web Services. - AISPL (Amazon Internet Services Pvt. Ltd.): The local Indian entity that's an acting reseller for Amazon Web Services in India. - Amazon Web Services Marketplace: The entity that supports the sale of solutions that are built on Amazon Web Services by third-party software providers.
5879
+
/// * BILLING_ENTITY - The Amazon Web Services seller that your account is with. Possible values are the following: - Amazon Web Services(Amazon Web Services): The entity that sells Amazon Web Servicesservices. - AISPL (Amazon Internet Services Pvt. Ltd.): The local Indian entity that's an acting reseller for Amazon Web Servicesservices in India. - Amazon Web Services Marketplace: The entity that supports the sale of solutions that are built on Amazon Web Services by third-party software providers.
5824
5880
///
5825
5881
/// * CACHE_ENGINE - The Amazon ElastiCache operating system. Examples are Windows or Linux.
0 commit comments