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