aws-sdk-costoptimizationhub 1.21.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-costoptimizationhub/client.rb +133 -73
- 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,16 @@
|
|
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
|
+
|
9
|
+
1.22.0 (2025-02-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.21.0 (2025-02-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.23.0
|
@@ -7,34 +7,34 @@
|
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
-
require 'seahorse/client/plugins/content_length
|
11
|
-
require 'aws-sdk-core/plugins/credentials_configuration
|
12
|
-
require 'aws-sdk-core/plugins/logging
|
13
|
-
require 'aws-sdk-core/plugins/param_converter
|
14
|
-
require 'aws-sdk-core/plugins/param_validator
|
15
|
-
require 'aws-sdk-core/plugins/user_agent
|
16
|
-
require 'aws-sdk-core/plugins/helpful_socket_errors
|
17
|
-
require 'aws-sdk-core/plugins/retry_errors
|
18
|
-
require 'aws-sdk-core/plugins/global_configuration
|
19
|
-
require 'aws-sdk-core/plugins/regional_endpoint
|
20
|
-
require 'aws-sdk-core/plugins/endpoint_discovery
|
21
|
-
require 'aws-sdk-core/plugins/endpoint_pattern
|
22
|
-
require 'aws-sdk-core/plugins/response_paging
|
23
|
-
require 'aws-sdk-core/plugins/stub_responses
|
24
|
-
require 'aws-sdk-core/plugins/idempotency_token
|
25
|
-
require 'aws-sdk-core/plugins/invocation_id
|
26
|
-
require 'aws-sdk-core/plugins/jsonvalue_converter
|
27
|
-
require 'aws-sdk-core/plugins/client_metrics_plugin
|
28
|
-
require 'aws-sdk-core/plugins/client_metrics_send_plugin
|
29
|
-
require 'aws-sdk-core/plugins/transfer_encoding
|
30
|
-
require 'aws-sdk-core/plugins/http_checksum
|
31
|
-
require 'aws-sdk-core/plugins/checksum_algorithm
|
32
|
-
require 'aws-sdk-core/plugins/request_compression
|
33
|
-
require 'aws-sdk-core/plugins/defaults_mode
|
34
|
-
require 'aws-sdk-core/plugins/recursion_detection
|
35
|
-
require 'aws-sdk-core/plugins/telemetry
|
36
|
-
require 'aws-sdk-core/plugins/sign
|
37
|
-
require 'aws-sdk-core/plugins/protocols/json_rpc
|
10
|
+
require 'seahorse/client/plugins/content_length'
|
11
|
+
require 'aws-sdk-core/plugins/credentials_configuration'
|
12
|
+
require 'aws-sdk-core/plugins/logging'
|
13
|
+
require 'aws-sdk-core/plugins/param_converter'
|
14
|
+
require 'aws-sdk-core/plugins/param_validator'
|
15
|
+
require 'aws-sdk-core/plugins/user_agent'
|
16
|
+
require 'aws-sdk-core/plugins/helpful_socket_errors'
|
17
|
+
require 'aws-sdk-core/plugins/retry_errors'
|
18
|
+
require 'aws-sdk-core/plugins/global_configuration'
|
19
|
+
require 'aws-sdk-core/plugins/regional_endpoint'
|
20
|
+
require 'aws-sdk-core/plugins/endpoint_discovery'
|
21
|
+
require 'aws-sdk-core/plugins/endpoint_pattern'
|
22
|
+
require 'aws-sdk-core/plugins/response_paging'
|
23
|
+
require 'aws-sdk-core/plugins/stub_responses'
|
24
|
+
require 'aws-sdk-core/plugins/idempotency_token'
|
25
|
+
require 'aws-sdk-core/plugins/invocation_id'
|
26
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter'
|
27
|
+
require 'aws-sdk-core/plugins/client_metrics_plugin'
|
28
|
+
require 'aws-sdk-core/plugins/client_metrics_send_plugin'
|
29
|
+
require 'aws-sdk-core/plugins/transfer_encoding'
|
30
|
+
require 'aws-sdk-core/plugins/http_checksum'
|
31
|
+
require 'aws-sdk-core/plugins/checksum_algorithm'
|
32
|
+
require 'aws-sdk-core/plugins/request_compression'
|
33
|
+
require 'aws-sdk-core/plugins/defaults_mode'
|
34
|
+
require 'aws-sdk-core/plugins/recursion_detection'
|
35
|
+
require 'aws-sdk-core/plugins/telemetry'
|
36
|
+
require 'aws-sdk-core/plugins/sign'
|
37
|
+
require 'aws-sdk-core/plugins/protocols/json_rpc'
|
38
38
|
|
39
39
|
module Aws::CostOptimizationHub
|
40
40
|
# An API client for CostOptimizationHub. To construct a client, you need to configure a `:region` and `:credentials`.
|
@@ -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
|
|