aws-sdk-computeoptimizer 1.77.0 → 1.78.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2299ce52e3eb6471f9d45b2674f0baea1c0aee7589912f7637f9dae8e0aa83fe
4
- data.tar.gz: 63240f701e665916efce3f9ae1d066e0bbb1a92c6b21267d4a3c92b22713186f
3
+ metadata.gz: 0ae03ba8996982c2fb2450fe38e1f890019caaff20f74fce47422597d2c1ecda
4
+ data.tar.gz: eca77d0173b129d6b72a88a20ff421c0a40d92637db8fd79091d3566d3c26f48
5
5
  SHA512:
6
- metadata.gz: 74ca2b48ef7e187b2d0a6ab6b82e20c103f4872381311de54707a1647dfcdd47fc89e12c893884650fde6aaab8e5e660e981cca00ccb3c16d33e8ea3faf0ff7b
7
- data.tar.gz: c36a3ab25e420e2bb0002ffa515b4fc41d89f692b4a7650aa8bb2f688a2fa4203feef8c48aa0321e7a030e576416704f5e56a842a8d4aaf1071c9cfd6682b9b7
6
+ metadata.gz: e986de237cd9489e8116d9357cd46048b821858e34ee989c1768efb0d3957e46dc39ed3dba38eede2d4b6fc5ac7e712051473d0bdc9fbd9d058f7fd1247cfbfb
7
+ data.tar.gz: edee729e6baf529a38eadf406c4547acf42b050201b65b3d74ffbed16cedebd5346dc01ca820543aa5f9cd1c9e2a79caef929974938a289062b8a0024fa3f51d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.78.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - This release enables AWS Compute Optimizer to analyze Amazon Aurora database clusters and generate Aurora I/O-Optimized recommendations.
8
+
4
9
  1.77.0 (2025-05-12)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.77.0
1
+ 1.78.0
@@ -516,7 +516,7 @@ module Aws::ComputeOptimizer
516
516
  # @example Request syntax with placeholder values
517
517
  #
518
518
  # resp = client.delete_recommendation_preferences({
519
- # resource_type: "Ec2Instance", # required, accepts Ec2Instance, AutoScalingGroup, EbsVolume, LambdaFunction, NotApplicable, EcsService, License, RdsDBInstance, Idle
519
+ # resource_type: "Ec2Instance", # required, accepts Ec2Instance, AutoScalingGroup, EbsVolume, LambdaFunction, NotApplicable, EcsService, License, RdsDBInstance, AuroraDBClusterStorage, Idle
520
520
  # scope: {
521
521
  # name: "Organization", # accepts Organization, AccountId, ResourceArn
522
522
  # value: "ScopeValue",
@@ -591,7 +591,7 @@ module Aws::ComputeOptimizer
591
591
  # resp.recommendation_export_jobs[0].destination.s3.bucket #=> String
592
592
  # resp.recommendation_export_jobs[0].destination.s3.key #=> String
593
593
  # resp.recommendation_export_jobs[0].destination.s3.metadata_key #=> String
594
- # resp.recommendation_export_jobs[0].resource_type #=> String, one of "Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "NotApplicable", "EcsService", "License", "RdsDBInstance", "Idle"
594
+ # resp.recommendation_export_jobs[0].resource_type #=> String, one of "Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "NotApplicable", "EcsService", "License", "RdsDBInstance", "AuroraDBClusterStorage", "Idle"
595
595
  # resp.recommendation_export_jobs[0].status #=> String, one of "Queued", "InProgress", "Complete", "Failed"
596
596
  # resp.recommendation_export_jobs[0].creation_timestamp #=> Time
597
597
  # resp.recommendation_export_jobs[0].last_updated_timestamp #=> Time
@@ -1529,8 +1529,8 @@ module Aws::ComputeOptimizer
1529
1529
  req.send_request(options)
1530
1530
  end
1531
1531
 
1532
- # Export optimization recommendations for your Amazon Relational
1533
- # Database Service (Amazon RDS).
1532
+ # Export optimization recommendations for your Amazon Aurora and Amazon
1533
+ # Relational Database Service (Amazon RDS) databases.
1534
1534
  #
1535
1535
  # Recommendations are exported in a comma-separated values (CSV) file,
1536
1536
  # and its metadata in a JavaScript Object Notation (JSON) file, to an
@@ -1538,16 +1538,16 @@ module Aws::ComputeOptimizer
1538
1538
  # specify. For more information, see [Exporting Recommendations][1] in
1539
1539
  # the *Compute Optimizer User Guide*.
1540
1540
  #
1541
- # You can have only one Amazon RDS export job in progress per Amazon Web
1542
- # Services Region.
1541
+ # You can have only one Amazon Aurora or RDS export job in progress per
1542
+ # Amazon Web Services Region.
1543
1543
  #
1544
1544
  #
1545
1545
  #
1546
1546
  # [1]: https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html
1547
1547
  #
1548
1548
  # @option params [Array<String>] :account_ids
1549
- # The Amazon Web Services account IDs for the export Amazon RDS
1550
- # recommendations.
1549
+ # The Amazon Web Services account IDs for the export Amazon Aurora and
1550
+ # RDS database recommendations.
1551
1551
  #
1552
1552
  # If your account is the management account or the delegated
1553
1553
  # administrator of an organization, use this parameter to specify the
@@ -1564,7 +1564,7 @@ module Aws::ComputeOptimizer
1564
1564
  #
1565
1565
  # @option params [Array<Types::RDSDBRecommendationFilter>] :filters
1566
1566
  # An array of objects to specify a filter that exports a more specific
1567
- # set of Amazon RDS recommendations.
1567
+ # set of Amazon Aurora and RDS recommendations.
1568
1568
  #
1569
1569
  # @option params [Array<String>] :fields_to_export
1570
1570
  # The recommendations data to include in the export file. For more
@@ -1641,7 +1641,7 @@ module Aws::ComputeOptimizer
1641
1641
  # values: ["FilterValue"],
1642
1642
  # },
1643
1643
  # ],
1644
- # fields_to_export: ["ResourceArn"], # accepts ResourceArn, AccountId, Engine, EngineVersion, Idle, MultiAZDBInstance, CurrentDBInstanceClass, CurrentStorageConfigurationStorageType, CurrentStorageConfigurationAllocatedStorage, CurrentStorageConfigurationMaxAllocatedStorage, CurrentStorageConfigurationIOPS, CurrentStorageConfigurationStorageThroughput, CurrentInstanceOnDemandHourlyPrice, CurrentStorageOnDemandMonthlyPrice, LookbackPeriodInDays, CurrentInstancePerformanceRisk, UtilizationMetricsCpuMaximum, UtilizationMetricsMemoryMaximum, UtilizationMetricsEBSVolumeStorageSpaceUtilizationMaximum, UtilizationMetricsNetworkReceiveThroughputMaximum, UtilizationMetricsNetworkTransmitThroughputMaximum, UtilizationMetricsEBSVolumeReadIOPSMaximum, UtilizationMetricsEBSVolumeWriteIOPSMaximum, UtilizationMetricsEBSVolumeReadThroughputMaximum, UtilizationMetricsEBSVolumeWriteThroughputMaximum, UtilizationMetricsDatabaseConnectionsMaximum, UtilizationMetricsStorageNetworkReceiveThroughputMaximum, UtilizationMetricsStorageNetworkTransmitThroughputMaximum, UtilizationMetricsAuroraMemoryHealthStateMaximum, UtilizationMetricsAuroraMemoryNumDeclinedSqlTotalMaximum, UtilizationMetricsAuroraMemoryNumKillConnTotalMaximum, UtilizationMetricsAuroraMemoryNumKillQueryTotalMaximum, UtilizationMetricsReadIOPSEphemeralStorageMaximum, UtilizationMetricsWriteIOPSEphemeralStorageMaximum, InstanceFinding, InstanceFindingReasonCodes, StorageFinding, StorageFindingReasonCodes, InstanceRecommendationOptionsDBInstanceClass, InstanceRecommendationOptionsRank, InstanceRecommendationOptionsPerformanceRisk, InstanceRecommendationOptionsProjectedUtilizationMetricsCpuMaximum, StorageRecommendationOptionsStorageType, StorageRecommendationOptionsAllocatedStorage, StorageRecommendationOptionsMaxAllocatedStorage, StorageRecommendationOptionsIOPS, StorageRecommendationOptionsStorageThroughput, StorageRecommendationOptionsRank, InstanceRecommendationOptionsInstanceOnDemandHourlyPrice, InstanceRecommendationOptionsSavingsOpportunityPercentage, InstanceRecommendationOptionsEstimatedMonthlySavingsCurrency, InstanceRecommendationOptionsEstimatedMonthlySavingsValue, InstanceRecommendationOptionsSavingsOpportunityAfterDiscountsPercentage, InstanceRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts, InstanceRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts, StorageRecommendationOptionsOnDemandMonthlyPrice, StorageRecommendationOptionsSavingsOpportunityPercentage, StorageRecommendationOptionsEstimatedMonthlySavingsCurrency, StorageRecommendationOptionsEstimatedMonthlySavingsValue, StorageRecommendationOptionsSavingsOpportunityAfterDiscountsPercentage, StorageRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts, StorageRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts, EffectiveRecommendationPreferencesCpuVendorArchitectures, EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics, EffectiveRecommendationPreferencesLookBackPeriod, EffectiveRecommendationPreferencesSavingsEstimationMode, LastRefreshTimestamp, Tags, DBClusterIdentifier, PromotionTier
1644
+ # fields_to_export: ["ResourceArn"], # accepts ResourceArn, AccountId, Engine, EngineVersion, Idle, MultiAZDBInstance, ClusterWriter, CurrentDBInstanceClass, CurrentStorageConfigurationStorageType, CurrentStorageConfigurationAllocatedStorage, CurrentStorageConfigurationMaxAllocatedStorage, CurrentStorageConfigurationIOPS, CurrentStorageConfigurationStorageThroughput, CurrentStorageEstimatedMonthlyVolumeIOPsCostVariation, CurrentInstanceOnDemandHourlyPrice, CurrentStorageOnDemandMonthlyPrice, LookbackPeriodInDays, CurrentStorageEstimatedClusterInstanceOnDemandMonthlyCost, CurrentStorageEstimatedClusterStorageOnDemandMonthlyCost, CurrentStorageEstimatedClusterStorageIOOnDemandMonthlyCost, CurrentInstancePerformanceRisk, UtilizationMetricsCpuMaximum, UtilizationMetricsMemoryMaximum, UtilizationMetricsEBSVolumeStorageSpaceUtilizationMaximum, UtilizationMetricsNetworkReceiveThroughputMaximum, UtilizationMetricsNetworkTransmitThroughputMaximum, UtilizationMetricsEBSVolumeReadIOPSMaximum, UtilizationMetricsEBSVolumeWriteIOPSMaximum, UtilizationMetricsEBSVolumeReadThroughputMaximum, UtilizationMetricsEBSVolumeWriteThroughputMaximum, UtilizationMetricsDatabaseConnectionsMaximum, UtilizationMetricsStorageNetworkReceiveThroughputMaximum, UtilizationMetricsStorageNetworkTransmitThroughputMaximum, UtilizationMetricsAuroraMemoryHealthStateMaximum, UtilizationMetricsAuroraMemoryNumDeclinedSqlTotalMaximum, UtilizationMetricsAuroraMemoryNumKillConnTotalMaximum, UtilizationMetricsAuroraMemoryNumKillQueryTotalMaximum, UtilizationMetricsReadIOPSEphemeralStorageMaximum, UtilizationMetricsWriteIOPSEphemeralStorageMaximum, UtilizationMetricsVolumeBytesUsedAverage, UtilizationMetricsVolumeReadIOPsAverage, UtilizationMetricsVolumeWriteIOPsAverage, InstanceFinding, InstanceFindingReasonCodes, StorageFinding, StorageFindingReasonCodes, InstanceRecommendationOptionsDBInstanceClass, InstanceRecommendationOptionsRank, InstanceRecommendationOptionsPerformanceRisk, InstanceRecommendationOptionsProjectedUtilizationMetricsCpuMaximum, StorageRecommendationOptionsStorageType, StorageRecommendationOptionsAllocatedStorage, StorageRecommendationOptionsMaxAllocatedStorage, StorageRecommendationOptionsIOPS, StorageRecommendationOptionsStorageThroughput, StorageRecommendationOptionsRank, StorageRecommendationOptionsEstimatedMonthlyVolumeIOPsCostVariation, InstanceRecommendationOptionsInstanceOnDemandHourlyPrice, InstanceRecommendationOptionsSavingsOpportunityPercentage, InstanceRecommendationOptionsEstimatedMonthlySavingsCurrency, InstanceRecommendationOptionsEstimatedMonthlySavingsValue, InstanceRecommendationOptionsSavingsOpportunityAfterDiscountsPercentage, InstanceRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts, InstanceRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts, StorageRecommendationOptionsOnDemandMonthlyPrice, StorageRecommendationOptionsEstimatedClusterInstanceOnDemandMonthlyCost, StorageRecommendationOptionsEstimatedClusterStorageOnDemandMonthlyCost, StorageRecommendationOptionsEstimatedClusterStorageIOOnDemandMonthlyCost, StorageRecommendationOptionsSavingsOpportunityPercentage, StorageRecommendationOptionsEstimatedMonthlySavingsCurrency, StorageRecommendationOptionsEstimatedMonthlySavingsValue, StorageRecommendationOptionsSavingsOpportunityAfterDiscountsPercentage, StorageRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts, StorageRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts, EffectiveRecommendationPreferencesCpuVendorArchitectures, EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics, EffectiveRecommendationPreferencesLookBackPeriod, EffectiveRecommendationPreferencesSavingsEstimationMode, LastRefreshTimestamp, Tags, DBClusterIdentifier, PromotionTier
1645
1645
  # s3_destination_config: { # required
1646
1646
  # bucket: "DestinationBucket",
1647
1647
  # key_prefix: "DestinationKeyPrefix",
@@ -2046,7 +2046,7 @@ module Aws::ComputeOptimizer
2046
2046
  # resp.instance_recommendations[0].recommendation_options[0].migration_effort #=> String, one of "VeryLow", "Low", "Medium", "High"
2047
2047
  # resp.instance_recommendations[0].recommendation_sources #=> Array
2048
2048
  # resp.instance_recommendations[0].recommendation_sources[0].recommendation_source_arn #=> String
2049
- # resp.instance_recommendations[0].recommendation_sources[0].recommendation_source_type #=> String, one of "Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "EcsService", "License", "RdsDBInstance", "RdsDBInstanceStorage"
2049
+ # resp.instance_recommendations[0].recommendation_sources[0].recommendation_source_type #=> String, one of "Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "EcsService", "License", "RdsDBInstance", "RdsDBInstanceStorage", "AuroraDBClusterStorage"
2050
2050
  # resp.instance_recommendations[0].last_refresh_timestamp #=> Time
2051
2051
  # resp.instance_recommendations[0].current_performance_risk #=> String, one of "VeryLow", "Low", "Medium", "High"
2052
2052
  # resp.instance_recommendations[0].effective_recommendation_preferences.cpu_vendor_architectures #=> Array
@@ -2833,10 +2833,11 @@ module Aws::ComputeOptimizer
2833
2833
  req.send_request(options)
2834
2834
  end
2835
2835
 
2836
- # Returns the projected metrics of Amazon RDS recommendations.
2836
+ # Returns the projected metrics of Aurora and RDS database
2837
+ # recommendations.
2837
2838
  #
2838
2839
  # @option params [required, String] :resource_arn
2839
- # The ARN that identifies the Amazon RDS.
2840
+ # The ARN that identifies the Amazon Aurora or RDS database.
2840
2841
  #
2841
2842
  # The following is the format of the ARN:
2842
2843
  #
@@ -2883,7 +2884,7 @@ module Aws::ComputeOptimizer
2883
2884
  # resp.recommended_option_projected_metrics[0].recommended_db_instance_class #=> String
2884
2885
  # resp.recommended_option_projected_metrics[0].rank #=> Integer
2885
2886
  # resp.recommended_option_projected_metrics[0].projected_metrics #=> Array
2886
- # resp.recommended_option_projected_metrics[0].projected_metrics[0].name #=> String, one of "CPU", "Memory", "EBSVolumeStorageSpaceUtilization", "NetworkReceiveThroughput", "NetworkTransmitThroughput", "EBSVolumeReadIOPS", "EBSVolumeWriteIOPS", "EBSVolumeReadThroughput", "EBSVolumeWriteThroughput", "DatabaseConnections", "StorageNetworkReceiveThroughput", "StorageNetworkTransmitThroughput", "AuroraMemoryHealthState", "AuroraMemoryNumDeclinedSql", "AuroraMemoryNumKillConnTotal", "AuroraMemoryNumKillQueryTotal", "ReadIOPSEphemeralStorage", "WriteIOPSEphemeralStorage"
2887
+ # resp.recommended_option_projected_metrics[0].projected_metrics[0].name #=> String, one of "CPU", "Memory", "EBSVolumeStorageSpaceUtilization", "NetworkReceiveThroughput", "NetworkTransmitThroughput", "EBSVolumeReadIOPS", "EBSVolumeWriteIOPS", "EBSVolumeReadThroughput", "EBSVolumeWriteThroughput", "DatabaseConnections", "StorageNetworkReceiveThroughput", "StorageNetworkTransmitThroughput", "AuroraMemoryHealthState", "AuroraMemoryNumDeclinedSql", "AuroraMemoryNumKillConnTotal", "AuroraMemoryNumKillQueryTotal", "ReadIOPSEphemeralStorage", "WriteIOPSEphemeralStorage", "VolumeReadIOPs", "VolumeBytesUsed", "VolumeWriteIOPs"
2887
2888
  # resp.recommended_option_projected_metrics[0].projected_metrics[0].timestamps #=> Array
2888
2889
  # resp.recommended_option_projected_metrics[0].projected_metrics[0].timestamps[0] #=> Time
2889
2890
  # resp.recommended_option_projected_metrics[0].projected_metrics[0].values #=> Array
@@ -2898,18 +2899,19 @@ module Aws::ComputeOptimizer
2898
2899
  req.send_request(options)
2899
2900
  end
2900
2901
 
2901
- # Returns Amazon RDS recommendations.
2902
+ # Returns Amazon Aurora and RDS database recommendations.
2902
2903
  #
2903
- # Compute Optimizer generates recommendations for Amazon RDS that meet a
2904
- # specific set of requirements. For more information, see the [Supported
2905
- # resources and requirements][1] in the *Compute Optimizer User Guide*.
2904
+ # Compute Optimizer generates recommendations for Amazon Aurora and RDS
2905
+ # databases that meet a specific set of requirements. For more
2906
+ # information, see the [Supported resources and requirements][1] in the
2907
+ # *Compute Optimizer User Guide*.
2906
2908
  #
2907
2909
  #
2908
2910
  #
2909
2911
  # [1]: https://docs.aws.amazon.com/compute-optimizer/latest/ug/requirements.html
2910
2912
  #
2911
2913
  # @option params [Array<String>] :resource_arns
2912
- # The ARN that identifies the Amazon RDS.
2914
+ # The ARN that identifies the Amazon Aurora or RDS database.
2913
2915
  #
2914
2916
  # The following is the format of the ARN:
2915
2917
  #
@@ -2920,26 +2922,28 @@ module Aws::ComputeOptimizer
2920
2922
  # `arn:aws:rds:{region}:{accountId}:cluster:{resourceName}`
2921
2923
  #
2922
2924
  # @option params [String] :next_token
2923
- # The token to advance to the next page of Amazon RDS recommendations.
2925
+ # The token to advance to the next page of Amazon Aurora and RDS
2926
+ # database recommendations.
2924
2927
  #
2925
2928
  # @option params [Integer] :max_results
2926
- # The maximum number of Amazon RDS recommendations to return with a
2927
- # single request.
2929
+ # The maximum number of Amazon Aurora and RDS database recommendations
2930
+ # to return with a single request.
2928
2931
  #
2929
2932
  # To retrieve the remaining results, make another request with the
2930
2933
  # returned `nextToken` value.
2931
2934
  #
2932
2935
  # @option params [Array<Types::RDSDBRecommendationFilter>] :filters
2933
2936
  # An array of objects to specify a filter that returns a more specific
2934
- # list of Amazon RDS recommendations.
2937
+ # list of Amazon Aurora and RDS database recommendations.
2935
2938
  #
2936
2939
  # @option params [Array<String>] :account_ids
2937
- # Return the Amazon RDS recommendations to the specified Amazon Web
2938
- # Services account IDs.
2940
+ # Return the Amazon Aurora and RDS database recommendations to the
2941
+ # specified Amazon Web Services account IDs.
2939
2942
  #
2940
2943
  # If your account is the management account or the delegated
2941
2944
  # administrator of an organization, use this parameter to return the
2942
- # Amazon RDS recommendations to specific member accounts.
2945
+ # Amazon Aurora and RDS database recommendations to specific member
2946
+ # accounts.
2943
2947
  #
2944
2948
  # You can only specify one account ID per request.
2945
2949
  #
@@ -2991,16 +2995,17 @@ module Aws::ComputeOptimizer
2991
2995
  # resp.rds_db_recommendations[0].db_cluster_identifier #=> String
2992
2996
  # resp.rds_db_recommendations[0].idle #=> String, one of "True", "False"
2993
2997
  # resp.rds_db_recommendations[0].instance_finding #=> String, one of "Optimized", "Underprovisioned", "Overprovisioned"
2994
- # resp.rds_db_recommendations[0].storage_finding #=> String, one of "Optimized", "Underprovisioned", "Overprovisioned"
2998
+ # resp.rds_db_recommendations[0].storage_finding #=> String, one of "Optimized", "Underprovisioned", "Overprovisioned", "NotOptimized"
2995
2999
  # resp.rds_db_recommendations[0].instance_finding_reason_codes #=> Array
2996
3000
  # resp.rds_db_recommendations[0].instance_finding_reason_codes[0] #=> String, one of "CPUOverprovisioned", "NetworkBandwidthOverprovisioned", "EBSIOPSOverprovisioned", "EBSIOPSUnderprovisioned", "EBSThroughputOverprovisioned", "CPUUnderprovisioned", "NetworkBandwidthUnderprovisioned", "EBSThroughputUnderprovisioned", "NewGenerationDBInstanceClassAvailable", "NewEngineVersionAvailable", "DBClusterWriterUnderprovisioned", "MemoryUnderprovisioned", "InstanceStorageReadIOPSUnderprovisioned", "InstanceStorageWriteIOPSUnderprovisioned"
2997
3001
  # resp.rds_db_recommendations[0].current_instance_performance_risk #=> String, one of "VeryLow", "Low", "Medium", "High"
3002
+ # resp.rds_db_recommendations[0].current_storage_estimated_monthly_volume_io_ps_cost_variation #=> String, one of "None", "Low", "Medium", "High"
2998
3003
  # resp.rds_db_recommendations[0].storage_finding_reason_codes #=> Array
2999
- # resp.rds_db_recommendations[0].storage_finding_reason_codes[0] #=> String, one of "EBSVolumeAllocatedStorageUnderprovisioned", "EBSVolumeThroughputUnderprovisioned", "EBSVolumeIOPSOverprovisioned", "EBSVolumeThroughputOverprovisioned", "NewGenerationStorageTypeAvailable"
3004
+ # resp.rds_db_recommendations[0].storage_finding_reason_codes[0] #=> String, one of "EBSVolumeAllocatedStorageUnderprovisioned", "EBSVolumeThroughputUnderprovisioned", "EBSVolumeIOPSOverprovisioned", "EBSVolumeThroughputOverprovisioned", "NewGenerationStorageTypeAvailable", "DBClusterStorageOptionAvailable", "DBClusterStorageSavingsAvailable"
3000
3005
  # resp.rds_db_recommendations[0].instance_recommendation_options #=> Array
3001
3006
  # resp.rds_db_recommendations[0].instance_recommendation_options[0].db_instance_class #=> String
3002
3007
  # resp.rds_db_recommendations[0].instance_recommendation_options[0].projected_utilization_metrics #=> Array
3003
- # resp.rds_db_recommendations[0].instance_recommendation_options[0].projected_utilization_metrics[0].name #=> String, one of "CPU", "Memory", "EBSVolumeStorageSpaceUtilization", "NetworkReceiveThroughput", "NetworkTransmitThroughput", "EBSVolumeReadIOPS", "EBSVolumeWriteIOPS", "EBSVolumeReadThroughput", "EBSVolumeWriteThroughput", "DatabaseConnections", "StorageNetworkReceiveThroughput", "StorageNetworkTransmitThroughput", "AuroraMemoryHealthState", "AuroraMemoryNumDeclinedSql", "AuroraMemoryNumKillConnTotal", "AuroraMemoryNumKillQueryTotal", "ReadIOPSEphemeralStorage", "WriteIOPSEphemeralStorage"
3008
+ # resp.rds_db_recommendations[0].instance_recommendation_options[0].projected_utilization_metrics[0].name #=> String, one of "CPU", "Memory", "EBSVolumeStorageSpaceUtilization", "NetworkReceiveThroughput", "NetworkTransmitThroughput", "EBSVolumeReadIOPS", "EBSVolumeWriteIOPS", "EBSVolumeReadThroughput", "EBSVolumeWriteThroughput", "DatabaseConnections", "StorageNetworkReceiveThroughput", "StorageNetworkTransmitThroughput", "AuroraMemoryHealthState", "AuroraMemoryNumDeclinedSql", "AuroraMemoryNumKillConnTotal", "AuroraMemoryNumKillQueryTotal", "ReadIOPSEphemeralStorage", "WriteIOPSEphemeralStorage", "VolumeReadIOPs", "VolumeBytesUsed", "VolumeWriteIOPs"
3004
3009
  # resp.rds_db_recommendations[0].instance_recommendation_options[0].projected_utilization_metrics[0].statistic #=> String, one of "Maximum", "Minimum", "Average"
3005
3010
  # resp.rds_db_recommendations[0].instance_recommendation_options[0].projected_utilization_metrics[0].value #=> Float
3006
3011
  # resp.rds_db_recommendations[0].instance_recommendation_options[0].performance_risk #=> Float
@@ -3024,8 +3029,9 @@ module Aws::ComputeOptimizer
3024
3029
  # resp.rds_db_recommendations[0].storage_recommendation_options[0].savings_opportunity_after_discounts.savings_opportunity_percentage #=> Float
3025
3030
  # resp.rds_db_recommendations[0].storage_recommendation_options[0].savings_opportunity_after_discounts.estimated_monthly_savings.currency #=> String, one of "USD", "CNY"
3026
3031
  # resp.rds_db_recommendations[0].storage_recommendation_options[0].savings_opportunity_after_discounts.estimated_monthly_savings.value #=> Float
3032
+ # resp.rds_db_recommendations[0].storage_recommendation_options[0].estimated_monthly_volume_io_ps_cost_variation #=> String, one of "None", "Low", "Medium", "High"
3027
3033
  # resp.rds_db_recommendations[0].utilization_metrics #=> Array
3028
- # resp.rds_db_recommendations[0].utilization_metrics[0].name #=> String, one of "CPU", "Memory", "EBSVolumeStorageSpaceUtilization", "NetworkReceiveThroughput", "NetworkTransmitThroughput", "EBSVolumeReadIOPS", "EBSVolumeWriteIOPS", "EBSVolumeReadThroughput", "EBSVolumeWriteThroughput", "DatabaseConnections", "StorageNetworkReceiveThroughput", "StorageNetworkTransmitThroughput", "AuroraMemoryHealthState", "AuroraMemoryNumDeclinedSql", "AuroraMemoryNumKillConnTotal", "AuroraMemoryNumKillQueryTotal", "ReadIOPSEphemeralStorage", "WriteIOPSEphemeralStorage"
3034
+ # resp.rds_db_recommendations[0].utilization_metrics[0].name #=> String, one of "CPU", "Memory", "EBSVolumeStorageSpaceUtilization", "NetworkReceiveThroughput", "NetworkTransmitThroughput", "EBSVolumeReadIOPS", "EBSVolumeWriteIOPS", "EBSVolumeReadThroughput", "EBSVolumeWriteThroughput", "DatabaseConnections", "StorageNetworkReceiveThroughput", "StorageNetworkTransmitThroughput", "AuroraMemoryHealthState", "AuroraMemoryNumDeclinedSql", "AuroraMemoryNumKillConnTotal", "AuroraMemoryNumKillQueryTotal", "ReadIOPSEphemeralStorage", "WriteIOPSEphemeralStorage", "VolumeReadIOPs", "VolumeBytesUsed", "VolumeWriteIOPs"
3029
3035
  # resp.rds_db_recommendations[0].utilization_metrics[0].statistic #=> String, one of "Maximum", "Minimum", "Average"
3030
3036
  # resp.rds_db_recommendations[0].utilization_metrics[0].value #=> Float
3031
3037
  # resp.rds_db_recommendations[0].effective_recommendation_preferences.cpu_vendor_architectures #=> Array
@@ -3110,7 +3116,7 @@ module Aws::ComputeOptimizer
3110
3116
  # @example Request syntax with placeholder values
3111
3117
  #
3112
3118
  # resp = client.get_recommendation_preferences({
3113
- # resource_type: "Ec2Instance", # required, accepts Ec2Instance, AutoScalingGroup, EbsVolume, LambdaFunction, NotApplicable, EcsService, License, RdsDBInstance, Idle
3119
+ # resource_type: "Ec2Instance", # required, accepts Ec2Instance, AutoScalingGroup, EbsVolume, LambdaFunction, NotApplicable, EcsService, License, RdsDBInstance, AuroraDBClusterStorage, Idle
3114
3120
  # scope: {
3115
3121
  # name: "Organization", # accepts Organization, AccountId, ResourceArn
3116
3122
  # value: "ScopeValue",
@@ -3125,7 +3131,7 @@ module Aws::ComputeOptimizer
3125
3131
  # resp.recommendation_preferences_details #=> Array
3126
3132
  # resp.recommendation_preferences_details[0].scope.name #=> String, one of "Organization", "AccountId", "ResourceArn"
3127
3133
  # resp.recommendation_preferences_details[0].scope.value #=> String
3128
- # resp.recommendation_preferences_details[0].resource_type #=> String, one of "Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "NotApplicable", "EcsService", "License", "RdsDBInstance", "Idle"
3134
+ # resp.recommendation_preferences_details[0].resource_type #=> String, one of "Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "NotApplicable", "EcsService", "License", "RdsDBInstance", "AuroraDBClusterStorage", "Idle"
3129
3135
  # resp.recommendation_preferences_details[0].enhanced_infrastructure_metrics #=> String, one of "Active", "Inactive"
3130
3136
  # resp.recommendation_preferences_details[0].inferred_workload_types #=> String, one of "Active", "Inactive"
3131
3137
  # resp.recommendation_preferences_details[0].external_metrics_preference.source #=> String, one of "Datadog", "Dynatrace", "NewRelic", "Instana"
@@ -3160,7 +3166,7 @@ module Aws::ComputeOptimizer
3160
3166
  # * Amazon EC2 instances in an account that are `Underprovisioned`,
3161
3167
  # `Overprovisioned`, or `Optimized`.
3162
3168
  #
3163
- # * Auto Scaling groups in an account that are `NotOptimized`, or
3169
+ # * EC2Auto Scaling groups in an account that are `NotOptimized`, or
3164
3170
  # `Optimized`.
3165
3171
  #
3166
3172
  # * Amazon EBS volumes in an account that are `NotOptimized`, or
@@ -3172,6 +3178,13 @@ module Aws::ComputeOptimizer
3172
3178
  # * Amazon ECS services in an account that are `Underprovisioned`,
3173
3179
  # `Overprovisioned`, or `Optimized`.
3174
3180
  #
3181
+ # * Commercial software licenses in an account that are
3182
+ # `InsufficientMetrics`, `NotOptimized` or `Optimized`.
3183
+ #
3184
+ # * Amazon Aurora and Amazon RDS databases in an account that are
3185
+ # `Underprovisioned`, `Overprovisioned`, `Optimized`, or
3186
+ # `NotOptimized`.
3187
+ #
3175
3188
  # @option params [Array<String>] :account_ids
3176
3189
  # The ID of the Amazon Web Services account for which to return
3177
3190
  # recommendation summaries.
@@ -3220,7 +3233,7 @@ module Aws::ComputeOptimizer
3220
3233
  # resp.recommendation_summaries[0].idle_summaries #=> Array
3221
3234
  # resp.recommendation_summaries[0].idle_summaries[0].name #=> String, one of "Idle", "Unattached"
3222
3235
  # resp.recommendation_summaries[0].idle_summaries[0].value #=> Float
3223
- # resp.recommendation_summaries[0].recommendation_resource_type #=> String, one of "Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "EcsService", "License", "RdsDBInstance", "RdsDBInstanceStorage"
3236
+ # resp.recommendation_summaries[0].recommendation_resource_type #=> String, one of "Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "EcsService", "License", "RdsDBInstance", "RdsDBInstanceStorage", "AuroraDBClusterStorage"
3224
3237
  # resp.recommendation_summaries[0].account_id #=> String
3225
3238
  # resp.recommendation_summaries[0].savings_opportunity.savings_opportunity_percentage #=> Float
3226
3239
  # resp.recommendation_summaries[0].savings_opportunity.estimated_monthly_savings.currency #=> String, one of "USD", "CNY"
@@ -3418,7 +3431,7 @@ module Aws::ComputeOptimizer
3418
3431
  # @example Request syntax with placeholder values
3419
3432
  #
3420
3433
  # resp = client.put_recommendation_preferences({
3421
- # resource_type: "Ec2Instance", # required, accepts Ec2Instance, AutoScalingGroup, EbsVolume, LambdaFunction, NotApplicable, EcsService, License, RdsDBInstance, Idle
3434
+ # resource_type: "Ec2Instance", # required, accepts Ec2Instance, AutoScalingGroup, EbsVolume, LambdaFunction, NotApplicable, EcsService, License, RdsDBInstance, AuroraDBClusterStorage, Idle
3422
3435
  # scope: {
3423
3436
  # name: "Organization", # accepts Organization, AccountId, ResourceArn
3424
3437
  # value: "ScopeValue",
@@ -3551,7 +3564,7 @@ module Aws::ComputeOptimizer
3551
3564
  tracer: tracer
3552
3565
  )
3553
3566
  context[:gem_name] = 'aws-sdk-computeoptimizer'
3554
- context[:gem_version] = '1.77.0'
3567
+ context[:gem_version] = '1.78.0'
3555
3568
  Seahorse::Client::Request.new(handlers, context)
3556
3569
  end
3557
3570
 
@@ -370,6 +370,7 @@ module Aws::ComputeOptimizer
370
370
  RDSDatabaseRecommendedOptionProjectedMetric = Shapes::StructureShape.new(name: 'RDSDatabaseRecommendedOptionProjectedMetric')
371
371
  RDSDatabaseRecommendedOptionProjectedMetrics = Shapes::ListShape.new(name: 'RDSDatabaseRecommendedOptionProjectedMetrics')
372
372
  RDSEffectiveRecommendationPreferences = Shapes::StructureShape.new(name: 'RDSEffectiveRecommendationPreferences')
373
+ RDSEstimatedMonthlyVolumeIOPsCostVariation = Shapes::StringShape.new(name: 'RDSEstimatedMonthlyVolumeIOPsCostVariation')
373
374
  RDSInstanceEstimatedMonthlySavings = Shapes::StructureShape.new(name: 'RDSInstanceEstimatedMonthlySavings')
374
375
  RDSInstanceFinding = Shapes::StringShape.new(name: 'RDSInstanceFinding')
375
376
  RDSInstanceFindingReasonCode = Shapes::StringShape.new(name: 'RDSInstanceFindingReasonCode')
@@ -1347,6 +1348,7 @@ module Aws::ComputeOptimizer
1347
1348
  RDSDBRecommendation.add_member(:storage_finding, Shapes::ShapeRef.new(shape: RDSStorageFinding, location_name: "storageFinding"))
1348
1349
  RDSDBRecommendation.add_member(:instance_finding_reason_codes, Shapes::ShapeRef.new(shape: RDSInstanceFindingReasonCodes, location_name: "instanceFindingReasonCodes"))
1349
1350
  RDSDBRecommendation.add_member(:current_instance_performance_risk, Shapes::ShapeRef.new(shape: RDSCurrentInstancePerformanceRisk, location_name: "currentInstancePerformanceRisk"))
1351
+ RDSDBRecommendation.add_member(:current_storage_estimated_monthly_volume_io_ps_cost_variation, Shapes::ShapeRef.new(shape: RDSEstimatedMonthlyVolumeIOPsCostVariation, location_name: "currentStorageEstimatedMonthlyVolumeIOPsCostVariation"))
1350
1352
  RDSDBRecommendation.add_member(:storage_finding_reason_codes, Shapes::ShapeRef.new(shape: RDSStorageFindingReasonCodes, location_name: "storageFindingReasonCodes"))
1351
1353
  RDSDBRecommendation.add_member(:instance_recommendation_options, Shapes::ShapeRef.new(shape: RDSDBInstanceRecommendationOptions, location_name: "instanceRecommendationOptions"))
1352
1354
  RDSDBRecommendation.add_member(:storage_recommendation_options, Shapes::ShapeRef.new(shape: RDSDBStorageRecommendationOptions, location_name: "storageRecommendationOptions"))
@@ -1369,6 +1371,7 @@ module Aws::ComputeOptimizer
1369
1371
  RDSDBStorageRecommendationOption.add_member(:rank, Shapes::ShapeRef.new(shape: Rank, location_name: "rank"))
1370
1372
  RDSDBStorageRecommendationOption.add_member(:savings_opportunity, Shapes::ShapeRef.new(shape: SavingsOpportunity, location_name: "savingsOpportunity"))
1371
1373
  RDSDBStorageRecommendationOption.add_member(:savings_opportunity_after_discounts, Shapes::ShapeRef.new(shape: RDSStorageSavingsOpportunityAfterDiscounts, location_name: "savingsOpportunityAfterDiscounts"))
1374
+ RDSDBStorageRecommendationOption.add_member(:estimated_monthly_volume_io_ps_cost_variation, Shapes::ShapeRef.new(shape: RDSEstimatedMonthlyVolumeIOPsCostVariation, location_name: "estimatedMonthlyVolumeIOPsCostVariation"))
1372
1375
  RDSDBStorageRecommendationOption.struct_class = Types::RDSDBStorageRecommendationOption
1373
1376
 
1374
1377
  RDSDBStorageRecommendationOptions.member = Shapes::ShapeRef.new(shape: RDSDBStorageRecommendationOption)
@@ -509,24 +509,24 @@ module Aws::ComputeOptimizer
509
509
  # The configuration of the recommended RDS storage.
510
510
  #
511
511
  # @!attribute [rw] storage_type
512
- # The type of RDS storage.
512
+ # The type of DB storage.
513
513
  # @return [String]
514
514
  #
515
515
  # @!attribute [rw] allocated_storage
516
- # The size of the RDS storage in gigabytes (GB).
516
+ # The size of the DB storage in gigabytes (GB).
517
517
  # @return [Integer]
518
518
  #
519
519
  # @!attribute [rw] iops
520
- # The provisioned IOPs of the RDS storage.
520
+ # The provisioned IOPs of the DB storage.
521
521
  # @return [Integer]
522
522
  #
523
523
  # @!attribute [rw] max_allocated_storage
524
524
  # The maximum limit in gibibytes (GiB) to which Amazon RDS can
525
- # automatically scale the storage of the RDS instance.
525
+ # automatically scale the storage of the DB instance.
526
526
  # @return [Integer]
527
527
  #
528
528
  # @!attribute [rw] storage_throughput
529
- # The storage throughput of the RDS storage.
529
+ # The storage throughput of the DB storage.
530
530
  # @return [Integer]
531
531
  #
532
532
  # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/DBStorageConfiguration AWS API Documentation
@@ -2381,8 +2381,8 @@ module Aws::ComputeOptimizer
2381
2381
  end
2382
2382
 
2383
2383
  # @!attribute [rw] account_ids
2384
- # The Amazon Web Services account IDs for the export Amazon RDS
2385
- # recommendations.
2384
+ # The Amazon Web Services account IDs for the export Amazon Aurora and
2385
+ # RDS database recommendations.
2386
2386
  #
2387
2387
  # If your account is the management account or the delegated
2388
2388
  # administrator of an organization, use this parameter to specify the
@@ -2400,7 +2400,7 @@ module Aws::ComputeOptimizer
2400
2400
  #
2401
2401
  # @!attribute [rw] filters
2402
2402
  # An array of objects to specify a filter that exports a more specific
2403
- # set of Amazon RDS recommendations.
2403
+ # set of Amazon Aurora and RDS recommendations.
2404
2404
  # @return [Array<Types::RDSDBRecommendationFilter>]
2405
2405
  #
2406
2406
  # @!attribute [rw] fields_to_export
@@ -3532,7 +3532,7 @@ module Aws::ComputeOptimizer
3532
3532
  end
3533
3533
 
3534
3534
  # @!attribute [rw] resource_arn
3535
- # The ARN that identifies the Amazon RDS.
3535
+ # The ARN that identifies the Amazon Aurora or RDS database.
3536
3536
  #
3537
3537
  # The following is the format of the ARN:
3538
3538
  #
@@ -3589,7 +3589,7 @@ module Aws::ComputeOptimizer
3589
3589
  end
3590
3590
 
3591
3591
  # @!attribute [rw] resource_arns
3592
- # The ARN that identifies the Amazon RDS.
3592
+ # The ARN that identifies the Amazon Aurora or RDS database.
3593
3593
  #
3594
3594
  # The following is the format of the ARN:
3595
3595
  #
@@ -3601,12 +3601,13 @@ module Aws::ComputeOptimizer
3601
3601
  # @return [Array<String>]
3602
3602
  #
3603
3603
  # @!attribute [rw] next_token
3604
- # The token to advance to the next page of Amazon RDS recommendations.
3604
+ # The token to advance to the next page of Amazon Aurora and RDS
3605
+ # database recommendations.
3605
3606
  # @return [String]
3606
3607
  #
3607
3608
  # @!attribute [rw] max_results
3608
- # The maximum number of Amazon RDS recommendations to return with a
3609
- # single request.
3609
+ # The maximum number of Amazon Aurora and RDS database recommendations
3610
+ # to return with a single request.
3610
3611
  #
3611
3612
  # To retrieve the remaining results, make another request with the
3612
3613
  # returned `nextToken` value.
@@ -3614,16 +3615,17 @@ module Aws::ComputeOptimizer
3614
3615
  #
3615
3616
  # @!attribute [rw] filters
3616
3617
  # An array of objects to specify a filter that returns a more specific
3617
- # list of Amazon RDS recommendations.
3618
+ # list of Amazon Aurora and RDS database recommendations.
3618
3619
  # @return [Array<Types::RDSDBRecommendationFilter>]
3619
3620
  #
3620
3621
  # @!attribute [rw] account_ids
3621
- # Return the Amazon RDS recommendations to the specified Amazon Web
3622
- # Services account IDs.
3622
+ # Return the Amazon Aurora and RDS database recommendations to the
3623
+ # specified Amazon Web Services account IDs.
3623
3624
  #
3624
3625
  # If your account is the management account or the delegated
3625
3626
  # administrator of an organization, use this parameter to return the
3626
- # Amazon RDS recommendations to specific member accounts.
3627
+ # Amazon Aurora and RDS database recommendations to specific member
3628
+ # accounts.
3627
3629
  #
3628
3630
  # You can only specify one account ID per request.
3629
3631
  # @return [Array<String>]
@@ -3650,11 +3652,13 @@ module Aws::ComputeOptimizer
3650
3652
  end
3651
3653
 
3652
3654
  # @!attribute [rw] next_token
3653
- # The token to advance to the next page of Amazon RDS recommendations.
3655
+ # The token to advance to the next page of Amazon Aurora and RDS
3656
+ # database recommendations.
3654
3657
  # @return [String]
3655
3658
  #
3656
3659
  # @!attribute [rw] rds_db_recommendations
3657
- # An array of objects that describe the Amazon RDS recommendations.
3660
+ # An array of objects that describe the Amazon Aurora and RDS database
3661
+ # recommendations.
3658
3662
  # @return [Array<Types::RDSDBRecommendation>]
3659
3663
  #
3660
3664
  # @!attribute [rw] errors
@@ -5912,24 +5916,24 @@ module Aws::ComputeOptimizer
5912
5916
  #
5913
5917
  class PutRecommendationPreferencesResponse < Aws::EmptyStructure; end
5914
5918
 
5915
- # Describes the recommendation options for an Amazon RDS instance.
5919
+ # Describes the recommendation options for a DB instance.
5916
5920
  #
5917
5921
  # @!attribute [rw] db_instance_class
5918
5922
  # Describes the DB instance class recommendation option for your
5919
- # Amazon RDS instance.
5923
+ # Amazon Aurora or RDS database.
5920
5924
  # @return [String]
5921
5925
  #
5922
5926
  # @!attribute [rw] projected_utilization_metrics
5923
5927
  # An array of objects that describe the projected utilization metrics
5924
- # of the RDS instance recommendation option.
5928
+ # of the DB instance recommendation option.
5925
5929
  # @return [Array<Types::RDSDBUtilizationMetric>]
5926
5930
  #
5927
5931
  # @!attribute [rw] performance_risk
5928
- # The performance risk of the RDS instance recommendation option.
5932
+ # The performance risk of the DB instance recommendation option.
5929
5933
  # @return [Float]
5930
5934
  #
5931
5935
  # @!attribute [rw] rank
5932
- # The rank identifier of the RDS instance recommendation option.
5936
+ # The rank identifier of the DB instance recommendation option.
5933
5937
  # @return [Integer]
5934
5938
  #
5935
5939
  # @!attribute [rw] savings_opportunity
@@ -5959,8 +5963,8 @@ module Aws::ComputeOptimizer
5959
5963
  # @return [Types::SavingsOpportunity]
5960
5964
  #
5961
5965
  # @!attribute [rw] savings_opportunity_after_discounts
5962
- # Describes the savings opportunity for Amazon RDS recommendations or
5963
- # for the recommendation option.
5966
+ # Describes the savings opportunity for Amazon Aurora and RDS database
5967
+ # recommendations or for the recommendation option.
5964
5968
  #
5965
5969
  # Savings opportunity represents the estimated monthly savings after
5966
5970
  # applying Savings Plans discounts. You can achieve this by
@@ -5980,10 +5984,10 @@ module Aws::ComputeOptimizer
5980
5984
  include Aws::Structure
5981
5985
  end
5982
5986
 
5983
- # Describes an Amazon RDS recommendation.
5987
+ # Describes an Amazon Aurora and RDS database recommendation.
5984
5988
  #
5985
5989
  # @!attribute [rw] resource_arn
5986
- # The ARN of the current Amazon RDS.
5990
+ # The ARN of the current Amazon Aurora or RDS database.
5987
5991
  #
5988
5992
  # The following is the format of the ARN:
5989
5993
  #
@@ -5991,11 +5995,12 @@ module Aws::ComputeOptimizer
5991
5995
  # @return [String]
5992
5996
  #
5993
5997
  # @!attribute [rw] account_id
5994
- # The Amazon Web Services account ID of the Amazon RDS.
5998
+ # The Amazon Web Services account ID of the Amazon Aurora or RDS
5999
+ # database.
5995
6000
  # @return [String]
5996
6001
  #
5997
6002
  # @!attribute [rw] engine
5998
- # The engine of the RDS instance.
6003
+ # The engine of the DB instance.
5999
6004
  # @return [String]
6000
6005
  #
6001
6006
  # @!attribute [rw] engine_version
@@ -6007,11 +6012,11 @@ module Aws::ComputeOptimizer
6007
6012
  # @return [Integer]
6008
6013
  #
6009
6014
  # @!attribute [rw] current_db_instance_class
6010
- # The DB instance class of the current RDS instance.
6015
+ # The DB instance class of the current Aurora or RDS DB instance.
6011
6016
  # @return [String]
6012
6017
  #
6013
6018
  # @!attribute [rw] current_storage_configuration
6014
- # The configuration of the current RDS storage.
6019
+ # The configuration of the current DB storage.
6015
6020
  # @return [Types::DBStorageConfiguration]
6016
6021
  #
6017
6022
  # @!attribute [rw] db_cluster_identifier
@@ -6019,87 +6024,82 @@ module Aws::ComputeOptimizer
6019
6024
  # @return [String]
6020
6025
  #
6021
6026
  # @!attribute [rw] idle
6022
- # This indicates if the RDS instance is idle or not.
6027
+ # This indicates if the DB instance is idle or not.
6023
6028
  # @return [String]
6024
6029
  #
6025
6030
  # @!attribute [rw] instance_finding
6026
- # The finding classification of an Amazon RDS instance.
6031
+ # The finding classification of an Amazon Aurora and RDS DB instance.
6027
6032
  #
6028
- # Findings for Amazon RDS instance include:
6033
+ # For more information about finding classifications, see [ Finding
6034
+ # classifications for Aurora and RDS databases][1] in the *Compute
6035
+ # Optimizer User Guide*.
6029
6036
  #
6030
- # * <b> <code>Underprovisioned</code> </b> — When Compute Optimizer
6031
- # detects that there’s not enough resource specifications, an Amazon
6032
- # RDS is considered under-provisioned.
6033
6037
  #
6034
- # * <b> <code>Overprovisioned</code> </b> — When Compute Optimizer
6035
- # detects that there’s excessive resource specifications, an Amazon
6036
- # RDS is considered over-provisioned.
6037
6038
  #
6038
- # * <b> <code>Optimized</code> </b> — When the specifications of your
6039
- # Amazon RDS instance meet the performance requirements of your
6040
- # workload, the service is considered optimized.
6039
+ # [1]: https://docs.aws.amazon.com/compute-optimizer/latest/ug/view-rds-recommendations.html#rds-recommendations-findings
6041
6040
  # @return [String]
6042
6041
  #
6043
6042
  # @!attribute [rw] storage_finding
6044
- # The finding classification of Amazon RDS storage.
6043
+ # The finding classification of Amazon RDS DB instance storage.
6045
6044
  #
6046
- # Findings for Amazon RDS instance include:
6045
+ # For more information about finding classifications, see [ Finding
6046
+ # classifications for Aurora and RDS databases][1] in the *Compute
6047
+ # Optimizer User Guide*.
6047
6048
  #
6048
- # * <b> <code>Underprovisioned</code> </b> — When Compute Optimizer
6049
- # detects that there’s not enough storage, an Amazon RDS is
6050
- # considered under-provisioned.
6051
6049
  #
6052
- # * <b> <code>Overprovisioned</code> </b> — When Compute Optimizer
6053
- # detects that there’s excessive storage, an Amazon RDS is
6054
- # considered over-provisioned.
6055
6050
  #
6056
- # * <b> <code>Optimized</code> </b> — When the storage of your Amazon
6057
- # RDS meet the performance requirements of your workload, the
6058
- # service is considered optimized.
6051
+ # [1]: https://docs.aws.amazon.com/compute-optimizer/latest/ug/view-rds-recommendations.html#rds-recommendations-findings
6059
6052
  # @return [String]
6060
6053
  #
6061
6054
  # @!attribute [rw] instance_finding_reason_codes
6062
- # The reason for the finding classification of an Amazon RDS instance.
6055
+ # The reason for the finding classification of a DB instance.
6063
6056
  # @return [Array<String>]
6064
6057
  #
6065
6058
  # @!attribute [rw] current_instance_performance_risk
6066
6059
  # The performance risk for the current DB instance.
6067
6060
  # @return [String]
6068
6061
  #
6062
+ # @!attribute [rw] current_storage_estimated_monthly_volume_io_ps_cost_variation
6063
+ # The level of variation in monthly I/O costs for the current DB
6064
+ # storage configuration.
6065
+ # @return [String]
6066
+ #
6069
6067
  # @!attribute [rw] storage_finding_reason_codes
6070
- # The reason for the finding classification of Amazon RDS storage.
6068
+ # The reason for the finding classification of RDS DB instance
6069
+ # storage.
6071
6070
  # @return [Array<String>]
6072
6071
  #
6073
6072
  # @!attribute [rw] instance_recommendation_options
6074
6073
  # An array of objects that describe the recommendation options for the
6075
- # Amazon RDS instance.
6074
+ # RDS DB instance.
6076
6075
  # @return [Array<Types::RDSDBInstanceRecommendationOption>]
6077
6076
  #
6078
6077
  # @!attribute [rw] storage_recommendation_options
6079
- # An array of objects that describe the recommendation options for
6080
- # Amazon RDS storage.
6078
+ # An array of objects that describe the recommendation options for DB
6079
+ # instance storage.
6081
6080
  # @return [Array<Types::RDSDBStorageRecommendationOption>]
6082
6081
  #
6083
6082
  # @!attribute [rw] utilization_metrics
6084
- # An array of objects that describe the utilization metrics of the
6085
- # Amazon RDS.
6083
+ # An array of objects that describe the utilization metrics of the DB
6084
+ # instance.
6086
6085
  # @return [Array<Types::RDSDBUtilizationMetric>]
6087
6086
  #
6088
6087
  # @!attribute [rw] effective_recommendation_preferences
6089
- # Describes the effective recommendation preferences for Amazon RDS.
6088
+ # Describes the effective recommendation preferences for DB instances.
6090
6089
  # @return [Types::RDSEffectiveRecommendationPreferences]
6091
6090
  #
6092
6091
  # @!attribute [rw] lookback_period_in_days
6093
- # The number of days the Amazon RDS utilization metrics were analyzed.
6092
+ # The number of days the DB instance utilization metrics were
6093
+ # analyzed.
6094
6094
  # @return [Float]
6095
6095
  #
6096
6096
  # @!attribute [rw] last_refresh_timestamp
6097
- # The timestamp of when the Amazon RDS recommendation was last
6097
+ # The timestamp of when the DB instance recommendation was last
6098
6098
  # generated.
6099
6099
  # @return [Time]
6100
6100
  #
6101
6101
  # @!attribute [rw] tags
6102
- # A list of tags assigned to your Amazon RDS recommendations.
6102
+ # A list of tags assigned to your DB instance recommendations.
6103
6103
  # @return [Array<Types::Tag>]
6104
6104
  #
6105
6105
  # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/RDSDBRecommendation AWS API Documentation
@@ -6118,6 +6118,7 @@ module Aws::ComputeOptimizer
6118
6118
  :storage_finding,
6119
6119
  :instance_finding_reason_codes,
6120
6120
  :current_instance_performance_risk,
6121
+ :current_storage_estimated_monthly_volume_io_ps_cost_variation,
6121
6122
  :storage_finding_reason_codes,
6122
6123
  :instance_recommendation_options,
6123
6124
  :storage_recommendation_options,
@@ -6130,7 +6131,7 @@ module Aws::ComputeOptimizer
6130
6131
  include Aws::Structure
6131
6132
  end
6132
6133
 
6133
- # Describes a filter that returns a more specific list of Amazon RDS
6134
+ # Describes a filter that returns a more specific list of DB instance
6134
6135
  # recommendations. Use this filter with the GetECSServiceRecommendations
6135
6136
  # action.
6136
6137
  #
@@ -6140,22 +6141,22 @@ module Aws::ComputeOptimizer
6140
6141
  # Specify `Finding` to return recommendations with a specific finding
6141
6142
  # classification.
6142
6143
  #
6143
- # You can filter your Amazon RDS recommendations by `tag:key` and
6144
+ # You can filter your DB instance recommendations by `tag:key` and
6144
6145
  # `tag-key` tags.
6145
6146
  #
6146
6147
  # A `tag:key` is a key and value combination of a tag assigned to your
6147
- # Amazon RDS recommendations. Use the tag key in the filter name and
6148
- # the tag value as the filter value. For example, to find all Amazon
6149
- # RDS service recommendations that have a tag with the key of `Owner`
6150
- # and the value of `TeamA`, specify `tag:Owner` for the filter name
6151
- # and `TeamA` for the filter value.
6152
- #
6153
- # A `tag-key` is the key of a tag assigned to your Amazon RDS
6154
- # recommendations. Use this filter to find all of your Amazon RDS
6148
+ # DB instance recommendations. Use the tag key in the filter name and
6149
+ # the tag value as the filter value. For example, to find all DB
6150
+ # instance recommendations that have a tag with the key of `Owner` and
6151
+ # the value of `TeamA`, specify `tag:Owner` for the filter name and
6152
+ # `TeamA` for the filter value.
6153
+ #
6154
+ # A `tag-key` is the key of a tag assigned to your DB instance
6155
+ # recommendations. Use this filter to find all of your DB instance
6155
6156
  # recommendations that have a tag with a specific key. This doesn’t
6156
- # consider the tag value. For example, you can find your Amazon RDS
6157
- # service recommendations with a tag key value of `Owner` or without
6158
- # any tag keys assigned.
6157
+ # consider the tag value. For example, you can find your DB instance
6158
+ # recommendations with a tag key value of `Owner` or without any tag
6159
+ # keys assigned.
6159
6160
  # @return [String]
6160
6161
  #
6161
6162
  # @!attribute [rw] values
@@ -6171,14 +6172,14 @@ module Aws::ComputeOptimizer
6171
6172
  include Aws::Structure
6172
6173
  end
6173
6174
 
6174
- # Describes the recommendation options for Amazon RDS storage.
6175
+ # Describes the recommendation options for DB storage.
6175
6176
  #
6176
6177
  # @!attribute [rw] storage_configuration
6177
6178
  # The recommended storage configuration.
6178
6179
  # @return [Types::DBStorageConfiguration]
6179
6180
  #
6180
6181
  # @!attribute [rw] rank
6181
- # The rank identifier of the RDS storage recommendation option.
6182
+ # The rank identifier of the DB storage recommendation option.
6182
6183
  # @return [Integer]
6183
6184
  #
6184
6185
  # @!attribute [rw] savings_opportunity
@@ -6208,30 +6209,36 @@ module Aws::ComputeOptimizer
6208
6209
  # @return [Types::SavingsOpportunity]
6209
6210
  #
6210
6211
  # @!attribute [rw] savings_opportunity_after_discounts
6211
- # Describes the savings opportunity for Amazon RDS storage
6212
- # recommendations or for the recommendation option.
6212
+ # Describes the savings opportunity for DB storage recommendations or
6213
+ # for the recommendation option.
6213
6214
  #
6214
6215
  # Savings opportunity represents the estimated monthly savings after
6215
6216
  # applying Savings Plans discounts. You can achieve this by
6216
6217
  # implementing a given Compute Optimizer recommendation.
6217
6218
  # @return [Types::RDSStorageSavingsOpportunityAfterDiscounts]
6218
6219
  #
6220
+ # @!attribute [rw] estimated_monthly_volume_io_ps_cost_variation
6221
+ # The projected level of variation in monthly I/O costs for the DB
6222
+ # storage recommendation option.
6223
+ # @return [String]
6224
+ #
6219
6225
  # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/RDSDBStorageRecommendationOption AWS API Documentation
6220
6226
  #
6221
6227
  class RDSDBStorageRecommendationOption < Struct.new(
6222
6228
  :storage_configuration,
6223
6229
  :rank,
6224
6230
  :savings_opportunity,
6225
- :savings_opportunity_after_discounts)
6231
+ :savings_opportunity_after_discounts,
6232
+ :estimated_monthly_volume_io_ps_cost_variation)
6226
6233
  SENSITIVE = []
6227
6234
  include Aws::Structure
6228
6235
  end
6229
6236
 
6230
- # Describes the utilization metric of an Amazon RDS.
6237
+ # Describes the utilization metric of an Amazon Aurora and RDS database.
6231
6238
  #
6232
- # To determine the performance difference between your current Amazon
6233
- # RDS and the recommended option, compare the utilization metric data of
6234
- # your service against its projected utilization metric data.
6239
+ # To determine the performance difference between your current DB
6240
+ # instance and the recommended option, compare the utilization metric
6241
+ # data of your service against its projected utilization metric data.
6235
6242
  #
6236
6243
  # @!attribute [rw] name
6237
6244
  # The name of the utilization metric.
@@ -6272,12 +6279,12 @@ module Aws::ComputeOptimizer
6272
6279
  include Aws::Structure
6273
6280
  end
6274
6281
 
6275
- # Describes the projected metrics of an Amazon RDS recommendation
6276
- # option.
6282
+ # Describes the projected metrics of an Amazon Aurora and RDS database
6283
+ # recommendation option.
6277
6284
  #
6278
6285
  # To determine the performance difference between your current Amazon
6279
- # RDS and the recommended option, compare the metric data of your
6280
- # service against its projected metric data.
6286
+ # Aurora and RDS database and the recommended option, compare the metric
6287
+ # data of your service against its projected metric data.
6281
6288
  #
6282
6289
  # @!attribute [rw] name
6283
6290
  # The name of the projected metric.
@@ -6301,19 +6308,21 @@ module Aws::ComputeOptimizer
6301
6308
  include Aws::Structure
6302
6309
  end
6303
6310
 
6304
- # Describes the projected metrics of an Amazon RDS recommendation
6305
- # option.
6311
+ # Describes the projected metrics of an Amazon Aurora and RDS database
6312
+ # recommendation option.
6306
6313
  #
6307
6314
  # To determine the performance difference between your current Amazon
6308
- # RDS and the recommended option, compare the metric data of your
6309
- # service against its projected metric data.
6315
+ # Aurora and RDS database and the recommended option, compare the metric
6316
+ # data of your service against its projected metric data.
6310
6317
  #
6311
6318
  # @!attribute [rw] recommended_db_instance_class
6312
- # The recommended DB instance class for the Amazon RDS.
6319
+ # The recommended DB instance class for the Amazon Aurora or RDS
6320
+ # database.
6313
6321
  # @return [String]
6314
6322
  #
6315
6323
  # @!attribute [rw] rank
6316
- # The rank identifier of the RDS instance recommendation option.
6324
+ # The rank identifier of the Amazon Aurora or RDS DB instance
6325
+ # recommendation option.
6317
6326
  # @return [Integer]
6318
6327
  #
6319
6328
  # @!attribute [rw] projected_metrics
@@ -6330,10 +6339,11 @@ module Aws::ComputeOptimizer
6330
6339
  include Aws::Structure
6331
6340
  end
6332
6341
 
6333
- # Describes the effective recommendation preferences for Amazon RDS.
6342
+ # Describes the effective recommendation preferences for Amazon Aurora
6343
+ # and RDS databases.
6334
6344
  #
6335
6345
  # @!attribute [rw] cpu_vendor_architectures
6336
- # Describes the CPU vendor and architecture for Amazon RDS
6346
+ # Describes the CPU vendor and architecture for DB instance
6337
6347
  # recommendations.
6338
6348
  # @return [Array<String>]
6339
6349
  #
@@ -6354,13 +6364,13 @@ module Aws::ComputeOptimizer
6354
6364
  # @return [String]
6355
6365
  #
6356
6366
  # @!attribute [rw] look_back_period
6357
- # The number of days the utilization metrics of the Amazon RDS are
6367
+ # The number of days the utilization metrics of the DB instance are
6358
6368
  # analyzed.
6359
6369
  # @return [String]
6360
6370
  #
6361
6371
  # @!attribute [rw] savings_estimation_mode
6362
6372
  # Describes the savings estimation mode preference applied for
6363
- # calculating savings opportunity for Amazon RDS.
6373
+ # calculating savings opportunity for DB instances.
6364
6374
  # @return [Types::RDSSavingsEstimationMode]
6365
6375
  #
6366
6376
  # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/RDSEffectiveRecommendationPreferences AWS API Documentation
@@ -6374,16 +6384,16 @@ module Aws::ComputeOptimizer
6374
6384
  include Aws::Structure
6375
6385
  end
6376
6386
 
6377
- # Describes the estimated monthly savings possible for Amazon RDS
6378
- # instances by adopting Compute Optimizer recommendations. This is based
6379
- # on Amazon RDS pricing after applying Savings Plans discounts.
6387
+ # Describes the estimated monthly savings possible for DB instances by
6388
+ # adopting Compute Optimizer recommendations. This is based on DB
6389
+ # instance pricing after applying Savings Plans discounts.
6380
6390
  #
6381
6391
  # @!attribute [rw] currency
6382
6392
  # The currency of the estimated monthly savings.
6383
6393
  # @return [String]
6384
6394
  #
6385
6395
  # @!attribute [rw] value
6386
- # The value of the estimated monthly savings for Amazon RDS instances.
6396
+ # The value of the estimated monthly savings for DB instances.
6387
6397
  # @return [Float]
6388
6398
  #
6389
6399
  # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/RDSInstanceEstimatedMonthlySavings AWS API Documentation
@@ -6395,8 +6405,8 @@ module Aws::ComputeOptimizer
6395
6405
  include Aws::Structure
6396
6406
  end
6397
6407
 
6398
- # Describes the savings opportunity for Amazon RDS instance
6399
- # recommendations after applying Savings Plans discounts.
6408
+ # Describes the savings opportunity for DB instance recommendations
6409
+ # after applying Savings Plans discounts.
6400
6410
  #
6401
6411
  # Savings opportunity represents the estimated monthly savings after
6402
6412
  # applying Savings Plans discounts. You can achieve this by implementing
@@ -6404,14 +6414,13 @@ module Aws::ComputeOptimizer
6404
6414
  #
6405
6415
  # @!attribute [rw] savings_opportunity_percentage
6406
6416
  # The estimated monthly savings possible as a percentage of monthly
6407
- # cost by adopting Compute Optimizer’s Amazon RDS instance
6408
- # recommendations. This includes any applicable Savings Plans
6409
- # discounts.
6417
+ # cost by adopting Compute Optimizer’s DB instance recommendations.
6418
+ # This includes any applicable Savings Plans discounts.
6410
6419
  # @return [Float]
6411
6420
  #
6412
6421
  # @!attribute [rw] estimated_monthly_savings
6413
6422
  # The estimated monthly savings possible by adopting Compute
6414
- # Optimizer’s Amazon RDS instance recommendations. This includes any
6423
+ # Optimizer’s DB instance recommendations. This includes any
6415
6424
  # applicable Savings Plans discounts.
6416
6425
  # @return [Types::RDSInstanceEstimatedMonthlySavings]
6417
6426
  #
@@ -6425,11 +6434,11 @@ module Aws::ComputeOptimizer
6425
6434
  end
6426
6435
 
6427
6436
  # Describes the savings estimation mode used for calculating savings
6428
- # opportunity for Amazon RDS.
6437
+ # opportunity for DB instances.
6429
6438
  #
6430
6439
  # @!attribute [rw] source
6431
- # Describes the source for calculating the savings opportunity for
6432
- # Amazon RDS.
6440
+ # Describes the source for calculating the savings opportunity for DB
6441
+ # instances.
6433
6442
  # @return [String]
6434
6443
  #
6435
6444
  # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/RDSSavingsEstimationMode AWS API Documentation
@@ -6440,16 +6449,16 @@ module Aws::ComputeOptimizer
6440
6449
  include Aws::Structure
6441
6450
  end
6442
6451
 
6443
- # Describes the estimated monthly savings possible for Amazon RDS
6452
+ # Describes the estimated monthly savings possible for DB instance
6444
6453
  # storage by adopting Compute Optimizer recommendations. This is based
6445
- # on Amazon RDS pricing after applying Savings Plans discounts.
6454
+ # on DB instance pricing after applying Savings Plans discounts.
6446
6455
  #
6447
6456
  # @!attribute [rw] currency
6448
6457
  # The currency of the estimated monthly savings.
6449
6458
  # @return [String]
6450
6459
  #
6451
6460
  # @!attribute [rw] value
6452
- # The value of the estimated monthly savings for Amazon RDS storage.
6461
+ # The value of the estimated monthly savings for DB instance storage.
6453
6462
  # @return [Float]
6454
6463
  #
6455
6464
  # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/RDSStorageEstimatedMonthlySavings AWS API Documentation
@@ -6470,14 +6479,14 @@ module Aws::ComputeOptimizer
6470
6479
  #
6471
6480
  # @!attribute [rw] savings_opportunity_percentage
6472
6481
  # The estimated monthly savings possible as a percentage of monthly
6473
- # cost by adopting Compute Optimizer’s Amazon RDS storage
6482
+ # cost by adopting Compute Optimizer’s DB instance storage
6474
6483
  # recommendations. This includes any applicable Savings Plans
6475
6484
  # discounts.
6476
6485
  # @return [Float]
6477
6486
  #
6478
6487
  # @!attribute [rw] estimated_monthly_savings
6479
6488
  # The estimated monthly savings possible by adopting Compute
6480
- # Optimizer’s Amazon RDS storage recommendations. This includes any
6489
+ # Optimizer’s DB instance storage recommendations. This includes any
6481
6490
  # applicable Savings Plans discounts.
6482
6491
  # @return [Types::RDSStorageEstimatedMonthlySavings]
6483
6492
  #
@@ -54,7 +54,7 @@ module Aws::ComputeOptimizer
54
54
  autoload :EndpointProvider, 'aws-sdk-computeoptimizer/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-computeoptimizer/endpoints'
56
56
 
57
- GEM_VERSION = '1.77.0'
57
+ GEM_VERSION = '1.78.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -83,7 +83,7 @@ module Aws
83
83
  end
84
84
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ComputeOptimizer/Client.html#delete_recommendation_preferences-instance_method
85
85
  def delete_recommendation_preferences: (
86
- resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "Idle"),
86
+ resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "AuroraDBClusterStorage" | "Idle"),
87
87
  ?scope: {
88
88
  name: ("Organization" | "AccountId" | "ResourceArn")?,
89
89
  value: ::String?
@@ -299,7 +299,7 @@ module Aws
299
299
  values: Array[::String]?
300
300
  },
301
301
  ],
302
- ?fields_to_export: Array[("ResourceArn" | "AccountId" | "Engine" | "EngineVersion" | "Idle" | "MultiAZDBInstance" | "CurrentDBInstanceClass" | "CurrentStorageConfigurationStorageType" | "CurrentStorageConfigurationAllocatedStorage" | "CurrentStorageConfigurationMaxAllocatedStorage" | "CurrentStorageConfigurationIOPS" | "CurrentStorageConfigurationStorageThroughput" | "CurrentInstanceOnDemandHourlyPrice" | "CurrentStorageOnDemandMonthlyPrice" | "LookbackPeriodInDays" | "CurrentInstancePerformanceRisk" | "UtilizationMetricsCpuMaximum" | "UtilizationMetricsMemoryMaximum" | "UtilizationMetricsEBSVolumeStorageSpaceUtilizationMaximum" | "UtilizationMetricsNetworkReceiveThroughputMaximum" | "UtilizationMetricsNetworkTransmitThroughputMaximum" | "UtilizationMetricsEBSVolumeReadIOPSMaximum" | "UtilizationMetricsEBSVolumeWriteIOPSMaximum" | "UtilizationMetricsEBSVolumeReadThroughputMaximum" | "UtilizationMetricsEBSVolumeWriteThroughputMaximum" | "UtilizationMetricsDatabaseConnectionsMaximum" | "UtilizationMetricsStorageNetworkReceiveThroughputMaximum" | "UtilizationMetricsStorageNetworkTransmitThroughputMaximum" | "UtilizationMetricsAuroraMemoryHealthStateMaximum" | "UtilizationMetricsAuroraMemoryNumDeclinedSqlTotalMaximum" | "UtilizationMetricsAuroraMemoryNumKillConnTotalMaximum" | "UtilizationMetricsAuroraMemoryNumKillQueryTotalMaximum" | "UtilizationMetricsReadIOPSEphemeralStorageMaximum" | "UtilizationMetricsWriteIOPSEphemeralStorageMaximum" | "InstanceFinding" | "InstanceFindingReasonCodes" | "StorageFinding" | "StorageFindingReasonCodes" | "InstanceRecommendationOptionsDBInstanceClass" | "InstanceRecommendationOptionsRank" | "InstanceRecommendationOptionsPerformanceRisk" | "InstanceRecommendationOptionsProjectedUtilizationMetricsCpuMaximum" | "StorageRecommendationOptionsStorageType" | "StorageRecommendationOptionsAllocatedStorage" | "StorageRecommendationOptionsMaxAllocatedStorage" | "StorageRecommendationOptionsIOPS" | "StorageRecommendationOptionsStorageThroughput" | "StorageRecommendationOptionsRank" | "InstanceRecommendationOptionsInstanceOnDemandHourlyPrice" | "InstanceRecommendationOptionsSavingsOpportunityPercentage" | "InstanceRecommendationOptionsEstimatedMonthlySavingsCurrency" | "InstanceRecommendationOptionsEstimatedMonthlySavingsValue" | "InstanceRecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "InstanceRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "InstanceRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "StorageRecommendationOptionsOnDemandMonthlyPrice" | "StorageRecommendationOptionsSavingsOpportunityPercentage" | "StorageRecommendationOptionsEstimatedMonthlySavingsCurrency" | "StorageRecommendationOptionsEstimatedMonthlySavingsValue" | "StorageRecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "StorageRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "StorageRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "EffectiveRecommendationPreferencesCpuVendorArchitectures" | "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics" | "EffectiveRecommendationPreferencesLookBackPeriod" | "EffectiveRecommendationPreferencesSavingsEstimationMode" | "LastRefreshTimestamp" | "Tags" | "DBClusterIdentifier" | "PromotionTier")],
302
+ ?fields_to_export: Array[("ResourceArn" | "AccountId" | "Engine" | "EngineVersion" | "Idle" | "MultiAZDBInstance" | "ClusterWriter" | "CurrentDBInstanceClass" | "CurrentStorageConfigurationStorageType" | "CurrentStorageConfigurationAllocatedStorage" | "CurrentStorageConfigurationMaxAllocatedStorage" | "CurrentStorageConfigurationIOPS" | "CurrentStorageConfigurationStorageThroughput" | "CurrentStorageEstimatedMonthlyVolumeIOPsCostVariation" | "CurrentInstanceOnDemandHourlyPrice" | "CurrentStorageOnDemandMonthlyPrice" | "LookbackPeriodInDays" | "CurrentStorageEstimatedClusterInstanceOnDemandMonthlyCost" | "CurrentStorageEstimatedClusterStorageOnDemandMonthlyCost" | "CurrentStorageEstimatedClusterStorageIOOnDemandMonthlyCost" | "CurrentInstancePerformanceRisk" | "UtilizationMetricsCpuMaximum" | "UtilizationMetricsMemoryMaximum" | "UtilizationMetricsEBSVolumeStorageSpaceUtilizationMaximum" | "UtilizationMetricsNetworkReceiveThroughputMaximum" | "UtilizationMetricsNetworkTransmitThroughputMaximum" | "UtilizationMetricsEBSVolumeReadIOPSMaximum" | "UtilizationMetricsEBSVolumeWriteIOPSMaximum" | "UtilizationMetricsEBSVolumeReadThroughputMaximum" | "UtilizationMetricsEBSVolumeWriteThroughputMaximum" | "UtilizationMetricsDatabaseConnectionsMaximum" | "UtilizationMetricsStorageNetworkReceiveThroughputMaximum" | "UtilizationMetricsStorageNetworkTransmitThroughputMaximum" | "UtilizationMetricsAuroraMemoryHealthStateMaximum" | "UtilizationMetricsAuroraMemoryNumDeclinedSqlTotalMaximum" | "UtilizationMetricsAuroraMemoryNumKillConnTotalMaximum" | "UtilizationMetricsAuroraMemoryNumKillQueryTotalMaximum" | "UtilizationMetricsReadIOPSEphemeralStorageMaximum" | "UtilizationMetricsWriteIOPSEphemeralStorageMaximum" | "UtilizationMetricsVolumeBytesUsedAverage" | "UtilizationMetricsVolumeReadIOPsAverage" | "UtilizationMetricsVolumeWriteIOPsAverage" | "InstanceFinding" | "InstanceFindingReasonCodes" | "StorageFinding" | "StorageFindingReasonCodes" | "InstanceRecommendationOptionsDBInstanceClass" | "InstanceRecommendationOptionsRank" | "InstanceRecommendationOptionsPerformanceRisk" | "InstanceRecommendationOptionsProjectedUtilizationMetricsCpuMaximum" | "StorageRecommendationOptionsStorageType" | "StorageRecommendationOptionsAllocatedStorage" | "StorageRecommendationOptionsMaxAllocatedStorage" | "StorageRecommendationOptionsIOPS" | "StorageRecommendationOptionsStorageThroughput" | "StorageRecommendationOptionsRank" | "StorageRecommendationOptionsEstimatedMonthlyVolumeIOPsCostVariation" | "InstanceRecommendationOptionsInstanceOnDemandHourlyPrice" | "InstanceRecommendationOptionsSavingsOpportunityPercentage" | "InstanceRecommendationOptionsEstimatedMonthlySavingsCurrency" | "InstanceRecommendationOptionsEstimatedMonthlySavingsValue" | "InstanceRecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "InstanceRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "InstanceRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "StorageRecommendationOptionsOnDemandMonthlyPrice" | "StorageRecommendationOptionsEstimatedClusterInstanceOnDemandMonthlyCost" | "StorageRecommendationOptionsEstimatedClusterStorageOnDemandMonthlyCost" | "StorageRecommendationOptionsEstimatedClusterStorageIOOnDemandMonthlyCost" | "StorageRecommendationOptionsSavingsOpportunityPercentage" | "StorageRecommendationOptionsEstimatedMonthlySavingsCurrency" | "StorageRecommendationOptionsEstimatedMonthlySavingsValue" | "StorageRecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "StorageRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "StorageRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "EffectiveRecommendationPreferencesCpuVendorArchitectures" | "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics" | "EffectiveRecommendationPreferencesLookBackPeriod" | "EffectiveRecommendationPreferencesSavingsEstimationMode" | "LastRefreshTimestamp" | "Tags" | "DBClusterIdentifier" | "PromotionTier")],
303
303
  s3_destination_config: {
304
304
  bucket: ::String?,
305
305
  key_prefix: ::String?
@@ -592,7 +592,7 @@ module Aws
592
592
  end
593
593
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ComputeOptimizer/Client.html#get_recommendation_preferences-instance_method
594
594
  def get_recommendation_preferences: (
595
- resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "Idle"),
595
+ resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "AuroraDBClusterStorage" | "Idle"),
596
596
  ?scope: {
597
597
  name: ("Organization" | "AccountId" | "ResourceArn")?,
598
598
  value: ::String?
@@ -620,7 +620,7 @@ module Aws
620
620
  end
621
621
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/ComputeOptimizer/Client.html#put_recommendation_preferences-instance_method
622
622
  def put_recommendation_preferences: (
623
- resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "Idle"),
623
+ resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "AuroraDBClusterStorage" | "Idle"),
624
624
  ?scope: {
625
625
  name: ("Organization" | "AccountId" | "ResourceArn")?,
626
626
  value: ::String?
data/sig/types.rbs CHANGED
@@ -112,7 +112,7 @@ module Aws::ComputeOptimizer
112
112
  end
113
113
 
114
114
  class DeleteRecommendationPreferencesRequest
115
- attr_accessor resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "Idle")
115
+ attr_accessor resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "AuroraDBClusterStorage" | "Idle")
116
116
  attr_accessor scope: Types::Scope
117
117
  attr_accessor recommendation_preference_names: ::Array[("EnhancedInfrastructureMetrics" | "InferredWorkloadTypes" | "ExternalMetricsPreference" | "LookBackPeriodPreference" | "PreferredResources" | "UtilizationPreferences")]
118
118
  SENSITIVE: []
@@ -409,7 +409,7 @@ module Aws::ComputeOptimizer
409
409
  class ExportRDSDatabaseRecommendationsRequest
410
410
  attr_accessor account_ids: ::Array[::String]
411
411
  attr_accessor filters: ::Array[Types::RDSDBRecommendationFilter]
412
- attr_accessor fields_to_export: ::Array[("ResourceArn" | "AccountId" | "Engine" | "EngineVersion" | "Idle" | "MultiAZDBInstance" | "CurrentDBInstanceClass" | "CurrentStorageConfigurationStorageType" | "CurrentStorageConfigurationAllocatedStorage" | "CurrentStorageConfigurationMaxAllocatedStorage" | "CurrentStorageConfigurationIOPS" | "CurrentStorageConfigurationStorageThroughput" | "CurrentInstanceOnDemandHourlyPrice" | "CurrentStorageOnDemandMonthlyPrice" | "LookbackPeriodInDays" | "CurrentInstancePerformanceRisk" | "UtilizationMetricsCpuMaximum" | "UtilizationMetricsMemoryMaximum" | "UtilizationMetricsEBSVolumeStorageSpaceUtilizationMaximum" | "UtilizationMetricsNetworkReceiveThroughputMaximum" | "UtilizationMetricsNetworkTransmitThroughputMaximum" | "UtilizationMetricsEBSVolumeReadIOPSMaximum" | "UtilizationMetricsEBSVolumeWriteIOPSMaximum" | "UtilizationMetricsEBSVolumeReadThroughputMaximum" | "UtilizationMetricsEBSVolumeWriteThroughputMaximum" | "UtilizationMetricsDatabaseConnectionsMaximum" | "UtilizationMetricsStorageNetworkReceiveThroughputMaximum" | "UtilizationMetricsStorageNetworkTransmitThroughputMaximum" | "UtilizationMetricsAuroraMemoryHealthStateMaximum" | "UtilizationMetricsAuroraMemoryNumDeclinedSqlTotalMaximum" | "UtilizationMetricsAuroraMemoryNumKillConnTotalMaximum" | "UtilizationMetricsAuroraMemoryNumKillQueryTotalMaximum" | "UtilizationMetricsReadIOPSEphemeralStorageMaximum" | "UtilizationMetricsWriteIOPSEphemeralStorageMaximum" | "InstanceFinding" | "InstanceFindingReasonCodes" | "StorageFinding" | "StorageFindingReasonCodes" | "InstanceRecommendationOptionsDBInstanceClass" | "InstanceRecommendationOptionsRank" | "InstanceRecommendationOptionsPerformanceRisk" | "InstanceRecommendationOptionsProjectedUtilizationMetricsCpuMaximum" | "StorageRecommendationOptionsStorageType" | "StorageRecommendationOptionsAllocatedStorage" | "StorageRecommendationOptionsMaxAllocatedStorage" | "StorageRecommendationOptionsIOPS" | "StorageRecommendationOptionsStorageThroughput" | "StorageRecommendationOptionsRank" | "InstanceRecommendationOptionsInstanceOnDemandHourlyPrice" | "InstanceRecommendationOptionsSavingsOpportunityPercentage" | "InstanceRecommendationOptionsEstimatedMonthlySavingsCurrency" | "InstanceRecommendationOptionsEstimatedMonthlySavingsValue" | "InstanceRecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "InstanceRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "InstanceRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "StorageRecommendationOptionsOnDemandMonthlyPrice" | "StorageRecommendationOptionsSavingsOpportunityPercentage" | "StorageRecommendationOptionsEstimatedMonthlySavingsCurrency" | "StorageRecommendationOptionsEstimatedMonthlySavingsValue" | "StorageRecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "StorageRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "StorageRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "EffectiveRecommendationPreferencesCpuVendorArchitectures" | "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics" | "EffectiveRecommendationPreferencesLookBackPeriod" | "EffectiveRecommendationPreferencesSavingsEstimationMode" | "LastRefreshTimestamp" | "Tags" | "DBClusterIdentifier" | "PromotionTier")]
412
+ attr_accessor fields_to_export: ::Array[("ResourceArn" | "AccountId" | "Engine" | "EngineVersion" | "Idle" | "MultiAZDBInstance" | "ClusterWriter" | "CurrentDBInstanceClass" | "CurrentStorageConfigurationStorageType" | "CurrentStorageConfigurationAllocatedStorage" | "CurrentStorageConfigurationMaxAllocatedStorage" | "CurrentStorageConfigurationIOPS" | "CurrentStorageConfigurationStorageThroughput" | "CurrentStorageEstimatedMonthlyVolumeIOPsCostVariation" | "CurrentInstanceOnDemandHourlyPrice" | "CurrentStorageOnDemandMonthlyPrice" | "LookbackPeriodInDays" | "CurrentStorageEstimatedClusterInstanceOnDemandMonthlyCost" | "CurrentStorageEstimatedClusterStorageOnDemandMonthlyCost" | "CurrentStorageEstimatedClusterStorageIOOnDemandMonthlyCost" | "CurrentInstancePerformanceRisk" | "UtilizationMetricsCpuMaximum" | "UtilizationMetricsMemoryMaximum" | "UtilizationMetricsEBSVolumeStorageSpaceUtilizationMaximum" | "UtilizationMetricsNetworkReceiveThroughputMaximum" | "UtilizationMetricsNetworkTransmitThroughputMaximum" | "UtilizationMetricsEBSVolumeReadIOPSMaximum" | "UtilizationMetricsEBSVolumeWriteIOPSMaximum" | "UtilizationMetricsEBSVolumeReadThroughputMaximum" | "UtilizationMetricsEBSVolumeWriteThroughputMaximum" | "UtilizationMetricsDatabaseConnectionsMaximum" | "UtilizationMetricsStorageNetworkReceiveThroughputMaximum" | "UtilizationMetricsStorageNetworkTransmitThroughputMaximum" | "UtilizationMetricsAuroraMemoryHealthStateMaximum" | "UtilizationMetricsAuroraMemoryNumDeclinedSqlTotalMaximum" | "UtilizationMetricsAuroraMemoryNumKillConnTotalMaximum" | "UtilizationMetricsAuroraMemoryNumKillQueryTotalMaximum" | "UtilizationMetricsReadIOPSEphemeralStorageMaximum" | "UtilizationMetricsWriteIOPSEphemeralStorageMaximum" | "UtilizationMetricsVolumeBytesUsedAverage" | "UtilizationMetricsVolumeReadIOPsAverage" | "UtilizationMetricsVolumeWriteIOPsAverage" | "InstanceFinding" | "InstanceFindingReasonCodes" | "StorageFinding" | "StorageFindingReasonCodes" | "InstanceRecommendationOptionsDBInstanceClass" | "InstanceRecommendationOptionsRank" | "InstanceRecommendationOptionsPerformanceRisk" | "InstanceRecommendationOptionsProjectedUtilizationMetricsCpuMaximum" | "StorageRecommendationOptionsStorageType" | "StorageRecommendationOptionsAllocatedStorage" | "StorageRecommendationOptionsMaxAllocatedStorage" | "StorageRecommendationOptionsIOPS" | "StorageRecommendationOptionsStorageThroughput" | "StorageRecommendationOptionsRank" | "StorageRecommendationOptionsEstimatedMonthlyVolumeIOPsCostVariation" | "InstanceRecommendationOptionsInstanceOnDemandHourlyPrice" | "InstanceRecommendationOptionsSavingsOpportunityPercentage" | "InstanceRecommendationOptionsEstimatedMonthlySavingsCurrency" | "InstanceRecommendationOptionsEstimatedMonthlySavingsValue" | "InstanceRecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "InstanceRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "InstanceRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "StorageRecommendationOptionsOnDemandMonthlyPrice" | "StorageRecommendationOptionsEstimatedClusterInstanceOnDemandMonthlyCost" | "StorageRecommendationOptionsEstimatedClusterStorageOnDemandMonthlyCost" | "StorageRecommendationOptionsEstimatedClusterStorageIOOnDemandMonthlyCost" | "StorageRecommendationOptionsSavingsOpportunityPercentage" | "StorageRecommendationOptionsEstimatedMonthlySavingsCurrency" | "StorageRecommendationOptionsEstimatedMonthlySavingsValue" | "StorageRecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "StorageRecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "StorageRecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "EffectiveRecommendationPreferencesCpuVendorArchitectures" | "EffectiveRecommendationPreferencesEnhancedInfrastructureMetrics" | "EffectiveRecommendationPreferencesLookBackPeriod" | "EffectiveRecommendationPreferencesSavingsEstimationMode" | "LastRefreshTimestamp" | "Tags" | "DBClusterIdentifier" | "PromotionTier")]
413
413
  attr_accessor s3_destination_config: Types::S3DestinationConfig
414
414
  attr_accessor file_format: ("Csv")
415
415
  attr_accessor include_member_accounts: bool
@@ -662,7 +662,7 @@ module Aws::ComputeOptimizer
662
662
  end
663
663
 
664
664
  class GetRecommendationPreferencesRequest
665
- attr_accessor resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "Idle")
665
+ attr_accessor resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "AuroraDBClusterStorage" | "Idle")
666
666
  attr_accessor scope: Types::Scope
667
667
  attr_accessor next_token: ::String
668
668
  attr_accessor max_results: ::Integer
@@ -992,7 +992,7 @@ module Aws::ComputeOptimizer
992
992
  end
993
993
 
994
994
  class PutRecommendationPreferencesRequest
995
- attr_accessor resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "Idle")
995
+ attr_accessor resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "AuroraDBClusterStorage" | "Idle")
996
996
  attr_accessor scope: Types::Scope
997
997
  attr_accessor enhanced_infrastructure_metrics: ("Active" | "Inactive")
998
998
  attr_accessor inferred_workload_types: ("Active" | "Inactive")
@@ -1028,10 +1028,11 @@ module Aws::ComputeOptimizer
1028
1028
  attr_accessor db_cluster_identifier: ::String
1029
1029
  attr_accessor idle: ("True" | "False")
1030
1030
  attr_accessor instance_finding: ("Optimized" | "Underprovisioned" | "Overprovisioned")
1031
- attr_accessor storage_finding: ("Optimized" | "Underprovisioned" | "Overprovisioned")
1031
+ attr_accessor storage_finding: ("Optimized" | "Underprovisioned" | "Overprovisioned" | "NotOptimized")
1032
1032
  attr_accessor instance_finding_reason_codes: ::Array[("CPUOverprovisioned" | "NetworkBandwidthOverprovisioned" | "EBSIOPSOverprovisioned" | "EBSIOPSUnderprovisioned" | "EBSThroughputOverprovisioned" | "CPUUnderprovisioned" | "NetworkBandwidthUnderprovisioned" | "EBSThroughputUnderprovisioned" | "NewGenerationDBInstanceClassAvailable" | "NewEngineVersionAvailable" | "DBClusterWriterUnderprovisioned" | "MemoryUnderprovisioned" | "InstanceStorageReadIOPSUnderprovisioned" | "InstanceStorageWriteIOPSUnderprovisioned")]
1033
1033
  attr_accessor current_instance_performance_risk: ("VeryLow" | "Low" | "Medium" | "High")
1034
- attr_accessor storage_finding_reason_codes: ::Array[("EBSVolumeAllocatedStorageUnderprovisioned" | "EBSVolumeThroughputUnderprovisioned" | "EBSVolumeIOPSOverprovisioned" | "EBSVolumeThroughputOverprovisioned" | "NewGenerationStorageTypeAvailable")]
1034
+ attr_accessor current_storage_estimated_monthly_volume_io_ps_cost_variation: ("None" | "Low" | "Medium" | "High")
1035
+ attr_accessor storage_finding_reason_codes: ::Array[("EBSVolumeAllocatedStorageUnderprovisioned" | "EBSVolumeThroughputUnderprovisioned" | "EBSVolumeIOPSOverprovisioned" | "EBSVolumeThroughputOverprovisioned" | "NewGenerationStorageTypeAvailable" | "DBClusterStorageOptionAvailable" | "DBClusterStorageSavingsAvailable")]
1035
1036
  attr_accessor instance_recommendation_options: ::Array[Types::RDSDBInstanceRecommendationOption]
1036
1037
  attr_accessor storage_recommendation_options: ::Array[Types::RDSDBStorageRecommendationOption]
1037
1038
  attr_accessor utilization_metrics: ::Array[Types::RDSDBUtilizationMetric]
@@ -1053,18 +1054,19 @@ module Aws::ComputeOptimizer
1053
1054
  attr_accessor rank: ::Integer
1054
1055
  attr_accessor savings_opportunity: Types::SavingsOpportunity
1055
1056
  attr_accessor savings_opportunity_after_discounts: Types::RDSStorageSavingsOpportunityAfterDiscounts
1057
+ attr_accessor estimated_monthly_volume_io_ps_cost_variation: ("None" | "Low" | "Medium" | "High")
1056
1058
  SENSITIVE: []
1057
1059
  end
1058
1060
 
1059
1061
  class RDSDBUtilizationMetric
1060
- attr_accessor name: ("CPU" | "Memory" | "EBSVolumeStorageSpaceUtilization" | "NetworkReceiveThroughput" | "NetworkTransmitThroughput" | "EBSVolumeReadIOPS" | "EBSVolumeWriteIOPS" | "EBSVolumeReadThroughput" | "EBSVolumeWriteThroughput" | "DatabaseConnections" | "StorageNetworkReceiveThroughput" | "StorageNetworkTransmitThroughput" | "AuroraMemoryHealthState" | "AuroraMemoryNumDeclinedSql" | "AuroraMemoryNumKillConnTotal" | "AuroraMemoryNumKillQueryTotal" | "ReadIOPSEphemeralStorage" | "WriteIOPSEphemeralStorage")
1062
+ attr_accessor name: ("CPU" | "Memory" | "EBSVolumeStorageSpaceUtilization" | "NetworkReceiveThroughput" | "NetworkTransmitThroughput" | "EBSVolumeReadIOPS" | "EBSVolumeWriteIOPS" | "EBSVolumeReadThroughput" | "EBSVolumeWriteThroughput" | "DatabaseConnections" | "StorageNetworkReceiveThroughput" | "StorageNetworkTransmitThroughput" | "AuroraMemoryHealthState" | "AuroraMemoryNumDeclinedSql" | "AuroraMemoryNumKillConnTotal" | "AuroraMemoryNumKillQueryTotal" | "ReadIOPSEphemeralStorage" | "WriteIOPSEphemeralStorage" | "VolumeReadIOPs" | "VolumeBytesUsed" | "VolumeWriteIOPs")
1061
1063
  attr_accessor statistic: ("Maximum" | "Minimum" | "Average")
1062
1064
  attr_accessor value: ::Float
1063
1065
  SENSITIVE: []
1064
1066
  end
1065
1067
 
1066
1068
  class RDSDatabaseProjectedMetric
1067
- attr_accessor name: ("CPU" | "Memory" | "EBSVolumeStorageSpaceUtilization" | "NetworkReceiveThroughput" | "NetworkTransmitThroughput" | "EBSVolumeReadIOPS" | "EBSVolumeWriteIOPS" | "EBSVolumeReadThroughput" | "EBSVolumeWriteThroughput" | "DatabaseConnections" | "StorageNetworkReceiveThroughput" | "StorageNetworkTransmitThroughput" | "AuroraMemoryHealthState" | "AuroraMemoryNumDeclinedSql" | "AuroraMemoryNumKillConnTotal" | "AuroraMemoryNumKillQueryTotal" | "ReadIOPSEphemeralStorage" | "WriteIOPSEphemeralStorage")
1069
+ attr_accessor name: ("CPU" | "Memory" | "EBSVolumeStorageSpaceUtilization" | "NetworkReceiveThroughput" | "NetworkTransmitThroughput" | "EBSVolumeReadIOPS" | "EBSVolumeWriteIOPS" | "EBSVolumeReadThroughput" | "EBSVolumeWriteThroughput" | "DatabaseConnections" | "StorageNetworkReceiveThroughput" | "StorageNetworkTransmitThroughput" | "AuroraMemoryHealthState" | "AuroraMemoryNumDeclinedSql" | "AuroraMemoryNumKillConnTotal" | "AuroraMemoryNumKillQueryTotal" | "ReadIOPSEphemeralStorage" | "WriteIOPSEphemeralStorage" | "VolumeReadIOPs" | "VolumeBytesUsed" | "VolumeWriteIOPs")
1068
1070
  attr_accessor timestamps: ::Array[::Time]
1069
1071
  attr_accessor values: ::Array[::Float]
1070
1072
  SENSITIVE: []
@@ -1123,7 +1125,7 @@ module Aws::ComputeOptimizer
1123
1125
  class RecommendationExportJob
1124
1126
  attr_accessor job_id: ::String
1125
1127
  attr_accessor destination: Types::ExportDestination
1126
- attr_accessor resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "Idle")
1128
+ attr_accessor resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "AuroraDBClusterStorage" | "Idle")
1127
1129
  attr_accessor status: ("Queued" | "InProgress" | "Complete" | "Failed")
1128
1130
  attr_accessor creation_timestamp: ::Time
1129
1131
  attr_accessor last_updated_timestamp: ::Time
@@ -1138,7 +1140,7 @@ module Aws::ComputeOptimizer
1138
1140
 
1139
1141
  class RecommendationPreferencesDetail
1140
1142
  attr_accessor scope: Types::Scope
1141
- attr_accessor resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "Idle")
1143
+ attr_accessor resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "NotApplicable" | "EcsService" | "License" | "RdsDBInstance" | "AuroraDBClusterStorage" | "Idle")
1142
1144
  attr_accessor enhanced_infrastructure_metrics: ("Active" | "Inactive")
1143
1145
  attr_accessor inferred_workload_types: ("Active" | "Inactive")
1144
1146
  attr_accessor external_metrics_preference: Types::ExternalMetricsPreference
@@ -1151,14 +1153,14 @@ module Aws::ComputeOptimizer
1151
1153
 
1152
1154
  class RecommendationSource
1153
1155
  attr_accessor recommendation_source_arn: ::String
1154
- attr_accessor recommendation_source_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "EcsService" | "License" | "RdsDBInstance" | "RdsDBInstanceStorage")
1156
+ attr_accessor recommendation_source_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "EcsService" | "License" | "RdsDBInstance" | "RdsDBInstanceStorage" | "AuroraDBClusterStorage")
1155
1157
  SENSITIVE: []
1156
1158
  end
1157
1159
 
1158
1160
  class RecommendationSummary
1159
1161
  attr_accessor summaries: ::Array[Types::Summary]
1160
1162
  attr_accessor idle_summaries: ::Array[Types::IdleSummary]
1161
- attr_accessor recommendation_resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "EcsService" | "License" | "RdsDBInstance" | "RdsDBInstanceStorage")
1163
+ attr_accessor recommendation_resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "EcsService" | "License" | "RdsDBInstance" | "RdsDBInstanceStorage" | "AuroraDBClusterStorage")
1162
1164
  attr_accessor account_id: ::String
1163
1165
  attr_accessor savings_opportunity: Types::SavingsOpportunity
1164
1166
  attr_accessor idle_savings_opportunity: Types::SavingsOpportunity
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-computeoptimizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.77.0
4
+ version: 1.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="