aws-sdk-costoptimizationhub 1.22.0 → 1.23.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-costoptimizationhub/client.rb +105 -45
- data/lib/aws-sdk-costoptimizationhub/client_api.rb +62 -20
- data/lib/aws-sdk-costoptimizationhub/types.rb +326 -125
- data/lib/aws-sdk-costoptimizationhub.rb +1 -1
- data/sig/client.rbs +4 -4
- data/sig/types.rbs +71 -23
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bb80c87494469df5ffa58013e8327014b5dd78d6463c2c56ceed5331cfb1af1
|
4
|
+
data.tar.gz: 56ddb3cbed4d7e301397bbfc659521e5923d869cd94426f84579705bea0edb65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53afd1876df66b9593259a90761b7ee9a3e473f8e6fb6fae09c7cdcafdfcdc1e87d45fac8c0db515e05deb41582ce8f3b67f379991c9d8a0b5b8931497484b0b
|
7
|
+
data.tar.gz: 28905b66a847643574a2676a9e7a9beab7a4067dfa6c28ddad14047b2a0e04083111cf70cae67714bc1ab2ca0e6280e8110127e7c2e36fbbddf428da484f6e5b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.23.0 (2025-04-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds resource type "MemoryDbReservedInstances" and resource type "DynamoDbReservedCapacity" to the GetRecommendation, ListRecommendations, and ListRecommendationSummaries APIs to support new MemoryDB and DynamoDB RI recommendations.
|
8
|
+
|
4
9
|
1.22.0 (2025-02-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.23.0
|
@@ -555,8 +555,8 @@ module Aws::CostOptimizationHub
|
|
555
555
|
# resp.cost_calculation_lookback_period_in_days #=> Integer
|
556
556
|
# resp.estimated_savings_percentage #=> Float
|
557
557
|
# resp.estimated_savings_over_cost_calculation_lookback_period #=> Float
|
558
|
-
# resp.current_resource_type #=> String, one of "Ec2Instance", "LambdaFunction", "EbsVolume", "EcsService", "Ec2AutoScalingGroup", "Ec2InstanceSavingsPlans", "ComputeSavingsPlans", "SageMakerSavingsPlans", "Ec2ReservedInstances", "RdsReservedInstances", "OpenSearchReservedInstances", "RedshiftReservedInstances", "ElastiCacheReservedInstances", "RdsDbInstanceStorage", "RdsDbInstance"
|
559
|
-
# resp.recommended_resource_type #=> String, one of "Ec2Instance", "LambdaFunction", "EbsVolume", "EcsService", "Ec2AutoScalingGroup", "Ec2InstanceSavingsPlans", "ComputeSavingsPlans", "SageMakerSavingsPlans", "Ec2ReservedInstances", "RdsReservedInstances", "OpenSearchReservedInstances", "RedshiftReservedInstances", "ElastiCacheReservedInstances", "RdsDbInstanceStorage", "RdsDbInstance"
|
558
|
+
# resp.current_resource_type #=> String, one of "Ec2Instance", "LambdaFunction", "EbsVolume", "EcsService", "Ec2AutoScalingGroup", "Ec2InstanceSavingsPlans", "ComputeSavingsPlans", "SageMakerSavingsPlans", "Ec2ReservedInstances", "RdsReservedInstances", "OpenSearchReservedInstances", "RedshiftReservedInstances", "ElastiCacheReservedInstances", "RdsDbInstanceStorage", "RdsDbInstance", "DynamoDbReservedCapacity", "MemoryDbReservedInstances"
|
559
|
+
# resp.recommended_resource_type #=> String, one of "Ec2Instance", "LambdaFunction", "EbsVolume", "EcsService", "Ec2AutoScalingGroup", "Ec2InstanceSavingsPlans", "ComputeSavingsPlans", "SageMakerSavingsPlans", "Ec2ReservedInstances", "RdsReservedInstances", "OpenSearchReservedInstances", "RedshiftReservedInstances", "ElastiCacheReservedInstances", "RdsDbInstanceStorage", "RdsDbInstance", "DynamoDbReservedCapacity", "MemoryDbReservedInstances"
|
560
560
|
# resp.region #=> String
|
561
561
|
# resp.source #=> String, one of "ComputeOptimizer", "CostExplorer"
|
562
562
|
# resp.last_refresh_timestamp #=> Time
|
@@ -647,37 +647,37 @@ module Aws::CostOptimizationHub
|
|
647
647
|
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
648
648
|
# resp.current_resource_details.ec2_reserved_instances.configuration.account_scope #=> String
|
649
649
|
# resp.current_resource_details.ec2_reserved_instances.configuration.service #=> String
|
650
|
-
# resp.current_resource_details.ec2_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
651
650
|
# resp.current_resource_details.ec2_reserved_instances.configuration.term #=> String
|
652
651
|
# resp.current_resource_details.ec2_reserved_instances.configuration.payment_option #=> String
|
652
|
+
# resp.current_resource_details.ec2_reserved_instances.configuration.reserved_instances_region #=> String
|
653
|
+
# resp.current_resource_details.ec2_reserved_instances.configuration.upfront_cost #=> String
|
654
|
+
# resp.current_resource_details.ec2_reserved_instances.configuration.monthly_recurring_cost #=> String
|
655
|
+
# resp.current_resource_details.ec2_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
653
656
|
# resp.current_resource_details.ec2_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
654
657
|
# resp.current_resource_details.ec2_reserved_instances.configuration.offering_class #=> String
|
655
658
|
# resp.current_resource_details.ec2_reserved_instances.configuration.instance_family #=> String
|
656
659
|
# resp.current_resource_details.ec2_reserved_instances.configuration.instance_type #=> String
|
657
|
-
# resp.current_resource_details.ec2_reserved_instances.configuration.reserved_instances_region #=> String
|
658
660
|
# resp.current_resource_details.ec2_reserved_instances.configuration.current_generation #=> String
|
659
661
|
# resp.current_resource_details.ec2_reserved_instances.configuration.platform #=> String
|
660
662
|
# resp.current_resource_details.ec2_reserved_instances.configuration.tenancy #=> String
|
661
663
|
# resp.current_resource_details.ec2_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
662
|
-
# resp.current_resource_details.ec2_reserved_instances.configuration.upfront_cost #=> String
|
663
|
-
# resp.current_resource_details.ec2_reserved_instances.configuration.monthly_recurring_cost #=> String
|
664
664
|
# resp.current_resource_details.ec2_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
665
665
|
# resp.current_resource_details.ec2_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
666
666
|
# resp.current_resource_details.ec2_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
667
667
|
# resp.current_resource_details.ec2_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
668
668
|
# resp.current_resource_details.rds_reserved_instances.configuration.account_scope #=> String
|
669
669
|
# resp.current_resource_details.rds_reserved_instances.configuration.service #=> String
|
670
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
671
670
|
# resp.current_resource_details.rds_reserved_instances.configuration.term #=> String
|
672
671
|
# resp.current_resource_details.rds_reserved_instances.configuration.payment_option #=> String
|
672
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.reserved_instances_region #=> String
|
673
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.upfront_cost #=> String
|
674
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.monthly_recurring_cost #=> String
|
675
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
673
676
|
# resp.current_resource_details.rds_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
674
677
|
# resp.current_resource_details.rds_reserved_instances.configuration.instance_family #=> String
|
675
678
|
# resp.current_resource_details.rds_reserved_instances.configuration.instance_type #=> String
|
676
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.reserved_instances_region #=> String
|
677
679
|
# resp.current_resource_details.rds_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
678
680
|
# resp.current_resource_details.rds_reserved_instances.configuration.current_generation #=> String
|
679
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.upfront_cost #=> String
|
680
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.monthly_recurring_cost #=> String
|
681
681
|
# resp.current_resource_details.rds_reserved_instances.configuration.license_model #=> String
|
682
682
|
# resp.current_resource_details.rds_reserved_instances.configuration.database_edition #=> String
|
683
683
|
# resp.current_resource_details.rds_reserved_instances.configuration.database_engine #=> String
|
@@ -688,50 +688,50 @@ module Aws::CostOptimizationHub
|
|
688
688
|
# resp.current_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
689
689
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.account_scope #=> String
|
690
690
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.service #=> String
|
691
|
-
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
692
691
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.term #=> String
|
693
692
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.payment_option #=> String
|
693
|
+
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.reserved_instances_region #=> String
|
694
|
+
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.upfront_cost #=> String
|
695
|
+
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.monthly_recurring_cost #=> String
|
696
|
+
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
694
697
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
695
698
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.instance_family #=> String
|
696
699
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.instance_type #=> String
|
697
|
-
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.reserved_instances_region #=> String
|
698
700
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.current_generation #=> String
|
699
701
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
700
|
-
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.upfront_cost #=> String
|
701
|
-
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.monthly_recurring_cost #=> String
|
702
702
|
# resp.current_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
703
703
|
# resp.current_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
704
704
|
# resp.current_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
705
705
|
# resp.current_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
706
706
|
# resp.current_resource_details.open_search_reserved_instances.configuration.account_scope #=> String
|
707
707
|
# resp.current_resource_details.open_search_reserved_instances.configuration.service #=> String
|
708
|
-
# resp.current_resource_details.open_search_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
709
708
|
# resp.current_resource_details.open_search_reserved_instances.configuration.term #=> String
|
710
709
|
# resp.current_resource_details.open_search_reserved_instances.configuration.payment_option #=> String
|
710
|
+
# resp.current_resource_details.open_search_reserved_instances.configuration.reserved_instances_region #=> String
|
711
|
+
# resp.current_resource_details.open_search_reserved_instances.configuration.upfront_cost #=> String
|
712
|
+
# resp.current_resource_details.open_search_reserved_instances.configuration.monthly_recurring_cost #=> String
|
713
|
+
# resp.current_resource_details.open_search_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
711
714
|
# resp.current_resource_details.open_search_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
712
715
|
# resp.current_resource_details.open_search_reserved_instances.configuration.instance_type #=> String
|
713
|
-
# resp.current_resource_details.open_search_reserved_instances.configuration.reserved_instances_region #=> String
|
714
716
|
# resp.current_resource_details.open_search_reserved_instances.configuration.current_generation #=> String
|
715
717
|
# resp.current_resource_details.open_search_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
716
|
-
# resp.current_resource_details.open_search_reserved_instances.configuration.upfront_cost #=> String
|
717
|
-
# resp.current_resource_details.open_search_reserved_instances.configuration.monthly_recurring_cost #=> String
|
718
718
|
# resp.current_resource_details.open_search_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
719
719
|
# resp.current_resource_details.open_search_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
720
720
|
# resp.current_resource_details.open_search_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
721
721
|
# resp.current_resource_details.open_search_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
722
722
|
# resp.current_resource_details.redshift_reserved_instances.configuration.account_scope #=> String
|
723
723
|
# resp.current_resource_details.redshift_reserved_instances.configuration.service #=> String
|
724
|
-
# resp.current_resource_details.redshift_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
725
724
|
# resp.current_resource_details.redshift_reserved_instances.configuration.term #=> String
|
726
725
|
# resp.current_resource_details.redshift_reserved_instances.configuration.payment_option #=> String
|
726
|
+
# resp.current_resource_details.redshift_reserved_instances.configuration.reserved_instances_region #=> String
|
727
|
+
# resp.current_resource_details.redshift_reserved_instances.configuration.upfront_cost #=> String
|
728
|
+
# resp.current_resource_details.redshift_reserved_instances.configuration.monthly_recurring_cost #=> String
|
729
|
+
# resp.current_resource_details.redshift_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
727
730
|
# resp.current_resource_details.redshift_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
728
731
|
# resp.current_resource_details.redshift_reserved_instances.configuration.instance_family #=> String
|
729
732
|
# resp.current_resource_details.redshift_reserved_instances.configuration.instance_type #=> String
|
730
|
-
# resp.current_resource_details.redshift_reserved_instances.configuration.reserved_instances_region #=> String
|
731
733
|
# resp.current_resource_details.redshift_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
732
734
|
# resp.current_resource_details.redshift_reserved_instances.configuration.current_generation #=> String
|
733
|
-
# resp.current_resource_details.redshift_reserved_instances.configuration.upfront_cost #=> String
|
734
|
-
# resp.current_resource_details.redshift_reserved_instances.configuration.monthly_recurring_cost #=> String
|
735
735
|
# resp.current_resource_details.redshift_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
736
736
|
# resp.current_resource_details.redshift_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
737
737
|
# resp.current_resource_details.redshift_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
@@ -791,6 +791,36 @@ module Aws::CostOptimizationHub
|
|
791
791
|
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
792
792
|
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
793
793
|
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
794
|
+
# resp.current_resource_details.dynamo_db_reserved_capacity.configuration.account_scope #=> String
|
795
|
+
# resp.current_resource_details.dynamo_db_reserved_capacity.configuration.service #=> String
|
796
|
+
# resp.current_resource_details.dynamo_db_reserved_capacity.configuration.term #=> String
|
797
|
+
# resp.current_resource_details.dynamo_db_reserved_capacity.configuration.payment_option #=> String
|
798
|
+
# resp.current_resource_details.dynamo_db_reserved_capacity.configuration.reserved_instances_region #=> String
|
799
|
+
# resp.current_resource_details.dynamo_db_reserved_capacity.configuration.upfront_cost #=> String
|
800
|
+
# resp.current_resource_details.dynamo_db_reserved_capacity.configuration.monthly_recurring_cost #=> String
|
801
|
+
# resp.current_resource_details.dynamo_db_reserved_capacity.configuration.number_of_capacity_units_to_purchase #=> String
|
802
|
+
# resp.current_resource_details.dynamo_db_reserved_capacity.configuration.capacity_units #=> String
|
803
|
+
# resp.current_resource_details.dynamo_db_reserved_capacity.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
804
|
+
# resp.current_resource_details.dynamo_db_reserved_capacity.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
805
|
+
# resp.current_resource_details.dynamo_db_reserved_capacity.cost_calculation.pricing.savings_percentage #=> Float
|
806
|
+
# resp.current_resource_details.dynamo_db_reserved_capacity.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
807
|
+
# resp.current_resource_details.memory_db_reserved_instances.configuration.account_scope #=> String
|
808
|
+
# resp.current_resource_details.memory_db_reserved_instances.configuration.service #=> String
|
809
|
+
# resp.current_resource_details.memory_db_reserved_instances.configuration.term #=> String
|
810
|
+
# resp.current_resource_details.memory_db_reserved_instances.configuration.payment_option #=> String
|
811
|
+
# resp.current_resource_details.memory_db_reserved_instances.configuration.reserved_instances_region #=> String
|
812
|
+
# resp.current_resource_details.memory_db_reserved_instances.configuration.upfront_cost #=> String
|
813
|
+
# resp.current_resource_details.memory_db_reserved_instances.configuration.monthly_recurring_cost #=> String
|
814
|
+
# resp.current_resource_details.memory_db_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
815
|
+
# resp.current_resource_details.memory_db_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
816
|
+
# resp.current_resource_details.memory_db_reserved_instances.configuration.instance_type #=> String
|
817
|
+
# resp.current_resource_details.memory_db_reserved_instances.configuration.instance_family #=> String
|
818
|
+
# resp.current_resource_details.memory_db_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
819
|
+
# resp.current_resource_details.memory_db_reserved_instances.configuration.current_generation #=> String
|
820
|
+
# resp.current_resource_details.memory_db_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
821
|
+
# resp.current_resource_details.memory_db_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
822
|
+
# resp.current_resource_details.memory_db_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
823
|
+
# resp.current_resource_details.memory_db_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
794
824
|
# resp.recommended_resource_details.lambda_function.configuration.compute.v_cpu #=> Float
|
795
825
|
# resp.recommended_resource_details.lambda_function.configuration.compute.memory_size_in_mb #=> Integer
|
796
826
|
# resp.recommended_resource_details.lambda_function.configuration.compute.architecture #=> String
|
@@ -872,37 +902,37 @@ module Aws::CostOptimizationHub
|
|
872
902
|
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
873
903
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.account_scope #=> String
|
874
904
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.service #=> String
|
875
|
-
# resp.recommended_resource_details.ec2_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
876
905
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.term #=> String
|
877
906
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.payment_option #=> String
|
907
|
+
# resp.recommended_resource_details.ec2_reserved_instances.configuration.reserved_instances_region #=> String
|
908
|
+
# resp.recommended_resource_details.ec2_reserved_instances.configuration.upfront_cost #=> String
|
909
|
+
# resp.recommended_resource_details.ec2_reserved_instances.configuration.monthly_recurring_cost #=> String
|
910
|
+
# resp.recommended_resource_details.ec2_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
878
911
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
879
912
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.offering_class #=> String
|
880
913
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.instance_family #=> String
|
881
914
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.instance_type #=> String
|
882
|
-
# resp.recommended_resource_details.ec2_reserved_instances.configuration.reserved_instances_region #=> String
|
883
915
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.current_generation #=> String
|
884
916
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.platform #=> String
|
885
917
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.tenancy #=> String
|
886
918
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
887
|
-
# resp.recommended_resource_details.ec2_reserved_instances.configuration.upfront_cost #=> String
|
888
|
-
# resp.recommended_resource_details.ec2_reserved_instances.configuration.monthly_recurring_cost #=> String
|
889
919
|
# resp.recommended_resource_details.ec2_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
890
920
|
# resp.recommended_resource_details.ec2_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
891
921
|
# resp.recommended_resource_details.ec2_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
892
922
|
# resp.recommended_resource_details.ec2_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
893
923
|
# resp.recommended_resource_details.rds_reserved_instances.configuration.account_scope #=> String
|
894
924
|
# resp.recommended_resource_details.rds_reserved_instances.configuration.service #=> String
|
895
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
896
925
|
# resp.recommended_resource_details.rds_reserved_instances.configuration.term #=> String
|
897
926
|
# resp.recommended_resource_details.rds_reserved_instances.configuration.payment_option #=> String
|
927
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.reserved_instances_region #=> String
|
928
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.upfront_cost #=> String
|
929
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.monthly_recurring_cost #=> String
|
930
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
898
931
|
# resp.recommended_resource_details.rds_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
899
932
|
# resp.recommended_resource_details.rds_reserved_instances.configuration.instance_family #=> String
|
900
933
|
# resp.recommended_resource_details.rds_reserved_instances.configuration.instance_type #=> String
|
901
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.reserved_instances_region #=> String
|
902
934
|
# resp.recommended_resource_details.rds_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
903
935
|
# resp.recommended_resource_details.rds_reserved_instances.configuration.current_generation #=> String
|
904
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.upfront_cost #=> String
|
905
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.monthly_recurring_cost #=> String
|
906
936
|
# resp.recommended_resource_details.rds_reserved_instances.configuration.license_model #=> String
|
907
937
|
# resp.recommended_resource_details.rds_reserved_instances.configuration.database_edition #=> String
|
908
938
|
# resp.recommended_resource_details.rds_reserved_instances.configuration.database_engine #=> String
|
@@ -913,50 +943,50 @@ module Aws::CostOptimizationHub
|
|
913
943
|
# resp.recommended_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
914
944
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.account_scope #=> String
|
915
945
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.service #=> String
|
916
|
-
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
917
946
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.term #=> String
|
918
947
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.payment_option #=> String
|
948
|
+
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.reserved_instances_region #=> String
|
949
|
+
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.upfront_cost #=> String
|
950
|
+
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.monthly_recurring_cost #=> String
|
951
|
+
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
919
952
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
920
953
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.instance_family #=> String
|
921
954
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.instance_type #=> String
|
922
|
-
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.reserved_instances_region #=> String
|
923
955
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.current_generation #=> String
|
924
956
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
925
|
-
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.upfront_cost #=> String
|
926
|
-
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.monthly_recurring_cost #=> String
|
927
957
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
928
958
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
929
959
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
930
960
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
931
961
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.account_scope #=> String
|
932
962
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.service #=> String
|
933
|
-
# resp.recommended_resource_details.open_search_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
934
963
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.term #=> String
|
935
964
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.payment_option #=> String
|
965
|
+
# resp.recommended_resource_details.open_search_reserved_instances.configuration.reserved_instances_region #=> String
|
966
|
+
# resp.recommended_resource_details.open_search_reserved_instances.configuration.upfront_cost #=> String
|
967
|
+
# resp.recommended_resource_details.open_search_reserved_instances.configuration.monthly_recurring_cost #=> String
|
968
|
+
# resp.recommended_resource_details.open_search_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
936
969
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
937
970
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.instance_type #=> String
|
938
|
-
# resp.recommended_resource_details.open_search_reserved_instances.configuration.reserved_instances_region #=> String
|
939
971
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.current_generation #=> String
|
940
972
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
941
|
-
# resp.recommended_resource_details.open_search_reserved_instances.configuration.upfront_cost #=> String
|
942
|
-
# resp.recommended_resource_details.open_search_reserved_instances.configuration.monthly_recurring_cost #=> String
|
943
973
|
# resp.recommended_resource_details.open_search_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
944
974
|
# resp.recommended_resource_details.open_search_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
945
975
|
# resp.recommended_resource_details.open_search_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
946
976
|
# resp.recommended_resource_details.open_search_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
947
977
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.account_scope #=> String
|
948
978
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.service #=> String
|
949
|
-
# resp.recommended_resource_details.redshift_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
950
979
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.term #=> String
|
951
980
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.payment_option #=> String
|
981
|
+
# resp.recommended_resource_details.redshift_reserved_instances.configuration.reserved_instances_region #=> String
|
982
|
+
# resp.recommended_resource_details.redshift_reserved_instances.configuration.upfront_cost #=> String
|
983
|
+
# resp.recommended_resource_details.redshift_reserved_instances.configuration.monthly_recurring_cost #=> String
|
984
|
+
# resp.recommended_resource_details.redshift_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
952
985
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
953
986
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.instance_family #=> String
|
954
987
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.instance_type #=> String
|
955
|
-
# resp.recommended_resource_details.redshift_reserved_instances.configuration.reserved_instances_region #=> String
|
956
988
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
957
989
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.current_generation #=> String
|
958
|
-
# resp.recommended_resource_details.redshift_reserved_instances.configuration.upfront_cost #=> String
|
959
|
-
# resp.recommended_resource_details.redshift_reserved_instances.configuration.monthly_recurring_cost #=> String
|
960
990
|
# resp.recommended_resource_details.redshift_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
961
991
|
# resp.recommended_resource_details.redshift_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
962
992
|
# resp.recommended_resource_details.redshift_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
@@ -1016,6 +1046,36 @@ module Aws::CostOptimizationHub
|
|
1016
1046
|
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
1017
1047
|
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
1018
1048
|
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
1049
|
+
# resp.recommended_resource_details.dynamo_db_reserved_capacity.configuration.account_scope #=> String
|
1050
|
+
# resp.recommended_resource_details.dynamo_db_reserved_capacity.configuration.service #=> String
|
1051
|
+
# resp.recommended_resource_details.dynamo_db_reserved_capacity.configuration.term #=> String
|
1052
|
+
# resp.recommended_resource_details.dynamo_db_reserved_capacity.configuration.payment_option #=> String
|
1053
|
+
# resp.recommended_resource_details.dynamo_db_reserved_capacity.configuration.reserved_instances_region #=> String
|
1054
|
+
# resp.recommended_resource_details.dynamo_db_reserved_capacity.configuration.upfront_cost #=> String
|
1055
|
+
# resp.recommended_resource_details.dynamo_db_reserved_capacity.configuration.monthly_recurring_cost #=> String
|
1056
|
+
# resp.recommended_resource_details.dynamo_db_reserved_capacity.configuration.number_of_capacity_units_to_purchase #=> String
|
1057
|
+
# resp.recommended_resource_details.dynamo_db_reserved_capacity.configuration.capacity_units #=> String
|
1058
|
+
# resp.recommended_resource_details.dynamo_db_reserved_capacity.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
1059
|
+
# resp.recommended_resource_details.dynamo_db_reserved_capacity.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
1060
|
+
# resp.recommended_resource_details.dynamo_db_reserved_capacity.cost_calculation.pricing.savings_percentage #=> Float
|
1061
|
+
# resp.recommended_resource_details.dynamo_db_reserved_capacity.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
1062
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.configuration.account_scope #=> String
|
1063
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.configuration.service #=> String
|
1064
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.configuration.term #=> String
|
1065
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.configuration.payment_option #=> String
|
1066
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.configuration.reserved_instances_region #=> String
|
1067
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.configuration.upfront_cost #=> String
|
1068
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.configuration.monthly_recurring_cost #=> String
|
1069
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
1070
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
1071
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.configuration.instance_type #=> String
|
1072
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.configuration.instance_family #=> String
|
1073
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
1074
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.configuration.current_generation #=> String
|
1075
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
1076
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
1077
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
1078
|
+
# resp.recommended_resource_details.memory_db_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
1019
1079
|
# resp.tags #=> Array
|
1020
1080
|
# resp.tags[0].key #=> String
|
1021
1081
|
# resp.tags[0].value #=> String
|
@@ -1127,7 +1187,7 @@ module Aws::CostOptimizationHub
|
|
1127
1187
|
# implementation_efforts: ["VeryLow"], # accepts VeryLow, Low, Medium, High, VeryHigh
|
1128
1188
|
# account_ids: ["AccountId"],
|
1129
1189
|
# regions: ["String"],
|
1130
|
-
# resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances, RdsDbInstanceStorage, RdsDbInstance
|
1190
|
+
# resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances, RdsDbInstanceStorage, RdsDbInstance, DynamoDbReservedCapacity, MemoryDbReservedInstances
|
1131
1191
|
# action_types: ["Rightsize"], # accepts Rightsize, Stop, Upgrade, PurchaseSavingsPlans, PurchaseReservedInstances, MigrateToGraviton, Delete, ScaleIn
|
1132
1192
|
# tags: [
|
1133
1193
|
# {
|
@@ -1201,7 +1261,7 @@ module Aws::CostOptimizationHub
|
|
1201
1261
|
# implementation_efforts: ["VeryLow"], # accepts VeryLow, Low, Medium, High, VeryHigh
|
1202
1262
|
# account_ids: ["AccountId"],
|
1203
1263
|
# regions: ["String"],
|
1204
|
-
# resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances, RdsDbInstanceStorage, RdsDbInstance
|
1264
|
+
# resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances, RdsDbInstanceStorage, RdsDbInstance, DynamoDbReservedCapacity, MemoryDbReservedInstances
|
1205
1265
|
# action_types: ["Rightsize"], # accepts Rightsize, Stop, Upgrade, PurchaseSavingsPlans, PurchaseReservedInstances, MigrateToGraviton, Delete, ScaleIn
|
1206
1266
|
# tags: [
|
1207
1267
|
# {
|
@@ -1356,7 +1416,7 @@ module Aws::CostOptimizationHub
|
|
1356
1416
|
tracer: tracer
|
1357
1417
|
)
|
1358
1418
|
context[:gem_name] = 'aws-sdk-costoptimizationhub'
|
1359
|
-
context[:gem_version] = '1.
|
1419
|
+
context[:gem_version] = '1.23.0'
|
1360
1420
|
Seahorse::Client::Request.new(handlers, context)
|
1361
1421
|
end
|
1362
1422
|
|
@@ -30,6 +30,8 @@ module Aws::CostOptimizationHub
|
|
30
30
|
Datetime = Shapes::TimestampShape.new(name: 'Datetime')
|
31
31
|
DbInstanceConfiguration = Shapes::StructureShape.new(name: 'DbInstanceConfiguration')
|
32
32
|
Double = Shapes::FloatShape.new(name: 'Double')
|
33
|
+
DynamoDbReservedCapacity = Shapes::StructureShape.new(name: 'DynamoDbReservedCapacity')
|
34
|
+
DynamoDbReservedCapacityConfiguration = Shapes::StructureShape.new(name: 'DynamoDbReservedCapacityConfiguration')
|
33
35
|
EbsVolume = Shapes::StructureShape.new(name: 'EbsVolume')
|
34
36
|
EbsVolumeConfiguration = Shapes::StructureShape.new(name: 'EbsVolumeConfiguration')
|
35
37
|
Ec2AutoScalingGroup = Shapes::StructureShape.new(name: 'Ec2AutoScalingGroup')
|
@@ -69,6 +71,8 @@ module Aws::CostOptimizationHub
|
|
69
71
|
ListRecommendationsResponse = Shapes::StructureShape.new(name: 'ListRecommendationsResponse')
|
70
72
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
71
73
|
MemberAccountDiscountVisibility = Shapes::StringShape.new(name: 'MemberAccountDiscountVisibility')
|
74
|
+
MemoryDbReservedInstances = Shapes::StructureShape.new(name: 'MemoryDbReservedInstances')
|
75
|
+
MemoryDbReservedInstancesConfiguration = Shapes::StructureShape.new(name: 'MemoryDbReservedInstancesConfiguration')
|
72
76
|
MixedInstanceConfiguration = Shapes::StructureShape.new(name: 'MixedInstanceConfiguration')
|
73
77
|
MixedInstanceConfigurationList = Shapes::ListShape.new(name: 'MixedInstanceConfigurationList')
|
74
78
|
OpenSearchReservedInstances = Shapes::StructureShape.new(name: 'OpenSearchReservedInstances')
|
@@ -164,6 +168,21 @@ module Aws::CostOptimizationHub
|
|
164
168
|
DbInstanceConfiguration.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "dbInstanceClass"))
|
165
169
|
DbInstanceConfiguration.struct_class = Types::DbInstanceConfiguration
|
166
170
|
|
171
|
+
DynamoDbReservedCapacity.add_member(:configuration, Shapes::ShapeRef.new(shape: DynamoDbReservedCapacityConfiguration, location_name: "configuration"))
|
172
|
+
DynamoDbReservedCapacity.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: ReservedInstancesCostCalculation, location_name: "costCalculation"))
|
173
|
+
DynamoDbReservedCapacity.struct_class = Types::DynamoDbReservedCapacity
|
174
|
+
|
175
|
+
DynamoDbReservedCapacityConfiguration.add_member(:account_scope, Shapes::ShapeRef.new(shape: String, location_name: "accountScope"))
|
176
|
+
DynamoDbReservedCapacityConfiguration.add_member(:service, Shapes::ShapeRef.new(shape: String, location_name: "service"))
|
177
|
+
DynamoDbReservedCapacityConfiguration.add_member(:term, Shapes::ShapeRef.new(shape: String, location_name: "term"))
|
178
|
+
DynamoDbReservedCapacityConfiguration.add_member(:payment_option, Shapes::ShapeRef.new(shape: String, location_name: "paymentOption"))
|
179
|
+
DynamoDbReservedCapacityConfiguration.add_member(:reserved_instances_region, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesRegion"))
|
180
|
+
DynamoDbReservedCapacityConfiguration.add_member(:upfront_cost, Shapes::ShapeRef.new(shape: String, location_name: "upfrontCost"))
|
181
|
+
DynamoDbReservedCapacityConfiguration.add_member(:monthly_recurring_cost, Shapes::ShapeRef.new(shape: String, location_name: "monthlyRecurringCost"))
|
182
|
+
DynamoDbReservedCapacityConfiguration.add_member(:number_of_capacity_units_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "numberOfCapacityUnitsToPurchase"))
|
183
|
+
DynamoDbReservedCapacityConfiguration.add_member(:capacity_units, Shapes::ShapeRef.new(shape: String, location_name: "capacityUnits"))
|
184
|
+
DynamoDbReservedCapacityConfiguration.struct_class = Types::DynamoDbReservedCapacityConfiguration
|
185
|
+
|
167
186
|
EbsVolume.add_member(:configuration, Shapes::ShapeRef.new(shape: EbsVolumeConfiguration, location_name: "configuration"))
|
168
187
|
EbsVolume.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: ResourceCostCalculation, location_name: "costCalculation"))
|
169
188
|
EbsVolume.struct_class = Types::EbsVolume
|
@@ -208,20 +227,20 @@ module Aws::CostOptimizationHub
|
|
208
227
|
|
209
228
|
Ec2ReservedInstancesConfiguration.add_member(:account_scope, Shapes::ShapeRef.new(shape: String, location_name: "accountScope"))
|
210
229
|
Ec2ReservedInstancesConfiguration.add_member(:service, Shapes::ShapeRef.new(shape: String, location_name: "service"))
|
211
|
-
Ec2ReservedInstancesConfiguration.add_member(:normalized_units_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "normalizedUnitsToPurchase"))
|
212
230
|
Ec2ReservedInstancesConfiguration.add_member(:term, Shapes::ShapeRef.new(shape: String, location_name: "term"))
|
213
231
|
Ec2ReservedInstancesConfiguration.add_member(:payment_option, Shapes::ShapeRef.new(shape: String, location_name: "paymentOption"))
|
232
|
+
Ec2ReservedInstancesConfiguration.add_member(:reserved_instances_region, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesRegion"))
|
233
|
+
Ec2ReservedInstancesConfiguration.add_member(:upfront_cost, Shapes::ShapeRef.new(shape: String, location_name: "upfrontCost"))
|
234
|
+
Ec2ReservedInstancesConfiguration.add_member(:monthly_recurring_cost, Shapes::ShapeRef.new(shape: String, location_name: "monthlyRecurringCost"))
|
235
|
+
Ec2ReservedInstancesConfiguration.add_member(:normalized_units_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "normalizedUnitsToPurchase"))
|
214
236
|
Ec2ReservedInstancesConfiguration.add_member(:number_of_instances_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "numberOfInstancesToPurchase"))
|
215
237
|
Ec2ReservedInstancesConfiguration.add_member(:offering_class, Shapes::ShapeRef.new(shape: String, location_name: "offeringClass"))
|
216
238
|
Ec2ReservedInstancesConfiguration.add_member(:instance_family, Shapes::ShapeRef.new(shape: String, location_name: "instanceFamily"))
|
217
239
|
Ec2ReservedInstancesConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
218
|
-
Ec2ReservedInstancesConfiguration.add_member(:reserved_instances_region, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesRegion"))
|
219
240
|
Ec2ReservedInstancesConfiguration.add_member(:current_generation, Shapes::ShapeRef.new(shape: String, location_name: "currentGeneration"))
|
220
241
|
Ec2ReservedInstancesConfiguration.add_member(:platform, Shapes::ShapeRef.new(shape: String, location_name: "platform"))
|
221
242
|
Ec2ReservedInstancesConfiguration.add_member(:tenancy, Shapes::ShapeRef.new(shape: String, location_name: "tenancy"))
|
222
243
|
Ec2ReservedInstancesConfiguration.add_member(:size_flex_eligible, Shapes::ShapeRef.new(shape: Boolean, location_name: "sizeFlexEligible"))
|
223
|
-
Ec2ReservedInstancesConfiguration.add_member(:upfront_cost, Shapes::ShapeRef.new(shape: String, location_name: "upfrontCost"))
|
224
|
-
Ec2ReservedInstancesConfiguration.add_member(:monthly_recurring_cost, Shapes::ShapeRef.new(shape: String, location_name: "monthlyRecurringCost"))
|
225
244
|
Ec2ReservedInstancesConfiguration.struct_class = Types::Ec2ReservedInstancesConfiguration
|
226
245
|
|
227
246
|
EcsService.add_member(:configuration, Shapes::ShapeRef.new(shape: EcsServiceConfiguration, location_name: "configuration"))
|
@@ -237,17 +256,17 @@ module Aws::CostOptimizationHub
|
|
237
256
|
|
238
257
|
ElastiCacheReservedInstancesConfiguration.add_member(:account_scope, Shapes::ShapeRef.new(shape: String, location_name: "accountScope"))
|
239
258
|
ElastiCacheReservedInstancesConfiguration.add_member(:service, Shapes::ShapeRef.new(shape: String, location_name: "service"))
|
240
|
-
ElastiCacheReservedInstancesConfiguration.add_member(:normalized_units_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "normalizedUnitsToPurchase"))
|
241
259
|
ElastiCacheReservedInstancesConfiguration.add_member(:term, Shapes::ShapeRef.new(shape: String, location_name: "term"))
|
242
260
|
ElastiCacheReservedInstancesConfiguration.add_member(:payment_option, Shapes::ShapeRef.new(shape: String, location_name: "paymentOption"))
|
261
|
+
ElastiCacheReservedInstancesConfiguration.add_member(:reserved_instances_region, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesRegion"))
|
262
|
+
ElastiCacheReservedInstancesConfiguration.add_member(:upfront_cost, Shapes::ShapeRef.new(shape: String, location_name: "upfrontCost"))
|
263
|
+
ElastiCacheReservedInstancesConfiguration.add_member(:monthly_recurring_cost, Shapes::ShapeRef.new(shape: String, location_name: "monthlyRecurringCost"))
|
264
|
+
ElastiCacheReservedInstancesConfiguration.add_member(:normalized_units_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "normalizedUnitsToPurchase"))
|
243
265
|
ElastiCacheReservedInstancesConfiguration.add_member(:number_of_instances_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "numberOfInstancesToPurchase"))
|
244
266
|
ElastiCacheReservedInstancesConfiguration.add_member(:instance_family, Shapes::ShapeRef.new(shape: String, location_name: "instanceFamily"))
|
245
267
|
ElastiCacheReservedInstancesConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
246
|
-
ElastiCacheReservedInstancesConfiguration.add_member(:reserved_instances_region, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesRegion"))
|
247
268
|
ElastiCacheReservedInstancesConfiguration.add_member(:current_generation, Shapes::ShapeRef.new(shape: String, location_name: "currentGeneration"))
|
248
269
|
ElastiCacheReservedInstancesConfiguration.add_member(:size_flex_eligible, Shapes::ShapeRef.new(shape: Boolean, location_name: "sizeFlexEligible"))
|
249
|
-
ElastiCacheReservedInstancesConfiguration.add_member(:upfront_cost, Shapes::ShapeRef.new(shape: String, location_name: "upfrontCost"))
|
250
|
-
ElastiCacheReservedInstancesConfiguration.add_member(:monthly_recurring_cost, Shapes::ShapeRef.new(shape: String, location_name: "monthlyRecurringCost"))
|
251
270
|
ElastiCacheReservedInstancesConfiguration.struct_class = Types::ElastiCacheReservedInstancesConfiguration
|
252
271
|
|
253
272
|
EstimatedDiscounts.add_member(:savings_plans_discount, Shapes::ShapeRef.new(shape: Double, location_name: "savingsPlansDiscount"))
|
@@ -354,6 +373,25 @@ module Aws::CostOptimizationHub
|
|
354
373
|
ListRecommendationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
355
374
|
ListRecommendationsResponse.struct_class = Types::ListRecommendationsResponse
|
356
375
|
|
376
|
+
MemoryDbReservedInstances.add_member(:configuration, Shapes::ShapeRef.new(shape: MemoryDbReservedInstancesConfiguration, location_name: "configuration"))
|
377
|
+
MemoryDbReservedInstances.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: ReservedInstancesCostCalculation, location_name: "costCalculation"))
|
378
|
+
MemoryDbReservedInstances.struct_class = Types::MemoryDbReservedInstances
|
379
|
+
|
380
|
+
MemoryDbReservedInstancesConfiguration.add_member(:account_scope, Shapes::ShapeRef.new(shape: String, location_name: "accountScope"))
|
381
|
+
MemoryDbReservedInstancesConfiguration.add_member(:service, Shapes::ShapeRef.new(shape: String, location_name: "service"))
|
382
|
+
MemoryDbReservedInstancesConfiguration.add_member(:term, Shapes::ShapeRef.new(shape: String, location_name: "term"))
|
383
|
+
MemoryDbReservedInstancesConfiguration.add_member(:payment_option, Shapes::ShapeRef.new(shape: String, location_name: "paymentOption"))
|
384
|
+
MemoryDbReservedInstancesConfiguration.add_member(:reserved_instances_region, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesRegion"))
|
385
|
+
MemoryDbReservedInstancesConfiguration.add_member(:upfront_cost, Shapes::ShapeRef.new(shape: String, location_name: "upfrontCost"))
|
386
|
+
MemoryDbReservedInstancesConfiguration.add_member(:monthly_recurring_cost, Shapes::ShapeRef.new(shape: String, location_name: "monthlyRecurringCost"))
|
387
|
+
MemoryDbReservedInstancesConfiguration.add_member(:normalized_units_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "normalizedUnitsToPurchase"))
|
388
|
+
MemoryDbReservedInstancesConfiguration.add_member(:number_of_instances_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "numberOfInstancesToPurchase"))
|
389
|
+
MemoryDbReservedInstancesConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
390
|
+
MemoryDbReservedInstancesConfiguration.add_member(:instance_family, Shapes::ShapeRef.new(shape: String, location_name: "instanceFamily"))
|
391
|
+
MemoryDbReservedInstancesConfiguration.add_member(:size_flex_eligible, Shapes::ShapeRef.new(shape: Boolean, location_name: "sizeFlexEligible"))
|
392
|
+
MemoryDbReservedInstancesConfiguration.add_member(:current_generation, Shapes::ShapeRef.new(shape: String, location_name: "currentGeneration"))
|
393
|
+
MemoryDbReservedInstancesConfiguration.struct_class = Types::MemoryDbReservedInstancesConfiguration
|
394
|
+
|
357
395
|
MixedInstanceConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
|
358
396
|
MixedInstanceConfiguration.struct_class = Types::MixedInstanceConfiguration
|
359
397
|
|
@@ -365,16 +403,16 @@ module Aws::CostOptimizationHub
|
|
365
403
|
|
366
404
|
OpenSearchReservedInstancesConfiguration.add_member(:account_scope, Shapes::ShapeRef.new(shape: String, location_name: "accountScope"))
|
367
405
|
OpenSearchReservedInstancesConfiguration.add_member(:service, Shapes::ShapeRef.new(shape: String, location_name: "service"))
|
368
|
-
OpenSearchReservedInstancesConfiguration.add_member(:normalized_units_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "normalizedUnitsToPurchase"))
|
369
406
|
OpenSearchReservedInstancesConfiguration.add_member(:term, Shapes::ShapeRef.new(shape: String, location_name: "term"))
|
370
407
|
OpenSearchReservedInstancesConfiguration.add_member(:payment_option, Shapes::ShapeRef.new(shape: String, location_name: "paymentOption"))
|
408
|
+
OpenSearchReservedInstancesConfiguration.add_member(:reserved_instances_region, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesRegion"))
|
409
|
+
OpenSearchReservedInstancesConfiguration.add_member(:upfront_cost, Shapes::ShapeRef.new(shape: String, location_name: "upfrontCost"))
|
410
|
+
OpenSearchReservedInstancesConfiguration.add_member(:monthly_recurring_cost, Shapes::ShapeRef.new(shape: String, location_name: "monthlyRecurringCost"))
|
411
|
+
OpenSearchReservedInstancesConfiguration.add_member(:normalized_units_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "normalizedUnitsToPurchase"))
|
371
412
|
OpenSearchReservedInstancesConfiguration.add_member(:number_of_instances_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "numberOfInstancesToPurchase"))
|
372
413
|
OpenSearchReservedInstancesConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
373
|
-
OpenSearchReservedInstancesConfiguration.add_member(:reserved_instances_region, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesRegion"))
|
374
414
|
OpenSearchReservedInstancesConfiguration.add_member(:current_generation, Shapes::ShapeRef.new(shape: String, location_name: "currentGeneration"))
|
375
415
|
OpenSearchReservedInstancesConfiguration.add_member(:size_flex_eligible, Shapes::ShapeRef.new(shape: Boolean, location_name: "sizeFlexEligible"))
|
376
|
-
OpenSearchReservedInstancesConfiguration.add_member(:upfront_cost, Shapes::ShapeRef.new(shape: String, location_name: "upfrontCost"))
|
377
|
-
OpenSearchReservedInstancesConfiguration.add_member(:monthly_recurring_cost, Shapes::ShapeRef.new(shape: String, location_name: "monthlyRecurringCost"))
|
378
416
|
OpenSearchReservedInstancesConfiguration.struct_class = Types::OpenSearchReservedInstancesConfiguration
|
379
417
|
|
380
418
|
OrderBy.add_member(:dimension, Shapes::ShapeRef.new(shape: String, location_name: "dimension"))
|
@@ -404,17 +442,17 @@ module Aws::CostOptimizationHub
|
|
404
442
|
|
405
443
|
RdsReservedInstancesConfiguration.add_member(:account_scope, Shapes::ShapeRef.new(shape: String, location_name: "accountScope"))
|
406
444
|
RdsReservedInstancesConfiguration.add_member(:service, Shapes::ShapeRef.new(shape: String, location_name: "service"))
|
407
|
-
RdsReservedInstancesConfiguration.add_member(:normalized_units_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "normalizedUnitsToPurchase"))
|
408
445
|
RdsReservedInstancesConfiguration.add_member(:term, Shapes::ShapeRef.new(shape: String, location_name: "term"))
|
409
446
|
RdsReservedInstancesConfiguration.add_member(:payment_option, Shapes::ShapeRef.new(shape: String, location_name: "paymentOption"))
|
447
|
+
RdsReservedInstancesConfiguration.add_member(:reserved_instances_region, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesRegion"))
|
448
|
+
RdsReservedInstancesConfiguration.add_member(:upfront_cost, Shapes::ShapeRef.new(shape: String, location_name: "upfrontCost"))
|
449
|
+
RdsReservedInstancesConfiguration.add_member(:monthly_recurring_cost, Shapes::ShapeRef.new(shape: String, location_name: "monthlyRecurringCost"))
|
450
|
+
RdsReservedInstancesConfiguration.add_member(:normalized_units_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "normalizedUnitsToPurchase"))
|
410
451
|
RdsReservedInstancesConfiguration.add_member(:number_of_instances_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "numberOfInstancesToPurchase"))
|
411
452
|
RdsReservedInstancesConfiguration.add_member(:instance_family, Shapes::ShapeRef.new(shape: String, location_name: "instanceFamily"))
|
412
453
|
RdsReservedInstancesConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
413
|
-
RdsReservedInstancesConfiguration.add_member(:reserved_instances_region, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesRegion"))
|
414
454
|
RdsReservedInstancesConfiguration.add_member(:size_flex_eligible, Shapes::ShapeRef.new(shape: Boolean, location_name: "sizeFlexEligible"))
|
415
455
|
RdsReservedInstancesConfiguration.add_member(:current_generation, Shapes::ShapeRef.new(shape: String, location_name: "currentGeneration"))
|
416
|
-
RdsReservedInstancesConfiguration.add_member(:upfront_cost, Shapes::ShapeRef.new(shape: String, location_name: "upfrontCost"))
|
417
|
-
RdsReservedInstancesConfiguration.add_member(:monthly_recurring_cost, Shapes::ShapeRef.new(shape: String, location_name: "monthlyRecurringCost"))
|
418
456
|
RdsReservedInstancesConfiguration.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "licenseModel"))
|
419
457
|
RdsReservedInstancesConfiguration.add_member(:database_edition, Shapes::ShapeRef.new(shape: String, location_name: "databaseEdition"))
|
420
458
|
RdsReservedInstancesConfiguration.add_member(:database_engine, Shapes::ShapeRef.new(shape: String, location_name: "databaseEngine"))
|
@@ -461,17 +499,17 @@ module Aws::CostOptimizationHub
|
|
461
499
|
|
462
500
|
RedshiftReservedInstancesConfiguration.add_member(:account_scope, Shapes::ShapeRef.new(shape: String, location_name: "accountScope"))
|
463
501
|
RedshiftReservedInstancesConfiguration.add_member(:service, Shapes::ShapeRef.new(shape: String, location_name: "service"))
|
464
|
-
RedshiftReservedInstancesConfiguration.add_member(:normalized_units_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "normalizedUnitsToPurchase"))
|
465
502
|
RedshiftReservedInstancesConfiguration.add_member(:term, Shapes::ShapeRef.new(shape: String, location_name: "term"))
|
466
503
|
RedshiftReservedInstancesConfiguration.add_member(:payment_option, Shapes::ShapeRef.new(shape: String, location_name: "paymentOption"))
|
504
|
+
RedshiftReservedInstancesConfiguration.add_member(:reserved_instances_region, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesRegion"))
|
505
|
+
RedshiftReservedInstancesConfiguration.add_member(:upfront_cost, Shapes::ShapeRef.new(shape: String, location_name: "upfrontCost"))
|
506
|
+
RedshiftReservedInstancesConfiguration.add_member(:monthly_recurring_cost, Shapes::ShapeRef.new(shape: String, location_name: "monthlyRecurringCost"))
|
507
|
+
RedshiftReservedInstancesConfiguration.add_member(:normalized_units_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "normalizedUnitsToPurchase"))
|
467
508
|
RedshiftReservedInstancesConfiguration.add_member(:number_of_instances_to_purchase, Shapes::ShapeRef.new(shape: String, location_name: "numberOfInstancesToPurchase"))
|
468
509
|
RedshiftReservedInstancesConfiguration.add_member(:instance_family, Shapes::ShapeRef.new(shape: String, location_name: "instanceFamily"))
|
469
510
|
RedshiftReservedInstancesConfiguration.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
470
|
-
RedshiftReservedInstancesConfiguration.add_member(:reserved_instances_region, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesRegion"))
|
471
511
|
RedshiftReservedInstancesConfiguration.add_member(:size_flex_eligible, Shapes::ShapeRef.new(shape: Boolean, location_name: "sizeFlexEligible"))
|
472
512
|
RedshiftReservedInstancesConfiguration.add_member(:current_generation, Shapes::ShapeRef.new(shape: String, location_name: "currentGeneration"))
|
473
|
-
RedshiftReservedInstancesConfiguration.add_member(:upfront_cost, Shapes::ShapeRef.new(shape: String, location_name: "upfrontCost"))
|
474
|
-
RedshiftReservedInstancesConfiguration.add_member(:monthly_recurring_cost, Shapes::ShapeRef.new(shape: String, location_name: "monthlyRecurringCost"))
|
475
513
|
RedshiftReservedInstancesConfiguration.struct_class = Types::RedshiftReservedInstancesConfiguration
|
476
514
|
|
477
515
|
RegionList.member = Shapes::ShapeRef.new(shape: String)
|
@@ -506,6 +544,8 @@ module Aws::CostOptimizationHub
|
|
506
544
|
ResourceDetails.add_member(:sage_maker_savings_plans, Shapes::ShapeRef.new(shape: SageMakerSavingsPlans, location_name: "sageMakerSavingsPlans"))
|
507
545
|
ResourceDetails.add_member(:rds_db_instance, Shapes::ShapeRef.new(shape: RdsDbInstance, location_name: "rdsDbInstance"))
|
508
546
|
ResourceDetails.add_member(:rds_db_instance_storage, Shapes::ShapeRef.new(shape: RdsDbInstanceStorage, location_name: "rdsDbInstanceStorage"))
|
547
|
+
ResourceDetails.add_member(:dynamo_db_reserved_capacity, Shapes::ShapeRef.new(shape: DynamoDbReservedCapacity, location_name: "dynamoDbReservedCapacity"))
|
548
|
+
ResourceDetails.add_member(:memory_db_reserved_instances, Shapes::ShapeRef.new(shape: MemoryDbReservedInstances, location_name: "memoryDbReservedInstances"))
|
509
549
|
ResourceDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
510
550
|
ResourceDetails.add_member_subclass(:lambda_function, Types::ResourceDetails::LambdaFunction)
|
511
551
|
ResourceDetails.add_member_subclass(:ecs_service, Types::ResourceDetails::EcsService)
|
@@ -522,6 +562,8 @@ module Aws::CostOptimizationHub
|
|
522
562
|
ResourceDetails.add_member_subclass(:sage_maker_savings_plans, Types::ResourceDetails::SageMakerSavingsPlans)
|
523
563
|
ResourceDetails.add_member_subclass(:rds_db_instance, Types::ResourceDetails::RdsDbInstance)
|
524
564
|
ResourceDetails.add_member_subclass(:rds_db_instance_storage, Types::ResourceDetails::RdsDbInstanceStorage)
|
565
|
+
ResourceDetails.add_member_subclass(:dynamo_db_reserved_capacity, Types::ResourceDetails::DynamoDbReservedCapacity)
|
566
|
+
ResourceDetails.add_member_subclass(:memory_db_reserved_instances, Types::ResourceDetails::MemoryDbReservedInstances)
|
525
567
|
ResourceDetails.add_member_subclass(:unknown, Types::ResourceDetails::Unknown)
|
526
568
|
ResourceDetails.struct_class = Types::ResourceDetails
|
527
569
|
|