aws-sdk-costoptimizationhub 1.6.0 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-costoptimizationhub/client.rb +439 -378
- data/lib/aws-sdk-costoptimizationhub/client_api.rb +152 -121
- data/lib/aws-sdk-costoptimizationhub/errors.rb +5 -5
- data/lib/aws-sdk-costoptimizationhub/types.rb +644 -530
- data/lib/aws-sdk-costoptimizationhub/waiters.rb +15 -0
- data/lib/aws-sdk-costoptimizationhub.rb +2 -1
- data/sig/client.rbs +50 -50
- data/sig/errors.rbs +1 -1
- data/sig/types.rbs +163 -127
- metadata +5 -4
@@ -89,6 +89,11 @@ module Aws::CostOptimizationHub
|
|
89
89
|
|
90
90
|
# @overload initialize(options)
|
91
91
|
# @param [Hash] options
|
92
|
+
#
|
93
|
+
# @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
|
94
|
+
# A list of plugins to apply to the client. Each plugin is either a
|
95
|
+
# class name or an instance of a plugin class.
|
96
|
+
#
|
92
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
93
98
|
# Your AWS credentials. This can be an instance of any one of the
|
94
99
|
# following classes:
|
@@ -209,7 +214,6 @@ module Aws::CostOptimizationHub
|
|
209
214
|
# 'https://example.com'
|
210
215
|
# 'http://example.com:123'
|
211
216
|
#
|
212
|
-
#
|
213
217
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
214
218
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
215
219
|
# for endpoint discovery enabled operations. Defaults to 1000.
|
@@ -298,7 +302,6 @@ module Aws::CostOptimizationHub
|
|
298
302
|
# throttling. This is a provisional mode that may change behavior
|
299
303
|
# in the future.
|
300
304
|
#
|
301
|
-
#
|
302
305
|
# @option options [String] :sdk_ua_app_id
|
303
306
|
# A unique and opaque application ID that is appended to the
|
304
307
|
# User-Agent header as app/sdk_ua_app_id. It should have a
|
@@ -431,13 +434,13 @@ module Aws::CostOptimizationHub
|
|
431
434
|
#
|
432
435
|
# @return [Types::GetPreferencesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
433
436
|
#
|
434
|
-
# * {Types::GetPreferencesResponse#member_account_discount_visibility #member_account_discount_visibility} => String
|
435
437
|
# * {Types::GetPreferencesResponse#savings_estimation_mode #savings_estimation_mode} => String
|
438
|
+
# * {Types::GetPreferencesResponse#member_account_discount_visibility #member_account_discount_visibility} => String
|
436
439
|
#
|
437
440
|
# @example Response structure
|
438
441
|
#
|
439
|
-
# resp.member_account_discount_visibility #=> String, one of "All", "None"
|
440
442
|
# resp.savings_estimation_mode #=> String, one of "BeforeDiscounts", "AfterDiscounts"
|
443
|
+
# resp.member_account_discount_visibility #=> String, one of "All", "None"
|
441
444
|
#
|
442
445
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cost-optimization-hub-2022-07-26/GetPreferences AWS API Documentation
|
443
446
|
#
|
@@ -460,28 +463,28 @@ module Aws::CostOptimizationHub
|
|
460
463
|
#
|
461
464
|
# @return [Types::GetRecommendationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
462
465
|
#
|
466
|
+
# * {Types::GetRecommendationResponse#recommendation_id #recommendation_id} => String
|
467
|
+
# * {Types::GetRecommendationResponse#resource_id #resource_id} => String
|
468
|
+
# * {Types::GetRecommendationResponse#resource_arn #resource_arn} => String
|
463
469
|
# * {Types::GetRecommendationResponse#account_id #account_id} => String
|
464
|
-
# * {Types::GetRecommendationResponse#action_type #action_type} => String
|
465
|
-
# * {Types::GetRecommendationResponse#cost_calculation_lookback_period_in_days #cost_calculation_lookback_period_in_days} => Integer
|
466
470
|
# * {Types::GetRecommendationResponse#currency_code #currency_code} => String
|
467
|
-
# * {Types::GetRecommendationResponse#current_resource_details #current_resource_details} => Types::ResourceDetails
|
468
|
-
# * {Types::GetRecommendationResponse#current_resource_type #current_resource_type} => String
|
469
|
-
# * {Types::GetRecommendationResponse#estimated_monthly_cost #estimated_monthly_cost} => Float
|
470
|
-
# * {Types::GetRecommendationResponse#estimated_monthly_savings #estimated_monthly_savings} => Float
|
471
|
-
# * {Types::GetRecommendationResponse#estimated_savings_over_cost_calculation_lookback_period #estimated_savings_over_cost_calculation_lookback_period} => Float
|
472
|
-
# * {Types::GetRecommendationResponse#estimated_savings_percentage #estimated_savings_percentage} => Float
|
473
|
-
# * {Types::GetRecommendationResponse#implementation_effort #implementation_effort} => String
|
474
|
-
# * {Types::GetRecommendationResponse#last_refresh_timestamp #last_refresh_timestamp} => Time
|
475
|
-
# * {Types::GetRecommendationResponse#recommendation_id #recommendation_id} => String
|
476
471
|
# * {Types::GetRecommendationResponse#recommendation_lookback_period_in_days #recommendation_lookback_period_in_days} => Integer
|
477
|
-
# * {Types::GetRecommendationResponse#
|
472
|
+
# * {Types::GetRecommendationResponse#cost_calculation_lookback_period_in_days #cost_calculation_lookback_period_in_days} => Integer
|
473
|
+
# * {Types::GetRecommendationResponse#estimated_savings_percentage #estimated_savings_percentage} => Float
|
474
|
+
# * {Types::GetRecommendationResponse#estimated_savings_over_cost_calculation_lookback_period #estimated_savings_over_cost_calculation_lookback_period} => Float
|
475
|
+
# * {Types::GetRecommendationResponse#current_resource_type #current_resource_type} => String
|
478
476
|
# * {Types::GetRecommendationResponse#recommended_resource_type #recommended_resource_type} => String
|
479
477
|
# * {Types::GetRecommendationResponse#region #region} => String
|
480
|
-
# * {Types::GetRecommendationResponse#
|
481
|
-
# * {Types::GetRecommendationResponse#
|
478
|
+
# * {Types::GetRecommendationResponse#source #source} => String
|
479
|
+
# * {Types::GetRecommendationResponse#last_refresh_timestamp #last_refresh_timestamp} => Time
|
480
|
+
# * {Types::GetRecommendationResponse#estimated_monthly_savings #estimated_monthly_savings} => Float
|
481
|
+
# * {Types::GetRecommendationResponse#estimated_monthly_cost #estimated_monthly_cost} => Float
|
482
|
+
# * {Types::GetRecommendationResponse#implementation_effort #implementation_effort} => String
|
482
483
|
# * {Types::GetRecommendationResponse#restart_needed #restart_needed} => Boolean
|
484
|
+
# * {Types::GetRecommendationResponse#action_type #action_type} => String
|
483
485
|
# * {Types::GetRecommendationResponse#rollback_possible #rollback_possible} => Boolean
|
484
|
-
# * {Types::GetRecommendationResponse#
|
486
|
+
# * {Types::GetRecommendationResponse#current_resource_details #current_resource_details} => Types::ResourceDetails
|
487
|
+
# * {Types::GetRecommendationResponse#recommended_resource_details #recommended_resource_details} => Types::ResourceDetails
|
485
488
|
# * {Types::GetRecommendationResponse#tags #tags} => Array<Types::Tag>
|
486
489
|
#
|
487
490
|
# @example Request syntax with placeholder values
|
@@ -492,410 +495,468 @@ module Aws::CostOptimizationHub
|
|
492
495
|
#
|
493
496
|
# @example Response structure
|
494
497
|
#
|
498
|
+
# resp.recommendation_id #=> String
|
499
|
+
# resp.resource_id #=> String
|
500
|
+
# resp.resource_arn #=> String
|
495
501
|
# resp.account_id #=> String
|
496
|
-
# resp.action_type #=> String, one of "Rightsize", "Stop", "Upgrade", "PurchaseSavingsPlans", "PurchaseReservedInstances", "MigrateToGraviton"
|
497
|
-
# resp.cost_calculation_lookback_period_in_days #=> Integer
|
498
502
|
# resp.currency_code #=> String
|
499
|
-
# resp.
|
500
|
-
# resp.
|
501
|
-
# resp.
|
502
|
-
# resp.
|
503
|
-
# resp.
|
504
|
-
# resp.
|
505
|
-
# resp.
|
506
|
-
# resp.
|
507
|
-
# resp.
|
503
|
+
# resp.recommendation_lookback_period_in_days #=> Integer
|
504
|
+
# resp.cost_calculation_lookback_period_in_days #=> Integer
|
505
|
+
# resp.estimated_savings_percentage #=> Float
|
506
|
+
# resp.estimated_savings_over_cost_calculation_lookback_period #=> Float
|
507
|
+
# resp.current_resource_type #=> String, one of "Ec2Instance", "LambdaFunction", "EbsVolume", "EcsService", "Ec2AutoScalingGroup", "Ec2InstanceSavingsPlans", "ComputeSavingsPlans", "SageMakerSavingsPlans", "Ec2ReservedInstances", "RdsReservedInstances", "OpenSearchReservedInstances", "RedshiftReservedInstances", "ElastiCacheReservedInstances", "RdsDbInstanceStorage", "RdsDbInstance"
|
508
|
+
# resp.recommended_resource_type #=> String, one of "Ec2Instance", "LambdaFunction", "EbsVolume", "EcsService", "Ec2AutoScalingGroup", "Ec2InstanceSavingsPlans", "ComputeSavingsPlans", "SageMakerSavingsPlans", "Ec2ReservedInstances", "RdsReservedInstances", "OpenSearchReservedInstances", "RedshiftReservedInstances", "ElastiCacheReservedInstances", "RdsDbInstanceStorage", "RdsDbInstance"
|
509
|
+
# resp.region #=> String
|
510
|
+
# resp.source #=> String, one of "ComputeOptimizer", "CostExplorer"
|
511
|
+
# resp.last_refresh_timestamp #=> Time
|
512
|
+
# resp.estimated_monthly_savings #=> Float
|
513
|
+
# resp.estimated_monthly_cost #=> Float
|
514
|
+
# resp.implementation_effort #=> String, one of "VeryLow", "Low", "Medium", "High", "VeryHigh"
|
515
|
+
# resp.restart_needed #=> Boolean
|
516
|
+
# resp.action_type #=> String, one of "Rightsize", "Stop", "Upgrade", "PurchaseSavingsPlans", "PurchaseReservedInstances", "MigrateToGraviton"
|
517
|
+
# resp.rollback_possible #=> Boolean
|
518
|
+
# resp.current_resource_details.lambda_function.configuration.compute.v_cpu #=> Float
|
519
|
+
# resp.current_resource_details.lambda_function.configuration.compute.memory_size_in_mb #=> Integer
|
520
|
+
# resp.current_resource_details.lambda_function.configuration.compute.architecture #=> String
|
521
|
+
# resp.current_resource_details.lambda_function.configuration.compute.platform #=> String
|
522
|
+
# resp.current_resource_details.lambda_function.cost_calculation.usages #=> Array
|
523
|
+
# resp.current_resource_details.lambda_function.cost_calculation.usages[0].usage_type #=> String
|
524
|
+
# resp.current_resource_details.lambda_function.cost_calculation.usages[0].usage_amount #=> Float
|
525
|
+
# resp.current_resource_details.lambda_function.cost_calculation.usages[0].operation #=> String
|
526
|
+
# resp.current_resource_details.lambda_function.cost_calculation.usages[0].product_code #=> String
|
527
|
+
# resp.current_resource_details.lambda_function.cost_calculation.usages[0].unit #=> String
|
528
|
+
# resp.current_resource_details.lambda_function.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
529
|
+
# resp.current_resource_details.lambda_function.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
530
|
+
# resp.current_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
531
|
+
# resp.current_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
532
|
+
# resp.current_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
533
|
+
# resp.current_resource_details.lambda_function.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
534
|
+
# resp.current_resource_details.ecs_service.configuration.compute.v_cpu #=> Float
|
535
|
+
# resp.current_resource_details.ecs_service.configuration.compute.memory_size_in_mb #=> Integer
|
536
|
+
# resp.current_resource_details.ecs_service.configuration.compute.architecture #=> String
|
537
|
+
# resp.current_resource_details.ecs_service.configuration.compute.platform #=> String
|
538
|
+
# resp.current_resource_details.ecs_service.cost_calculation.usages #=> Array
|
539
|
+
# resp.current_resource_details.ecs_service.cost_calculation.usages[0].usage_type #=> String
|
540
|
+
# resp.current_resource_details.ecs_service.cost_calculation.usages[0].usage_amount #=> Float
|
541
|
+
# resp.current_resource_details.ecs_service.cost_calculation.usages[0].operation #=> String
|
542
|
+
# resp.current_resource_details.ecs_service.cost_calculation.usages[0].product_code #=> String
|
543
|
+
# resp.current_resource_details.ecs_service.cost_calculation.usages[0].unit #=> String
|
544
|
+
# resp.current_resource_details.ecs_service.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
545
|
+
# resp.current_resource_details.ecs_service.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
546
|
+
# resp.current_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
547
|
+
# resp.current_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
548
|
+
# resp.current_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
549
|
+
# resp.current_resource_details.ecs_service.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
550
|
+
# resp.current_resource_details.ec2_instance.configuration.instance.type #=> String
|
551
|
+
# resp.current_resource_details.ec2_instance.cost_calculation.usages #=> Array
|
552
|
+
# resp.current_resource_details.ec2_instance.cost_calculation.usages[0].usage_type #=> String
|
553
|
+
# resp.current_resource_details.ec2_instance.cost_calculation.usages[0].usage_amount #=> Float
|
554
|
+
# resp.current_resource_details.ec2_instance.cost_calculation.usages[0].operation #=> String
|
555
|
+
# resp.current_resource_details.ec2_instance.cost_calculation.usages[0].product_code #=> String
|
556
|
+
# resp.current_resource_details.ec2_instance.cost_calculation.usages[0].unit #=> String
|
557
|
+
# resp.current_resource_details.ec2_instance.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
558
|
+
# resp.current_resource_details.ec2_instance.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
559
|
+
# resp.current_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
560
|
+
# resp.current_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
561
|
+
# resp.current_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
562
|
+
# resp.current_resource_details.ec2_instance.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
563
|
+
# resp.current_resource_details.ebs_volume.configuration.storage.type #=> String
|
564
|
+
# resp.current_resource_details.ebs_volume.configuration.storage.size_in_gb #=> Float
|
508
565
|
# resp.current_resource_details.ebs_volume.configuration.performance.iops #=> Float
|
509
566
|
# resp.current_resource_details.ebs_volume.configuration.performance.throughput #=> Float
|
510
|
-
# resp.current_resource_details.ebs_volume.configuration.
|
511
|
-
# resp.current_resource_details.ebs_volume.configuration.storage.type #=> String
|
512
|
-
# resp.current_resource_details.ebs_volume.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
513
|
-
# resp.current_resource_details.ebs_volume.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
514
|
-
# resp.current_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
515
|
-
# resp.current_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
516
|
-
# resp.current_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
517
|
-
# resp.current_resource_details.ebs_volume.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
567
|
+
# resp.current_resource_details.ebs_volume.configuration.attachment_state #=> String
|
518
568
|
# resp.current_resource_details.ebs_volume.cost_calculation.usages #=> Array
|
569
|
+
# resp.current_resource_details.ebs_volume.cost_calculation.usages[0].usage_type #=> String
|
570
|
+
# resp.current_resource_details.ebs_volume.cost_calculation.usages[0].usage_amount #=> Float
|
519
571
|
# resp.current_resource_details.ebs_volume.cost_calculation.usages[0].operation #=> String
|
520
572
|
# resp.current_resource_details.ebs_volume.cost_calculation.usages[0].product_code #=> String
|
521
573
|
# resp.current_resource_details.ebs_volume.cost_calculation.usages[0].unit #=> String
|
522
|
-
# resp.current_resource_details.ebs_volume.cost_calculation.
|
523
|
-
# resp.current_resource_details.ebs_volume.cost_calculation.
|
574
|
+
# resp.current_resource_details.ebs_volume.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
575
|
+
# resp.current_resource_details.ebs_volume.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
576
|
+
# resp.current_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
577
|
+
# resp.current_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
578
|
+
# resp.current_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
579
|
+
# resp.current_resource_details.ebs_volume.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
524
580
|
# resp.current_resource_details.ec2_auto_scaling_group.configuration.instance.type #=> String
|
525
|
-
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
526
|
-
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
527
|
-
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
528
|
-
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
529
|
-
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
530
|
-
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
531
581
|
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.usages #=> Array
|
582
|
+
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.usages[0].usage_type #=> String
|
583
|
+
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.usages[0].usage_amount #=> Float
|
532
584
|
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.usages[0].operation #=> String
|
533
585
|
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.usages[0].product_code #=> String
|
534
586
|
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.usages[0].unit #=> String
|
535
|
-
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.
|
536
|
-
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.
|
537
|
-
# resp.current_resource_details.
|
538
|
-
# resp.current_resource_details.
|
539
|
-
# resp.current_resource_details.
|
540
|
-
# resp.current_resource_details.
|
541
|
-
# resp.current_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
542
|
-
# resp.current_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
543
|
-
# resp.current_resource_details.ec2_instance.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
544
|
-
# resp.current_resource_details.ec2_instance.cost_calculation.usages #=> Array
|
545
|
-
# resp.current_resource_details.ec2_instance.cost_calculation.usages[0].operation #=> String
|
546
|
-
# resp.current_resource_details.ec2_instance.cost_calculation.usages[0].product_code #=> String
|
547
|
-
# resp.current_resource_details.ec2_instance.cost_calculation.usages[0].unit #=> String
|
548
|
-
# resp.current_resource_details.ec2_instance.cost_calculation.usages[0].usage_amount #=> Float
|
549
|
-
# resp.current_resource_details.ec2_instance.cost_calculation.usages[0].usage_type #=> String
|
550
|
-
# resp.current_resource_details.ec2_instance_savings_plans.configuration.account_scope #=> String
|
551
|
-
# resp.current_resource_details.ec2_instance_savings_plans.configuration.hourly_commitment #=> String
|
552
|
-
# resp.current_resource_details.ec2_instance_savings_plans.configuration.instance_family #=> String
|
553
|
-
# resp.current_resource_details.ec2_instance_savings_plans.configuration.payment_option #=> String
|
554
|
-
# resp.current_resource_details.ec2_instance_savings_plans.configuration.savings_plans_region #=> String
|
555
|
-
# resp.current_resource_details.ec2_instance_savings_plans.configuration.term #=> String
|
556
|
-
# resp.current_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.estimated_monthly_commitment #=> Float
|
557
|
-
# resp.current_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
558
|
-
# resp.current_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost #=> Float
|
559
|
-
# resp.current_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.savings_percentage #=> Float
|
587
|
+
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
588
|
+
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
589
|
+
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
590
|
+
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
591
|
+
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
592
|
+
# resp.current_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
560
593
|
# resp.current_resource_details.ec2_reserved_instances.configuration.account_scope #=> String
|
561
|
-
# resp.current_resource_details.ec2_reserved_instances.configuration.
|
562
|
-
# resp.current_resource_details.ec2_reserved_instances.configuration.instance_family #=> String
|
563
|
-
# resp.current_resource_details.ec2_reserved_instances.configuration.instance_type #=> String
|
564
|
-
# resp.current_resource_details.ec2_reserved_instances.configuration.monthly_recurring_cost #=> String
|
594
|
+
# resp.current_resource_details.ec2_reserved_instances.configuration.service #=> String
|
565
595
|
# resp.current_resource_details.ec2_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
596
|
+
# resp.current_resource_details.ec2_reserved_instances.configuration.term #=> String
|
597
|
+
# resp.current_resource_details.ec2_reserved_instances.configuration.payment_option #=> String
|
566
598
|
# resp.current_resource_details.ec2_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
567
599
|
# resp.current_resource_details.ec2_reserved_instances.configuration.offering_class #=> String
|
568
|
-
# resp.current_resource_details.ec2_reserved_instances.configuration.
|
569
|
-
# resp.current_resource_details.ec2_reserved_instances.configuration.
|
600
|
+
# resp.current_resource_details.ec2_reserved_instances.configuration.instance_family #=> String
|
601
|
+
# resp.current_resource_details.ec2_reserved_instances.configuration.instance_type #=> String
|
570
602
|
# resp.current_resource_details.ec2_reserved_instances.configuration.reserved_instances_region #=> String
|
571
|
-
# resp.current_resource_details.ec2_reserved_instances.configuration.
|
572
|
-
# resp.current_resource_details.ec2_reserved_instances.configuration.
|
603
|
+
# resp.current_resource_details.ec2_reserved_instances.configuration.current_generation #=> String
|
604
|
+
# resp.current_resource_details.ec2_reserved_instances.configuration.platform #=> String
|
573
605
|
# resp.current_resource_details.ec2_reserved_instances.configuration.tenancy #=> String
|
574
|
-
# resp.current_resource_details.ec2_reserved_instances.configuration.
|
606
|
+
# resp.current_resource_details.ec2_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
575
607
|
# resp.current_resource_details.ec2_reserved_instances.configuration.upfront_cost #=> String
|
576
|
-
# resp.current_resource_details.ec2_reserved_instances.
|
608
|
+
# resp.current_resource_details.ec2_reserved_instances.configuration.monthly_recurring_cost #=> String
|
577
609
|
# resp.current_resource_details.ec2_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
578
610
|
# resp.current_resource_details.ec2_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
579
611
|
# resp.current_resource_details.ec2_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
580
|
-
# resp.current_resource_details.
|
581
|
-
# resp.current_resource_details.
|
582
|
-
# resp.current_resource_details.
|
583
|
-
# resp.current_resource_details.
|
584
|
-
# resp.current_resource_details.
|
585
|
-
# resp.current_resource_details.
|
586
|
-
# resp.current_resource_details.
|
587
|
-
# resp.current_resource_details.
|
588
|
-
# resp.current_resource_details.
|
589
|
-
# resp.current_resource_details.
|
590
|
-
# resp.current_resource_details.
|
591
|
-
# resp.current_resource_details.
|
592
|
-
# resp.current_resource_details.
|
593
|
-
# resp.current_resource_details.
|
594
|
-
# resp.current_resource_details.
|
595
|
-
# resp.current_resource_details.
|
612
|
+
# resp.current_resource_details.ec2_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
613
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.account_scope #=> String
|
614
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.service #=> String
|
615
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
616
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.term #=> String
|
617
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.payment_option #=> String
|
618
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
619
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.instance_family #=> String
|
620
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.instance_type #=> String
|
621
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.reserved_instances_region #=> String
|
622
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
623
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.current_generation #=> String
|
624
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.upfront_cost #=> String
|
625
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.monthly_recurring_cost #=> String
|
626
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.license_model #=> String
|
627
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.database_edition #=> String
|
628
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.database_engine #=> String
|
629
|
+
# resp.current_resource_details.rds_reserved_instances.configuration.deployment_option #=> String
|
630
|
+
# resp.current_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
631
|
+
# resp.current_resource_details.rds_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
632
|
+
# resp.current_resource_details.rds_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
633
|
+
# resp.current_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
596
634
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.account_scope #=> String
|
597
|
-
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.
|
598
|
-
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.instance_family #=> String
|
599
|
-
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.instance_type #=> String
|
600
|
-
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.monthly_recurring_cost #=> String
|
635
|
+
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.service #=> String
|
601
636
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
602
|
-
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.
|
637
|
+
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.term #=> String
|
603
638
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.payment_option #=> String
|
639
|
+
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
640
|
+
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.instance_family #=> String
|
641
|
+
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.instance_type #=> String
|
604
642
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.reserved_instances_region #=> String
|
605
|
-
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.
|
643
|
+
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.current_generation #=> String
|
606
644
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
607
|
-
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.term #=> String
|
608
645
|
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.upfront_cost #=> String
|
609
|
-
# resp.current_resource_details.elasti_cache_reserved_instances.
|
646
|
+
# resp.current_resource_details.elasti_cache_reserved_instances.configuration.monthly_recurring_cost #=> String
|
610
647
|
# resp.current_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
611
648
|
# resp.current_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
612
649
|
# resp.current_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
613
|
-
# resp.current_resource_details.
|
614
|
-
# resp.current_resource_details.lambda_function.configuration.compute.memory_size_in_mb #=> Integer
|
615
|
-
# resp.current_resource_details.lambda_function.configuration.compute.platform #=> String
|
616
|
-
# resp.current_resource_details.lambda_function.configuration.compute.v_cpu #=> Float
|
617
|
-
# resp.current_resource_details.lambda_function.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
618
|
-
# resp.current_resource_details.lambda_function.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
619
|
-
# resp.current_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
620
|
-
# resp.current_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
621
|
-
# resp.current_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
622
|
-
# resp.current_resource_details.lambda_function.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
623
|
-
# resp.current_resource_details.lambda_function.cost_calculation.usages #=> Array
|
624
|
-
# resp.current_resource_details.lambda_function.cost_calculation.usages[0].operation #=> String
|
625
|
-
# resp.current_resource_details.lambda_function.cost_calculation.usages[0].product_code #=> String
|
626
|
-
# resp.current_resource_details.lambda_function.cost_calculation.usages[0].unit #=> String
|
627
|
-
# resp.current_resource_details.lambda_function.cost_calculation.usages[0].usage_amount #=> Float
|
628
|
-
# resp.current_resource_details.lambda_function.cost_calculation.usages[0].usage_type #=> String
|
650
|
+
# resp.current_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
629
651
|
# resp.current_resource_details.open_search_reserved_instances.configuration.account_scope #=> String
|
630
|
-
# resp.current_resource_details.open_search_reserved_instances.configuration.
|
631
|
-
# resp.current_resource_details.open_search_reserved_instances.configuration.instance_type #=> String
|
632
|
-
# resp.current_resource_details.open_search_reserved_instances.configuration.monthly_recurring_cost #=> String
|
652
|
+
# resp.current_resource_details.open_search_reserved_instances.configuration.service #=> String
|
633
653
|
# resp.current_resource_details.open_search_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
634
|
-
# resp.current_resource_details.open_search_reserved_instances.configuration.
|
654
|
+
# resp.current_resource_details.open_search_reserved_instances.configuration.term #=> String
|
635
655
|
# resp.current_resource_details.open_search_reserved_instances.configuration.payment_option #=> String
|
656
|
+
# resp.current_resource_details.open_search_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
657
|
+
# resp.current_resource_details.open_search_reserved_instances.configuration.instance_type #=> String
|
636
658
|
# resp.current_resource_details.open_search_reserved_instances.configuration.reserved_instances_region #=> String
|
637
|
-
# resp.current_resource_details.open_search_reserved_instances.configuration.
|
659
|
+
# resp.current_resource_details.open_search_reserved_instances.configuration.current_generation #=> String
|
638
660
|
# resp.current_resource_details.open_search_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
639
|
-
# resp.current_resource_details.open_search_reserved_instances.configuration.term #=> String
|
640
661
|
# resp.current_resource_details.open_search_reserved_instances.configuration.upfront_cost #=> String
|
641
|
-
# resp.current_resource_details.open_search_reserved_instances.
|
662
|
+
# resp.current_resource_details.open_search_reserved_instances.configuration.monthly_recurring_cost #=> String
|
642
663
|
# resp.current_resource_details.open_search_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
643
664
|
# resp.current_resource_details.open_search_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
644
665
|
# resp.current_resource_details.open_search_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
645
|
-
# resp.current_resource_details.
|
646
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.current_generation #=> String
|
647
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.database_edition #=> String
|
648
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.database_engine #=> String
|
649
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.deployment_option #=> String
|
650
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.instance_family #=> String
|
651
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.instance_type #=> String
|
652
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.license_model #=> String
|
653
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.monthly_recurring_cost #=> String
|
654
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
655
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
656
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.payment_option #=> String
|
657
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.reserved_instances_region #=> String
|
658
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.service #=> String
|
659
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
660
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.term #=> String
|
661
|
-
# resp.current_resource_details.rds_reserved_instances.configuration.upfront_cost #=> String
|
662
|
-
# resp.current_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
663
|
-
# resp.current_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
664
|
-
# resp.current_resource_details.rds_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
665
|
-
# resp.current_resource_details.rds_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
666
|
+
# resp.current_resource_details.open_search_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
666
667
|
# resp.current_resource_details.redshift_reserved_instances.configuration.account_scope #=> String
|
667
|
-
# resp.current_resource_details.redshift_reserved_instances.configuration.
|
668
|
-
# resp.current_resource_details.redshift_reserved_instances.configuration.instance_family #=> String
|
669
|
-
# resp.current_resource_details.redshift_reserved_instances.configuration.instance_type #=> String
|
670
|
-
# resp.current_resource_details.redshift_reserved_instances.configuration.monthly_recurring_cost #=> String
|
668
|
+
# resp.current_resource_details.redshift_reserved_instances.configuration.service #=> String
|
671
669
|
# resp.current_resource_details.redshift_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
672
|
-
# resp.current_resource_details.redshift_reserved_instances.configuration.
|
670
|
+
# resp.current_resource_details.redshift_reserved_instances.configuration.term #=> String
|
673
671
|
# resp.current_resource_details.redshift_reserved_instances.configuration.payment_option #=> String
|
672
|
+
# resp.current_resource_details.redshift_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
673
|
+
# resp.current_resource_details.redshift_reserved_instances.configuration.instance_family #=> String
|
674
|
+
# resp.current_resource_details.redshift_reserved_instances.configuration.instance_type #=> String
|
674
675
|
# resp.current_resource_details.redshift_reserved_instances.configuration.reserved_instances_region #=> String
|
675
|
-
# resp.current_resource_details.redshift_reserved_instances.configuration.service #=> String
|
676
676
|
# resp.current_resource_details.redshift_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
677
|
-
# resp.current_resource_details.redshift_reserved_instances.configuration.
|
677
|
+
# resp.current_resource_details.redshift_reserved_instances.configuration.current_generation #=> String
|
678
678
|
# resp.current_resource_details.redshift_reserved_instances.configuration.upfront_cost #=> String
|
679
|
-
# resp.current_resource_details.redshift_reserved_instances.
|
679
|
+
# resp.current_resource_details.redshift_reserved_instances.configuration.monthly_recurring_cost #=> String
|
680
680
|
# resp.current_resource_details.redshift_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
681
681
|
# resp.current_resource_details.redshift_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
682
682
|
# resp.current_resource_details.redshift_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
683
|
+
# resp.current_resource_details.redshift_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
684
|
+
# resp.current_resource_details.ec2_instance_savings_plans.configuration.account_scope #=> String
|
685
|
+
# resp.current_resource_details.ec2_instance_savings_plans.configuration.term #=> String
|
686
|
+
# resp.current_resource_details.ec2_instance_savings_plans.configuration.payment_option #=> String
|
687
|
+
# resp.current_resource_details.ec2_instance_savings_plans.configuration.hourly_commitment #=> String
|
688
|
+
# resp.current_resource_details.ec2_instance_savings_plans.configuration.instance_family #=> String
|
689
|
+
# resp.current_resource_details.ec2_instance_savings_plans.configuration.savings_plans_region #=> String
|
690
|
+
# resp.current_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost #=> Float
|
691
|
+
# resp.current_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.estimated_monthly_commitment #=> Float
|
692
|
+
# resp.current_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.savings_percentage #=> Float
|
693
|
+
# resp.current_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
694
|
+
# resp.current_resource_details.compute_savings_plans.configuration.account_scope #=> String
|
695
|
+
# resp.current_resource_details.compute_savings_plans.configuration.term #=> String
|
696
|
+
# resp.current_resource_details.compute_savings_plans.configuration.payment_option #=> String
|
697
|
+
# resp.current_resource_details.compute_savings_plans.configuration.hourly_commitment #=> String
|
698
|
+
# resp.current_resource_details.compute_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost #=> Float
|
699
|
+
# resp.current_resource_details.compute_savings_plans.cost_calculation.pricing.estimated_monthly_commitment #=> Float
|
700
|
+
# resp.current_resource_details.compute_savings_plans.cost_calculation.pricing.savings_percentage #=> Float
|
701
|
+
# resp.current_resource_details.compute_savings_plans.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
683
702
|
# resp.current_resource_details.sage_maker_savings_plans.configuration.account_scope #=> String
|
684
|
-
# resp.current_resource_details.sage_maker_savings_plans.configuration.hourly_commitment #=> String
|
685
|
-
# resp.current_resource_details.sage_maker_savings_plans.configuration.payment_option #=> String
|
686
703
|
# resp.current_resource_details.sage_maker_savings_plans.configuration.term #=> String
|
687
|
-
# resp.current_resource_details.sage_maker_savings_plans.
|
688
|
-
# resp.current_resource_details.sage_maker_savings_plans.
|
704
|
+
# resp.current_resource_details.sage_maker_savings_plans.configuration.payment_option #=> String
|
705
|
+
# resp.current_resource_details.sage_maker_savings_plans.configuration.hourly_commitment #=> String
|
689
706
|
# resp.current_resource_details.sage_maker_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost #=> Float
|
707
|
+
# resp.current_resource_details.sage_maker_savings_plans.cost_calculation.pricing.estimated_monthly_commitment #=> Float
|
690
708
|
# resp.current_resource_details.sage_maker_savings_plans.cost_calculation.pricing.savings_percentage #=> Float
|
691
|
-
# resp.
|
692
|
-
# resp.
|
693
|
-
# resp.
|
694
|
-
# resp.
|
695
|
-
# resp.
|
696
|
-
# resp.
|
697
|
-
# resp.
|
698
|
-
# resp.
|
699
|
-
# resp.
|
700
|
-
# resp.
|
701
|
-
# resp.
|
702
|
-
# resp.
|
703
|
-
# resp.
|
704
|
-
# resp.
|
705
|
-
# resp.
|
706
|
-
# resp.
|
707
|
-
# resp.
|
708
|
-
# resp.
|
709
|
+
# resp.current_resource_details.sage_maker_savings_plans.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
710
|
+
# resp.current_resource_details.rds_db_instance.configuration.instance.db_instance_class #=> String
|
711
|
+
# resp.current_resource_details.rds_db_instance.cost_calculation.usages #=> Array
|
712
|
+
# resp.current_resource_details.rds_db_instance.cost_calculation.usages[0].usage_type #=> String
|
713
|
+
# resp.current_resource_details.rds_db_instance.cost_calculation.usages[0].usage_amount #=> Float
|
714
|
+
# resp.current_resource_details.rds_db_instance.cost_calculation.usages[0].operation #=> String
|
715
|
+
# resp.current_resource_details.rds_db_instance.cost_calculation.usages[0].product_code #=> String
|
716
|
+
# resp.current_resource_details.rds_db_instance.cost_calculation.usages[0].unit #=> String
|
717
|
+
# resp.current_resource_details.rds_db_instance.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
718
|
+
# resp.current_resource_details.rds_db_instance.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
719
|
+
# resp.current_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
720
|
+
# resp.current_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
721
|
+
# resp.current_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
722
|
+
# resp.current_resource_details.rds_db_instance.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
723
|
+
# resp.current_resource_details.rds_db_instance_storage.configuration.storage_type #=> String
|
724
|
+
# resp.current_resource_details.rds_db_instance_storage.configuration.allocated_storage_in_gb #=> Float
|
725
|
+
# resp.current_resource_details.rds_db_instance_storage.configuration.iops #=> Float
|
726
|
+
# resp.current_resource_details.rds_db_instance_storage.configuration.storage_throughput #=> Float
|
727
|
+
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.usages #=> Array
|
728
|
+
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.usages[0].usage_type #=> String
|
729
|
+
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.usages[0].usage_amount #=> Float
|
730
|
+
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.usages[0].operation #=> String
|
731
|
+
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.usages[0].product_code #=> String
|
732
|
+
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.usages[0].unit #=> String
|
733
|
+
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
734
|
+
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
735
|
+
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
736
|
+
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
737
|
+
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
738
|
+
# resp.current_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
739
|
+
# resp.recommended_resource_details.lambda_function.configuration.compute.v_cpu #=> Float
|
740
|
+
# resp.recommended_resource_details.lambda_function.configuration.compute.memory_size_in_mb #=> Integer
|
741
|
+
# resp.recommended_resource_details.lambda_function.configuration.compute.architecture #=> String
|
742
|
+
# resp.recommended_resource_details.lambda_function.configuration.compute.platform #=> String
|
743
|
+
# resp.recommended_resource_details.lambda_function.cost_calculation.usages #=> Array
|
744
|
+
# resp.recommended_resource_details.lambda_function.cost_calculation.usages[0].usage_type #=> String
|
745
|
+
# resp.recommended_resource_details.lambda_function.cost_calculation.usages[0].usage_amount #=> Float
|
746
|
+
# resp.recommended_resource_details.lambda_function.cost_calculation.usages[0].operation #=> String
|
747
|
+
# resp.recommended_resource_details.lambda_function.cost_calculation.usages[0].product_code #=> String
|
748
|
+
# resp.recommended_resource_details.lambda_function.cost_calculation.usages[0].unit #=> String
|
749
|
+
# resp.recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
750
|
+
# resp.recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
751
|
+
# resp.recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
752
|
+
# resp.recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
753
|
+
# resp.recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
754
|
+
# resp.recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
755
|
+
# resp.recommended_resource_details.ecs_service.configuration.compute.v_cpu #=> Float
|
756
|
+
# resp.recommended_resource_details.ecs_service.configuration.compute.memory_size_in_mb #=> Integer
|
757
|
+
# resp.recommended_resource_details.ecs_service.configuration.compute.architecture #=> String
|
758
|
+
# resp.recommended_resource_details.ecs_service.configuration.compute.platform #=> String
|
759
|
+
# resp.recommended_resource_details.ecs_service.cost_calculation.usages #=> Array
|
760
|
+
# resp.recommended_resource_details.ecs_service.cost_calculation.usages[0].usage_type #=> String
|
761
|
+
# resp.recommended_resource_details.ecs_service.cost_calculation.usages[0].usage_amount #=> Float
|
762
|
+
# resp.recommended_resource_details.ecs_service.cost_calculation.usages[0].operation #=> String
|
763
|
+
# resp.recommended_resource_details.ecs_service.cost_calculation.usages[0].product_code #=> String
|
764
|
+
# resp.recommended_resource_details.ecs_service.cost_calculation.usages[0].unit #=> String
|
765
|
+
# resp.recommended_resource_details.ecs_service.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
766
|
+
# resp.recommended_resource_details.ecs_service.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
767
|
+
# resp.recommended_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
768
|
+
# resp.recommended_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
769
|
+
# resp.recommended_resource_details.ecs_service.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
770
|
+
# resp.recommended_resource_details.ecs_service.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
771
|
+
# resp.recommended_resource_details.ec2_instance.configuration.instance.type #=> String
|
772
|
+
# resp.recommended_resource_details.ec2_instance.cost_calculation.usages #=> Array
|
773
|
+
# resp.recommended_resource_details.ec2_instance.cost_calculation.usages[0].usage_type #=> String
|
774
|
+
# resp.recommended_resource_details.ec2_instance.cost_calculation.usages[0].usage_amount #=> Float
|
775
|
+
# resp.recommended_resource_details.ec2_instance.cost_calculation.usages[0].operation #=> String
|
776
|
+
# resp.recommended_resource_details.ec2_instance.cost_calculation.usages[0].product_code #=> String
|
777
|
+
# resp.recommended_resource_details.ec2_instance.cost_calculation.usages[0].unit #=> String
|
778
|
+
# resp.recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
779
|
+
# resp.recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
780
|
+
# resp.recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
781
|
+
# resp.recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
782
|
+
# resp.recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
783
|
+
# resp.recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
784
|
+
# resp.recommended_resource_details.ebs_volume.configuration.storage.type #=> String
|
785
|
+
# resp.recommended_resource_details.ebs_volume.configuration.storage.size_in_gb #=> Float
|
709
786
|
# resp.recommended_resource_details.ebs_volume.configuration.performance.iops #=> Float
|
710
787
|
# resp.recommended_resource_details.ebs_volume.configuration.performance.throughput #=> Float
|
711
|
-
# resp.recommended_resource_details.ebs_volume.configuration.
|
712
|
-
# resp.recommended_resource_details.ebs_volume.configuration.storage.type #=> String
|
713
|
-
# resp.recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
714
|
-
# resp.recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
715
|
-
# resp.recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
716
|
-
# resp.recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
717
|
-
# resp.recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
718
|
-
# resp.recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
788
|
+
# resp.recommended_resource_details.ebs_volume.configuration.attachment_state #=> String
|
719
789
|
# resp.recommended_resource_details.ebs_volume.cost_calculation.usages #=> Array
|
790
|
+
# resp.recommended_resource_details.ebs_volume.cost_calculation.usages[0].usage_type #=> String
|
791
|
+
# resp.recommended_resource_details.ebs_volume.cost_calculation.usages[0].usage_amount #=> Float
|
720
792
|
# resp.recommended_resource_details.ebs_volume.cost_calculation.usages[0].operation #=> String
|
721
793
|
# resp.recommended_resource_details.ebs_volume.cost_calculation.usages[0].product_code #=> String
|
722
794
|
# resp.recommended_resource_details.ebs_volume.cost_calculation.usages[0].unit #=> String
|
723
|
-
# resp.recommended_resource_details.ebs_volume.cost_calculation.
|
724
|
-
# resp.recommended_resource_details.ebs_volume.cost_calculation.
|
795
|
+
# resp.recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
796
|
+
# resp.recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
797
|
+
# resp.recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
798
|
+
# resp.recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
799
|
+
# resp.recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
800
|
+
# resp.recommended_resource_details.ebs_volume.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
725
801
|
# resp.recommended_resource_details.ec2_auto_scaling_group.configuration.instance.type #=> String
|
726
|
-
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
727
|
-
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
728
|
-
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
729
|
-
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
730
|
-
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
731
|
-
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
732
802
|
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.usages #=> Array
|
803
|
+
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.usages[0].usage_type #=> String
|
804
|
+
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.usages[0].usage_amount #=> Float
|
733
805
|
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.usages[0].operation #=> String
|
734
806
|
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.usages[0].product_code #=> String
|
735
807
|
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.usages[0].unit #=> String
|
736
|
-
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.
|
737
|
-
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.
|
738
|
-
# resp.recommended_resource_details.
|
739
|
-
# resp.recommended_resource_details.
|
740
|
-
# resp.recommended_resource_details.
|
741
|
-
# resp.recommended_resource_details.
|
742
|
-
# resp.recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
743
|
-
# resp.recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
744
|
-
# resp.recommended_resource_details.ec2_instance.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
745
|
-
# resp.recommended_resource_details.ec2_instance.cost_calculation.usages #=> Array
|
746
|
-
# resp.recommended_resource_details.ec2_instance.cost_calculation.usages[0].operation #=> String
|
747
|
-
# resp.recommended_resource_details.ec2_instance.cost_calculation.usages[0].product_code #=> String
|
748
|
-
# resp.recommended_resource_details.ec2_instance.cost_calculation.usages[0].unit #=> String
|
749
|
-
# resp.recommended_resource_details.ec2_instance.cost_calculation.usages[0].usage_amount #=> Float
|
750
|
-
# resp.recommended_resource_details.ec2_instance.cost_calculation.usages[0].usage_type #=> String
|
751
|
-
# resp.recommended_resource_details.ec2_instance_savings_plans.configuration.account_scope #=> String
|
752
|
-
# resp.recommended_resource_details.ec2_instance_savings_plans.configuration.hourly_commitment #=> String
|
753
|
-
# resp.recommended_resource_details.ec2_instance_savings_plans.configuration.instance_family #=> String
|
754
|
-
# resp.recommended_resource_details.ec2_instance_savings_plans.configuration.payment_option #=> String
|
755
|
-
# resp.recommended_resource_details.ec2_instance_savings_plans.configuration.savings_plans_region #=> String
|
756
|
-
# resp.recommended_resource_details.ec2_instance_savings_plans.configuration.term #=> String
|
757
|
-
# resp.recommended_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.estimated_monthly_commitment #=> Float
|
758
|
-
# resp.recommended_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
759
|
-
# resp.recommended_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost #=> Float
|
760
|
-
# resp.recommended_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.savings_percentage #=> Float
|
808
|
+
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
809
|
+
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
810
|
+
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
811
|
+
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
812
|
+
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
813
|
+
# resp.recommended_resource_details.ec2_auto_scaling_group.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
761
814
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.account_scope #=> String
|
762
|
-
# resp.recommended_resource_details.ec2_reserved_instances.configuration.
|
763
|
-
# resp.recommended_resource_details.ec2_reserved_instances.configuration.instance_family #=> String
|
764
|
-
# resp.recommended_resource_details.ec2_reserved_instances.configuration.instance_type #=> String
|
765
|
-
# resp.recommended_resource_details.ec2_reserved_instances.configuration.monthly_recurring_cost #=> String
|
815
|
+
# resp.recommended_resource_details.ec2_reserved_instances.configuration.service #=> String
|
766
816
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
817
|
+
# resp.recommended_resource_details.ec2_reserved_instances.configuration.term #=> String
|
818
|
+
# resp.recommended_resource_details.ec2_reserved_instances.configuration.payment_option #=> String
|
767
819
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
768
820
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.offering_class #=> String
|
769
|
-
# resp.recommended_resource_details.ec2_reserved_instances.configuration.
|
770
|
-
# resp.recommended_resource_details.ec2_reserved_instances.configuration.
|
821
|
+
# resp.recommended_resource_details.ec2_reserved_instances.configuration.instance_family #=> String
|
822
|
+
# resp.recommended_resource_details.ec2_reserved_instances.configuration.instance_type #=> String
|
771
823
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.reserved_instances_region #=> String
|
772
|
-
# resp.recommended_resource_details.ec2_reserved_instances.configuration.
|
773
|
-
# resp.recommended_resource_details.ec2_reserved_instances.configuration.
|
824
|
+
# resp.recommended_resource_details.ec2_reserved_instances.configuration.current_generation #=> String
|
825
|
+
# resp.recommended_resource_details.ec2_reserved_instances.configuration.platform #=> String
|
774
826
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.tenancy #=> String
|
775
|
-
# resp.recommended_resource_details.ec2_reserved_instances.configuration.
|
827
|
+
# resp.recommended_resource_details.ec2_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
776
828
|
# resp.recommended_resource_details.ec2_reserved_instances.configuration.upfront_cost #=> String
|
777
|
-
# resp.recommended_resource_details.ec2_reserved_instances.
|
829
|
+
# resp.recommended_resource_details.ec2_reserved_instances.configuration.monthly_recurring_cost #=> String
|
778
830
|
# resp.recommended_resource_details.ec2_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
779
831
|
# resp.recommended_resource_details.ec2_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
780
832
|
# resp.recommended_resource_details.ec2_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
781
|
-
# resp.recommended_resource_details.
|
782
|
-
# resp.recommended_resource_details.
|
783
|
-
# resp.recommended_resource_details.
|
784
|
-
# resp.recommended_resource_details.
|
785
|
-
# resp.recommended_resource_details.
|
786
|
-
# resp.recommended_resource_details.
|
787
|
-
# resp.recommended_resource_details.
|
788
|
-
# resp.recommended_resource_details.
|
789
|
-
# resp.recommended_resource_details.
|
790
|
-
# resp.recommended_resource_details.
|
791
|
-
# resp.recommended_resource_details.
|
792
|
-
# resp.recommended_resource_details.
|
793
|
-
# resp.recommended_resource_details.
|
794
|
-
# resp.recommended_resource_details.
|
795
|
-
# resp.recommended_resource_details.
|
796
|
-
# resp.recommended_resource_details.
|
833
|
+
# resp.recommended_resource_details.ec2_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
834
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.account_scope #=> String
|
835
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.service #=> String
|
836
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
837
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.term #=> String
|
838
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.payment_option #=> String
|
839
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
840
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.instance_family #=> String
|
841
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.instance_type #=> String
|
842
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.reserved_instances_region #=> String
|
843
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
844
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.current_generation #=> String
|
845
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.upfront_cost #=> String
|
846
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.monthly_recurring_cost #=> String
|
847
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.license_model #=> String
|
848
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.database_edition #=> String
|
849
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.database_engine #=> String
|
850
|
+
# resp.recommended_resource_details.rds_reserved_instances.configuration.deployment_option #=> String
|
851
|
+
# resp.recommended_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
852
|
+
# resp.recommended_resource_details.rds_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
853
|
+
# resp.recommended_resource_details.rds_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
854
|
+
# resp.recommended_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
797
855
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.account_scope #=> String
|
798
|
-
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.
|
799
|
-
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.instance_family #=> String
|
800
|
-
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.instance_type #=> String
|
801
|
-
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.monthly_recurring_cost #=> String
|
856
|
+
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.service #=> String
|
802
857
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
803
|
-
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.
|
858
|
+
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.term #=> String
|
804
859
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.payment_option #=> String
|
860
|
+
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
861
|
+
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.instance_family #=> String
|
862
|
+
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.instance_type #=> String
|
805
863
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.reserved_instances_region #=> String
|
806
|
-
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.
|
864
|
+
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.current_generation #=> String
|
807
865
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
808
|
-
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.term #=> String
|
809
866
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.upfront_cost #=> String
|
810
|
-
# resp.recommended_resource_details.elasti_cache_reserved_instances.
|
867
|
+
# resp.recommended_resource_details.elasti_cache_reserved_instances.configuration.monthly_recurring_cost #=> String
|
811
868
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
812
869
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
813
870
|
# resp.recommended_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
814
|
-
# resp.recommended_resource_details.
|
815
|
-
# resp.recommended_resource_details.lambda_function.configuration.compute.memory_size_in_mb #=> Integer
|
816
|
-
# resp.recommended_resource_details.lambda_function.configuration.compute.platform #=> String
|
817
|
-
# resp.recommended_resource_details.lambda_function.configuration.compute.v_cpu #=> Float
|
818
|
-
# resp.recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
819
|
-
# resp.recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
820
|
-
# resp.recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
821
|
-
# resp.recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
822
|
-
# resp.recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
823
|
-
# resp.recommended_resource_details.lambda_function.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
824
|
-
# resp.recommended_resource_details.lambda_function.cost_calculation.usages #=> Array
|
825
|
-
# resp.recommended_resource_details.lambda_function.cost_calculation.usages[0].operation #=> String
|
826
|
-
# resp.recommended_resource_details.lambda_function.cost_calculation.usages[0].product_code #=> String
|
827
|
-
# resp.recommended_resource_details.lambda_function.cost_calculation.usages[0].unit #=> String
|
828
|
-
# resp.recommended_resource_details.lambda_function.cost_calculation.usages[0].usage_amount #=> Float
|
829
|
-
# resp.recommended_resource_details.lambda_function.cost_calculation.usages[0].usage_type #=> String
|
871
|
+
# resp.recommended_resource_details.elasti_cache_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
830
872
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.account_scope #=> String
|
831
|
-
# resp.recommended_resource_details.open_search_reserved_instances.configuration.
|
832
|
-
# resp.recommended_resource_details.open_search_reserved_instances.configuration.instance_type #=> String
|
833
|
-
# resp.recommended_resource_details.open_search_reserved_instances.configuration.monthly_recurring_cost #=> String
|
873
|
+
# resp.recommended_resource_details.open_search_reserved_instances.configuration.service #=> String
|
834
874
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
835
|
-
# resp.recommended_resource_details.open_search_reserved_instances.configuration.
|
875
|
+
# resp.recommended_resource_details.open_search_reserved_instances.configuration.term #=> String
|
836
876
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.payment_option #=> String
|
877
|
+
# resp.recommended_resource_details.open_search_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
878
|
+
# resp.recommended_resource_details.open_search_reserved_instances.configuration.instance_type #=> String
|
837
879
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.reserved_instances_region #=> String
|
838
|
-
# resp.recommended_resource_details.open_search_reserved_instances.configuration.
|
880
|
+
# resp.recommended_resource_details.open_search_reserved_instances.configuration.current_generation #=> String
|
839
881
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
840
|
-
# resp.recommended_resource_details.open_search_reserved_instances.configuration.term #=> String
|
841
882
|
# resp.recommended_resource_details.open_search_reserved_instances.configuration.upfront_cost #=> String
|
842
|
-
# resp.recommended_resource_details.open_search_reserved_instances.
|
883
|
+
# resp.recommended_resource_details.open_search_reserved_instances.configuration.monthly_recurring_cost #=> String
|
843
884
|
# resp.recommended_resource_details.open_search_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
844
885
|
# resp.recommended_resource_details.open_search_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
845
886
|
# resp.recommended_resource_details.open_search_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
846
|
-
# resp.recommended_resource_details.
|
847
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.current_generation #=> String
|
848
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.database_edition #=> String
|
849
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.database_engine #=> String
|
850
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.deployment_option #=> String
|
851
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.instance_family #=> String
|
852
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.instance_type #=> String
|
853
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.license_model #=> String
|
854
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.monthly_recurring_cost #=> String
|
855
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
856
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
857
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.payment_option #=> String
|
858
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.reserved_instances_region #=> String
|
859
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.service #=> String
|
860
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
861
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.term #=> String
|
862
|
-
# resp.recommended_resource_details.rds_reserved_instances.configuration.upfront_cost #=> String
|
863
|
-
# resp.recommended_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
864
|
-
# resp.recommended_resource_details.rds_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
865
|
-
# resp.recommended_resource_details.rds_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
866
|
-
# resp.recommended_resource_details.rds_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
887
|
+
# resp.recommended_resource_details.open_search_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
867
888
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.account_scope #=> String
|
868
|
-
# resp.recommended_resource_details.redshift_reserved_instances.configuration.
|
869
|
-
# resp.recommended_resource_details.redshift_reserved_instances.configuration.instance_family #=> String
|
870
|
-
# resp.recommended_resource_details.redshift_reserved_instances.configuration.instance_type #=> String
|
871
|
-
# resp.recommended_resource_details.redshift_reserved_instances.configuration.monthly_recurring_cost #=> String
|
889
|
+
# resp.recommended_resource_details.redshift_reserved_instances.configuration.service #=> String
|
872
890
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.normalized_units_to_purchase #=> String
|
873
|
-
# resp.recommended_resource_details.redshift_reserved_instances.configuration.
|
891
|
+
# resp.recommended_resource_details.redshift_reserved_instances.configuration.term #=> String
|
874
892
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.payment_option #=> String
|
893
|
+
# resp.recommended_resource_details.redshift_reserved_instances.configuration.number_of_instances_to_purchase #=> String
|
894
|
+
# resp.recommended_resource_details.redshift_reserved_instances.configuration.instance_family #=> String
|
895
|
+
# resp.recommended_resource_details.redshift_reserved_instances.configuration.instance_type #=> String
|
875
896
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.reserved_instances_region #=> String
|
876
|
-
# resp.recommended_resource_details.redshift_reserved_instances.configuration.service #=> String
|
877
897
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.size_flex_eligible #=> Boolean
|
878
|
-
# resp.recommended_resource_details.redshift_reserved_instances.configuration.
|
898
|
+
# resp.recommended_resource_details.redshift_reserved_instances.configuration.current_generation #=> String
|
879
899
|
# resp.recommended_resource_details.redshift_reserved_instances.configuration.upfront_cost #=> String
|
880
|
-
# resp.recommended_resource_details.redshift_reserved_instances.
|
900
|
+
# resp.recommended_resource_details.redshift_reserved_instances.configuration.monthly_recurring_cost #=> String
|
881
901
|
# resp.recommended_resource_details.redshift_reserved_instances.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
882
902
|
# resp.recommended_resource_details.redshift_reserved_instances.cost_calculation.pricing.monthly_reservation_eligible_cost #=> Float
|
883
903
|
# resp.recommended_resource_details.redshift_reserved_instances.cost_calculation.pricing.savings_percentage #=> Float
|
904
|
+
# resp.recommended_resource_details.redshift_reserved_instances.cost_calculation.pricing.estimated_monthly_amortized_reservation_cost #=> Float
|
905
|
+
# resp.recommended_resource_details.ec2_instance_savings_plans.configuration.account_scope #=> String
|
906
|
+
# resp.recommended_resource_details.ec2_instance_savings_plans.configuration.term #=> String
|
907
|
+
# resp.recommended_resource_details.ec2_instance_savings_plans.configuration.payment_option #=> String
|
908
|
+
# resp.recommended_resource_details.ec2_instance_savings_plans.configuration.hourly_commitment #=> String
|
909
|
+
# resp.recommended_resource_details.ec2_instance_savings_plans.configuration.instance_family #=> String
|
910
|
+
# resp.recommended_resource_details.ec2_instance_savings_plans.configuration.savings_plans_region #=> String
|
911
|
+
# resp.recommended_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost #=> Float
|
912
|
+
# resp.recommended_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.estimated_monthly_commitment #=> Float
|
913
|
+
# resp.recommended_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.savings_percentage #=> Float
|
914
|
+
# resp.recommended_resource_details.ec2_instance_savings_plans.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
915
|
+
# resp.recommended_resource_details.compute_savings_plans.configuration.account_scope #=> String
|
916
|
+
# resp.recommended_resource_details.compute_savings_plans.configuration.term #=> String
|
917
|
+
# resp.recommended_resource_details.compute_savings_plans.configuration.payment_option #=> String
|
918
|
+
# resp.recommended_resource_details.compute_savings_plans.configuration.hourly_commitment #=> String
|
919
|
+
# resp.recommended_resource_details.compute_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost #=> Float
|
920
|
+
# resp.recommended_resource_details.compute_savings_plans.cost_calculation.pricing.estimated_monthly_commitment #=> Float
|
921
|
+
# resp.recommended_resource_details.compute_savings_plans.cost_calculation.pricing.savings_percentage #=> Float
|
922
|
+
# resp.recommended_resource_details.compute_savings_plans.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
884
923
|
# resp.recommended_resource_details.sage_maker_savings_plans.configuration.account_scope #=> String
|
885
|
-
# resp.recommended_resource_details.sage_maker_savings_plans.configuration.hourly_commitment #=> String
|
886
|
-
# resp.recommended_resource_details.sage_maker_savings_plans.configuration.payment_option #=> String
|
887
924
|
# resp.recommended_resource_details.sage_maker_savings_plans.configuration.term #=> String
|
888
|
-
# resp.recommended_resource_details.sage_maker_savings_plans.
|
889
|
-
# resp.recommended_resource_details.sage_maker_savings_plans.
|
925
|
+
# resp.recommended_resource_details.sage_maker_savings_plans.configuration.payment_option #=> String
|
926
|
+
# resp.recommended_resource_details.sage_maker_savings_plans.configuration.hourly_commitment #=> String
|
890
927
|
# resp.recommended_resource_details.sage_maker_savings_plans.cost_calculation.pricing.monthly_savings_plans_eligible_cost #=> Float
|
928
|
+
# resp.recommended_resource_details.sage_maker_savings_plans.cost_calculation.pricing.estimated_monthly_commitment #=> Float
|
891
929
|
# resp.recommended_resource_details.sage_maker_savings_plans.cost_calculation.pricing.savings_percentage #=> Float
|
892
|
-
# resp.
|
893
|
-
# resp.
|
894
|
-
# resp.
|
895
|
-
# resp.
|
896
|
-
# resp.
|
897
|
-
# resp.
|
898
|
-
# resp.
|
930
|
+
# resp.recommended_resource_details.sage_maker_savings_plans.cost_calculation.pricing.estimated_on_demand_cost #=> Float
|
931
|
+
# resp.recommended_resource_details.rds_db_instance.configuration.instance.db_instance_class #=> String
|
932
|
+
# resp.recommended_resource_details.rds_db_instance.cost_calculation.usages #=> Array
|
933
|
+
# resp.recommended_resource_details.rds_db_instance.cost_calculation.usages[0].usage_type #=> String
|
934
|
+
# resp.recommended_resource_details.rds_db_instance.cost_calculation.usages[0].usage_amount #=> Float
|
935
|
+
# resp.recommended_resource_details.rds_db_instance.cost_calculation.usages[0].operation #=> String
|
936
|
+
# resp.recommended_resource_details.rds_db_instance.cost_calculation.usages[0].product_code #=> String
|
937
|
+
# resp.recommended_resource_details.rds_db_instance.cost_calculation.usages[0].unit #=> String
|
938
|
+
# resp.recommended_resource_details.rds_db_instance.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
939
|
+
# resp.recommended_resource_details.rds_db_instance.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
940
|
+
# resp.recommended_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
941
|
+
# resp.recommended_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
942
|
+
# resp.recommended_resource_details.rds_db_instance.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
943
|
+
# resp.recommended_resource_details.rds_db_instance.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
944
|
+
# resp.recommended_resource_details.rds_db_instance_storage.configuration.storage_type #=> String
|
945
|
+
# resp.recommended_resource_details.rds_db_instance_storage.configuration.allocated_storage_in_gb #=> Float
|
946
|
+
# resp.recommended_resource_details.rds_db_instance_storage.configuration.iops #=> Float
|
947
|
+
# resp.recommended_resource_details.rds_db_instance_storage.configuration.storage_throughput #=> Float
|
948
|
+
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.usages #=> Array
|
949
|
+
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.usages[0].usage_type #=> String
|
950
|
+
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.usages[0].usage_amount #=> Float
|
951
|
+
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.usages[0].operation #=> String
|
952
|
+
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.usages[0].product_code #=> String
|
953
|
+
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.usages[0].unit #=> String
|
954
|
+
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
|
955
|
+
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
|
956
|
+
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
|
957
|
+
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
|
958
|
+
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
|
959
|
+
# resp.recommended_resource_details.rds_db_instance_storage.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
|
899
960
|
# resp.tags #=> Array
|
900
961
|
# resp.tags[0].key #=> String
|
901
962
|
# resp.tags[0].value #=> String
|
@@ -912,23 +973,23 @@ module Aws::CostOptimizationHub
|
|
912
973
|
# Retrieves the enrollment status for an account. It can also return the
|
913
974
|
# list of accounts that are enrolled under the organization.
|
914
975
|
#
|
915
|
-
# @option params [String] :account_id
|
916
|
-
# The account ID of a member account in the organization.
|
917
|
-
#
|
918
976
|
# @option params [Boolean] :include_organization_info
|
919
977
|
# Indicates whether to return the enrollment status for the
|
920
978
|
# organization.
|
921
979
|
#
|
922
|
-
# @option params [
|
923
|
-
# The
|
980
|
+
# @option params [String] :account_id
|
981
|
+
# The account ID of a member account in the organization.
|
924
982
|
#
|
925
983
|
# @option params [String] :next_token
|
926
984
|
# The token to retrieve the next set of results.
|
927
985
|
#
|
986
|
+
# @option params [Integer] :max_results
|
987
|
+
# The maximum number of objects that are returned for the request.
|
988
|
+
#
|
928
989
|
# @return [Types::ListEnrollmentStatusesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
929
990
|
#
|
930
|
-
# * {Types::ListEnrollmentStatusesResponse#include_member_accounts #include_member_accounts} => Boolean
|
931
991
|
# * {Types::ListEnrollmentStatusesResponse#items #items} => Array<Types::AccountEnrollmentStatus>
|
992
|
+
# * {Types::ListEnrollmentStatusesResponse#include_member_accounts #include_member_accounts} => Boolean
|
932
993
|
# * {Types::ListEnrollmentStatusesResponse#next_token #next_token} => String
|
933
994
|
#
|
934
995
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
@@ -936,20 +997,20 @@ module Aws::CostOptimizationHub
|
|
936
997
|
# @example Request syntax with placeholder values
|
937
998
|
#
|
938
999
|
# resp = client.list_enrollment_statuses({
|
939
|
-
# account_id: "AccountId",
|
940
1000
|
# include_organization_info: false,
|
941
|
-
#
|
1001
|
+
# account_id: "AccountId",
|
942
1002
|
# next_token: "String",
|
1003
|
+
# max_results: 1,
|
943
1004
|
# })
|
944
1005
|
#
|
945
1006
|
# @example Response structure
|
946
1007
|
#
|
947
|
-
# resp.include_member_accounts #=> Boolean
|
948
1008
|
# resp.items #=> Array
|
949
1009
|
# resp.items[0].account_id #=> String
|
950
|
-
# resp.items[0].created_timestamp #=> Time
|
951
|
-
# resp.items[0].last_updated_timestamp #=> Time
|
952
1010
|
# resp.items[0].status #=> String, one of "Active", "Inactive"
|
1011
|
+
# resp.items[0].last_updated_timestamp #=> Time
|
1012
|
+
# resp.items[0].created_timestamp #=> Time
|
1013
|
+
# resp.include_member_accounts #=> Boolean
|
953
1014
|
# resp.next_token #=> String
|
954
1015
|
#
|
955
1016
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cost-optimization-hub-2022-07-26/ListEnrollmentStatuses AWS API Documentation
|
@@ -986,10 +1047,10 @@ module Aws::CostOptimizationHub
|
|
986
1047
|
#
|
987
1048
|
# @return [Types::ListRecommendationSummariesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
988
1049
|
#
|
989
|
-
# * {Types::ListRecommendationSummariesResponse#currency_code #currency_code} => String
|
990
1050
|
# * {Types::ListRecommendationSummariesResponse#estimated_total_deduped_savings #estimated_total_deduped_savings} => Float
|
991
|
-
# * {Types::ListRecommendationSummariesResponse#group_by #data.group_by} => String (This method conflicts with a method on Response, call it through the data member)
|
992
1051
|
# * {Types::ListRecommendationSummariesResponse#items #items} => Array<Types::RecommendationSummary>
|
1052
|
+
# * {Types::ListRecommendationSummariesResponse#group_by #data.group_by} => String (This method conflicts with a method on Response, call it through the data member)
|
1053
|
+
# * {Types::ListRecommendationSummariesResponse#currency_code #currency_code} => String
|
993
1054
|
# * {Types::ListRecommendationSummariesResponse#next_token #next_token} => String
|
994
1055
|
#
|
995
1056
|
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
@@ -998,22 +1059,22 @@ module Aws::CostOptimizationHub
|
|
998
1059
|
#
|
999
1060
|
# resp = client.list_recommendation_summaries({
|
1000
1061
|
# filter: {
|
1001
|
-
# account_ids: ["AccountId"],
|
1002
|
-
# action_types: ["Rightsize"], # accepts Rightsize, Stop, Upgrade, PurchaseSavingsPlans, PurchaseReservedInstances, MigrateToGraviton
|
1003
|
-
# implementation_efforts: ["VeryLow"], # accepts VeryLow, Low, Medium, High, VeryHigh
|
1004
|
-
# recommendation_ids: ["String"],
|
1005
|
-
# regions: ["String"],
|
1006
|
-
# resource_arns: ["String"],
|
1007
|
-
# resource_ids: ["String"],
|
1008
|
-
# resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances
|
1009
1062
|
# restart_needed: false,
|
1010
1063
|
# rollback_possible: false,
|
1064
|
+
# implementation_efforts: ["VeryLow"], # accepts VeryLow, Low, Medium, High, VeryHigh
|
1065
|
+
# account_ids: ["AccountId"],
|
1066
|
+
# regions: ["String"],
|
1067
|
+
# resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances, RdsDbInstanceStorage, RdsDbInstance
|
1068
|
+
# action_types: ["Rightsize"], # accepts Rightsize, Stop, Upgrade, PurchaseSavingsPlans, PurchaseReservedInstances, MigrateToGraviton
|
1011
1069
|
# tags: [
|
1012
1070
|
# {
|
1013
1071
|
# key: "String",
|
1014
1072
|
# value: "String",
|
1015
1073
|
# },
|
1016
1074
|
# ],
|
1075
|
+
# resource_ids: ["String"],
|
1076
|
+
# resource_arns: ["String"],
|
1077
|
+
# recommendation_ids: ["String"],
|
1017
1078
|
# },
|
1018
1079
|
# group_by: "String", # required
|
1019
1080
|
# max_results: 1,
|
@@ -1022,13 +1083,13 @@ module Aws::CostOptimizationHub
|
|
1022
1083
|
#
|
1023
1084
|
# @example Response structure
|
1024
1085
|
#
|
1025
|
-
# resp.currency_code #=> String
|
1026
1086
|
# resp.estimated_total_deduped_savings #=> Float
|
1027
|
-
# resp.data.group_by #=> String
|
1028
1087
|
# resp.items #=> Array
|
1029
|
-
# resp.items[0].estimated_monthly_savings #=> Float
|
1030
1088
|
# resp.items[0].group #=> String
|
1089
|
+
# resp.items[0].estimated_monthly_savings #=> Float
|
1031
1090
|
# resp.items[0].recommendation_count #=> Integer
|
1091
|
+
# resp.data.group_by #=> String
|
1092
|
+
# resp.currency_code #=> String
|
1032
1093
|
# resp.next_token #=> String
|
1033
1094
|
#
|
1034
1095
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cost-optimization-hub-2022-07-26/ListRecommendationSummaries AWS API Documentation
|
@@ -1045,6 +1106,9 @@ module Aws::CostOptimizationHub
|
|
1045
1106
|
# @option params [Types::Filter] :filter
|
1046
1107
|
# The constraints that you want all returned recommendations to match.
|
1047
1108
|
#
|
1109
|
+
# @option params [Types::OrderBy] :order_by
|
1110
|
+
# The ordering of recommendations by a dimension.
|
1111
|
+
#
|
1048
1112
|
# @option params [Boolean] :include_all_recommendations
|
1049
1113
|
# List of all recommendations for a resource, or a single recommendation
|
1050
1114
|
# if de-duped by `resourceId`.
|
@@ -1056,9 +1120,6 @@ module Aws::CostOptimizationHub
|
|
1056
1120
|
# @option params [String] :next_token
|
1057
1121
|
# The token to retrieve the next set of results.
|
1058
1122
|
#
|
1059
|
-
# @option params [Types::OrderBy] :order_by
|
1060
|
-
# The ordering of recommendations by a dimension.
|
1061
|
-
#
|
1062
1123
|
# @return [Types::ListRecommendationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1063
1124
|
#
|
1064
1125
|
# * {Types::ListRecommendationsResponse#items #items} => Array<Types::Recommendation>
|
@@ -1070,54 +1131,54 @@ module Aws::CostOptimizationHub
|
|
1070
1131
|
#
|
1071
1132
|
# resp = client.list_recommendations({
|
1072
1133
|
# filter: {
|
1073
|
-
# account_ids: ["AccountId"],
|
1074
|
-
# action_types: ["Rightsize"], # accepts Rightsize, Stop, Upgrade, PurchaseSavingsPlans, PurchaseReservedInstances, MigrateToGraviton
|
1075
|
-
# implementation_efforts: ["VeryLow"], # accepts VeryLow, Low, Medium, High, VeryHigh
|
1076
|
-
# recommendation_ids: ["String"],
|
1077
|
-
# regions: ["String"],
|
1078
|
-
# resource_arns: ["String"],
|
1079
|
-
# resource_ids: ["String"],
|
1080
|
-
# resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances
|
1081
1134
|
# restart_needed: false,
|
1082
1135
|
# rollback_possible: false,
|
1136
|
+
# implementation_efforts: ["VeryLow"], # accepts VeryLow, Low, Medium, High, VeryHigh
|
1137
|
+
# account_ids: ["AccountId"],
|
1138
|
+
# regions: ["String"],
|
1139
|
+
# resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances, RdsDbInstanceStorage, RdsDbInstance
|
1140
|
+
# action_types: ["Rightsize"], # accepts Rightsize, Stop, Upgrade, PurchaseSavingsPlans, PurchaseReservedInstances, MigrateToGraviton
|
1083
1141
|
# tags: [
|
1084
1142
|
# {
|
1085
1143
|
# key: "String",
|
1086
1144
|
# value: "String",
|
1087
1145
|
# },
|
1088
1146
|
# ],
|
1147
|
+
# resource_ids: ["String"],
|
1148
|
+
# resource_arns: ["String"],
|
1149
|
+
# recommendation_ids: ["String"],
|
1089
1150
|
# },
|
1090
|
-
# include_all_recommendations: false,
|
1091
|
-
# max_results: 1,
|
1092
|
-
# next_token: "String",
|
1093
1151
|
# order_by: {
|
1094
1152
|
# dimension: "String",
|
1095
1153
|
# order: "Asc", # accepts Asc, Desc
|
1096
1154
|
# },
|
1155
|
+
# include_all_recommendations: false,
|
1156
|
+
# max_results: 1,
|
1157
|
+
# next_token: "String",
|
1097
1158
|
# })
|
1098
1159
|
#
|
1099
1160
|
# @example Response structure
|
1100
1161
|
#
|
1101
1162
|
# resp.items #=> Array
|
1163
|
+
# resp.items[0].recommendation_id #=> String
|
1102
1164
|
# resp.items[0].account_id #=> String
|
1103
|
-
# resp.items[0].
|
1104
|
-
# resp.items[0].
|
1105
|
-
# resp.items[0].
|
1165
|
+
# resp.items[0].region #=> String
|
1166
|
+
# resp.items[0].resource_id #=> String
|
1167
|
+
# resp.items[0].resource_arn #=> String
|
1106
1168
|
# resp.items[0].current_resource_type #=> String
|
1107
|
-
# resp.items[0].
|
1169
|
+
# resp.items[0].recommended_resource_type #=> String
|
1108
1170
|
# resp.items[0].estimated_monthly_savings #=> Float
|
1109
1171
|
# resp.items[0].estimated_savings_percentage #=> Float
|
1172
|
+
# resp.items[0].estimated_monthly_cost #=> Float
|
1173
|
+
# resp.items[0].currency_code #=> String
|
1110
1174
|
# resp.items[0].implementation_effort #=> String
|
1111
|
-
# resp.items[0].last_refresh_timestamp #=> Time
|
1112
|
-
# resp.items[0].recommendation_id #=> String
|
1113
|
-
# resp.items[0].recommendation_lookback_period_in_days #=> Integer
|
1114
|
-
# resp.items[0].recommended_resource_summary #=> String
|
1115
|
-
# resp.items[0].recommended_resource_type #=> String
|
1116
|
-
# resp.items[0].region #=> String
|
1117
|
-
# resp.items[0].resource_arn #=> String
|
1118
|
-
# resp.items[0].resource_id #=> String
|
1119
1175
|
# resp.items[0].restart_needed #=> Boolean
|
1176
|
+
# resp.items[0].action_type #=> String
|
1120
1177
|
# resp.items[0].rollback_possible #=> Boolean
|
1178
|
+
# resp.items[0].current_resource_summary #=> String
|
1179
|
+
# resp.items[0].recommended_resource_summary #=> String
|
1180
|
+
# resp.items[0].last_refresh_timestamp #=> Time
|
1181
|
+
# resp.items[0].recommendation_lookback_period_in_days #=> Integer
|
1121
1182
|
# resp.items[0].source #=> String, one of "ComputeOptimizer", "CostExplorer"
|
1122
1183
|
# resp.items[0].tags #=> Array
|
1123
1184
|
# resp.items[0].tags[0].key #=> String
|
@@ -1144,13 +1205,13 @@ module Aws::CostOptimizationHub
|
|
1144
1205
|
# Cost Optimization Hub automatically creates a service-linked role in
|
1145
1206
|
# your account to access its data.
|
1146
1207
|
#
|
1208
|
+
# @option params [required, String] :status
|
1209
|
+
# Sets the account status.
|
1210
|
+
#
|
1147
1211
|
# @option params [Boolean] :include_member_accounts
|
1148
1212
|
# Indicates whether to enroll member accounts of the organization if the
|
1149
1213
|
# account is the management account.
|
1150
1214
|
#
|
1151
|
-
# @option params [required, String] :status
|
1152
|
-
# Sets the account status.
|
1153
|
-
#
|
1154
1215
|
# @return [Types::UpdateEnrollmentStatusResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1155
1216
|
#
|
1156
1217
|
# * {Types::UpdateEnrollmentStatusResponse#status #status} => String
|
@@ -1158,8 +1219,8 @@ module Aws::CostOptimizationHub
|
|
1158
1219
|
# @example Request syntax with placeholder values
|
1159
1220
|
#
|
1160
1221
|
# resp = client.update_enrollment_status({
|
1161
|
-
# include_member_accounts: false,
|
1162
1222
|
# status: "Active", # required, accepts Active, Inactive
|
1223
|
+
# include_member_accounts: false,
|
1163
1224
|
# })
|
1164
1225
|
#
|
1165
1226
|
# @example Response structure
|
@@ -1179,28 +1240,28 @@ module Aws::CostOptimizationHub
|
|
1179
1240
|
# account-specific preferences into the service. These preferences
|
1180
1241
|
# impact how the savings associated with recommendations are presented.
|
1181
1242
|
#
|
1182
|
-
# @option params [String] :member_account_discount_visibility
|
1183
|
-
# Sets the "member account discount visibility" preference.
|
1184
|
-
#
|
1185
1243
|
# @option params [String] :savings_estimation_mode
|
1186
1244
|
# Sets the "savings estimation mode" preference.
|
1187
1245
|
#
|
1246
|
+
# @option params [String] :member_account_discount_visibility
|
1247
|
+
# Sets the "member account discount visibility" preference.
|
1248
|
+
#
|
1188
1249
|
# @return [Types::UpdatePreferencesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1189
1250
|
#
|
1190
|
-
# * {Types::UpdatePreferencesResponse#member_account_discount_visibility #member_account_discount_visibility} => String
|
1191
1251
|
# * {Types::UpdatePreferencesResponse#savings_estimation_mode #savings_estimation_mode} => String
|
1252
|
+
# * {Types::UpdatePreferencesResponse#member_account_discount_visibility #member_account_discount_visibility} => String
|
1192
1253
|
#
|
1193
1254
|
# @example Request syntax with placeholder values
|
1194
1255
|
#
|
1195
1256
|
# resp = client.update_preferences({
|
1196
|
-
# member_account_discount_visibility: "All", # accepts All, None
|
1197
1257
|
# savings_estimation_mode: "BeforeDiscounts", # accepts BeforeDiscounts, AfterDiscounts
|
1258
|
+
# member_account_discount_visibility: "All", # accepts All, None
|
1198
1259
|
# })
|
1199
1260
|
#
|
1200
1261
|
# @example Response structure
|
1201
1262
|
#
|
1202
|
-
# resp.member_account_discount_visibility #=> String, one of "All", "None"
|
1203
1263
|
# resp.savings_estimation_mode #=> String, one of "BeforeDiscounts", "AfterDiscounts"
|
1264
|
+
# resp.member_account_discount_visibility #=> String, one of "All", "None"
|
1204
1265
|
#
|
1205
1266
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cost-optimization-hub-2022-07-26/UpdatePreferences AWS API Documentation
|
1206
1267
|
#
|
@@ -1224,7 +1285,7 @@ module Aws::CostOptimizationHub
|
|
1224
1285
|
params: params,
|
1225
1286
|
config: config)
|
1226
1287
|
context[:gem_name] = 'aws-sdk-costoptimizationhub'
|
1227
|
-
context[:gem_version] = '1.
|
1288
|
+
context[:gem_version] = '1.8.0'
|
1228
1289
|
Seahorse::Client::Request.new(handlers, context)
|
1229
1290
|
end
|
1230
1291
|
|