aws-sdk-computeoptimizer 1.97.0 → 1.99.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: 5c489601e457f37beafff6f497153fd914876a1fd251cff5e5f320dd5c05fd60
4
- data.tar.gz: ef1c0af5431dc9ad6e8a14c708d6bf9b7a37d7fc8c7175f3a7e06a675b587d1f
3
+ metadata.gz: 23d15a985cce741b0735e4900ee5229e088d22e43e40702cb723a8beb074463f
4
+ data.tar.gz: f31304265c897b62e0ac11d58ec960ee4cb70289e9bb37a45fdd4f8c0c9af9b8
5
5
  SHA512:
6
- metadata.gz: 2e40e758ab7a8400f9baa06fd47130273c8c9db14a376b8406d4f91d6d5105127a3f9c92c95c782bfad0167d6d9e42bf8419784324593b15a3dad99cc28d1960
7
- data.tar.gz: dd45c8a7fa9f18c91886ca55c3555c8f91f445190805dda0577734a7427907353546b00450cb36828f6300df3cfc48a1d8323dfd9226f0f190a8c030c293e9dc
6
+ metadata.gz: 7cf92cfe4d354133a6041b3d4578dfdcf197b58644fb81f52df10018a2589a0c23be968cf11692e773232eb10e415ba3df29ff0ed5306f66bdfb50120e3af978
7
+ data.tar.gz: db4ba66e3802ebcd54298755522b9006130233b450aae7002dc45b9ec33653c39f3e9464b98feaf27395e1fcc91c22768b0bb7eff9ffd337e5767d082bac3072
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2026-06-18)
5
+ ------------------
6
+
7
+ * Feature - This release surfaces two new metrics Volume IOPS Exceeded and Volume Throughput Exceeded into EBS volume rightsizing recommendations.
8
+
9
+ 1.98.0 (2026-06-08)
10
+ ------------------
11
+
12
+ * Feature - Adds new Idle Recommendation Resource types in the AWS Compute Optimizer API
13
+
4
14
  1.97.0 (2026-06-03)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.97.0
1
+ 1.99.0
@@ -856,7 +856,7 @@ module Aws::ComputeOptimizer
856
856
  # values: ["FilterValue"],
857
857
  # },
858
858
  # ],
859
- # fields_to_export: ["AccountId"], # accepts AccountId, VolumeArn, Finding, UtilizationMetricsVolumeReadOpsPerSecondMaximum, UtilizationMetricsVolumeWriteOpsPerSecondMaximum, UtilizationMetricsVolumeReadBytesPerSecondMaximum, UtilizationMetricsVolumeWriteBytesPerSecondMaximum, LookbackPeriodInDays, CurrentConfigurationVolumeType, CurrentConfigurationVolumeBaselineIOPS, CurrentConfigurationVolumeBaselineThroughput, CurrentConfigurationVolumeBurstIOPS, CurrentConfigurationVolumeBurstThroughput, CurrentConfigurationVolumeSize, CurrentMonthlyPrice, RecommendationOptionsConfigurationVolumeType, RecommendationOptionsConfigurationVolumeBaselineIOPS, RecommendationOptionsConfigurationVolumeBaselineThroughput, RecommendationOptionsConfigurationVolumeBurstIOPS, RecommendationOptionsConfigurationVolumeBurstThroughput, RecommendationOptionsConfigurationVolumeSize, RecommendationOptionsMonthlyPrice, RecommendationOptionsPerformanceRisk, LastRefreshTimestamp, CurrentPerformanceRisk, RecommendationOptionsSavingsOpportunityPercentage, RecommendationOptionsEstimatedMonthlySavingsCurrency, RecommendationOptionsEstimatedMonthlySavingsValue, Tags, RootVolume, CurrentConfigurationRootVolume, EffectiveRecommendationPreferencesSavingsEstimationMode, RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage, RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts, RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts, EffectiveRecommendationPreferencesLookBackPeriod
859
+ # fields_to_export: ["AccountId"], # accepts AccountId, VolumeArn, Finding, UtilizationMetricsVolumeReadOpsPerSecondMaximum, UtilizationMetricsVolumeWriteOpsPerSecondMaximum, UtilizationMetricsVolumeReadBytesPerSecondMaximum, UtilizationMetricsVolumeWriteBytesPerSecondMaximum, UtilizationMetricsVolumeIOPSExceededMaximum, UtilizationMetricsVolumeThroughputExceededMaximum, LookbackPeriodInDays, CurrentConfigurationVolumeType, CurrentConfigurationVolumeBaselineIOPS, CurrentConfigurationVolumeBaselineThroughput, CurrentConfigurationVolumeBurstIOPS, CurrentConfigurationVolumeBurstThroughput, CurrentConfigurationVolumeSize, CurrentMonthlyPrice, RecommendationOptionsConfigurationVolumeType, RecommendationOptionsConfigurationVolumeBaselineIOPS, RecommendationOptionsConfigurationVolumeBaselineThroughput, RecommendationOptionsConfigurationVolumeBurstIOPS, RecommendationOptionsConfigurationVolumeBurstThroughput, RecommendationOptionsConfigurationVolumeSize, RecommendationOptionsMonthlyPrice, RecommendationOptionsPerformanceRisk, LastRefreshTimestamp, CurrentPerformanceRisk, RecommendationOptionsSavingsOpportunityPercentage, RecommendationOptionsEstimatedMonthlySavingsCurrency, RecommendationOptionsEstimatedMonthlySavingsValue, Tags, RootVolume, CurrentConfigurationRootVolume, EffectiveRecommendationPreferencesSavingsEstimationMode, RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage, RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts, RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts, EffectiveRecommendationPreferencesLookBackPeriod
860
860
  # s3_destination_config: { # required
861
861
  # bucket: "DestinationBucket",
862
862
  # key_prefix: "DestinationKeyPrefix",
@@ -1250,7 +1250,7 @@ module Aws::ComputeOptimizer
1250
1250
  # values: ["FilterValue"],
1251
1251
  # },
1252
1252
  # ],
1253
- # fields_to_export: ["AccountId"], # accepts AccountId, ResourceArn, ResourceId, ResourceType, LastRefreshTimestamp, LookbackPeriodInDays, SavingsOpportunity, SavingsOpportunityAfterDiscount, UtilizationMetricsCpuMaximum, UtilizationMetricsMemoryMaximum, UtilizationMetricsNetworkOutBytesPerSecondMaximum, UtilizationMetricsNetworkInBytesPerSecondMaximum, UtilizationMetricsDatabaseConnectionsMaximum, UtilizationMetricsEBSVolumeReadIOPSMaximum, UtilizationMetricsEBSVolumeWriteIOPSMaximum, UtilizationMetricsVolumeReadOpsPerSecondMaximum, UtilizationMetricsVolumeWriteOpsPerSecondMaximum, UtilizationMetricsActiveConnectionCountMaximum, UtilizationMetricsPacketsInFromSourceMaximum, UtilizationMetricsPacketsInFromDestinationMaximum, Finding, FindingDescription, Tags
1253
+ # fields_to_export: ["AccountId"], # accepts AccountId, ResourceArn, ResourceId, ResourceType, LastRefreshTimestamp, LookbackPeriodInDays, SavingsOpportunity, SavingsOpportunityAfterDiscount, UtilizationMetricsCpuMaximum, UtilizationMetricsMemoryMaximum, UtilizationMetricsNetworkOutBytesPerSecondMaximum, UtilizationMetricsNetworkInBytesPerSecondMaximum, UtilizationMetricsDatabaseConnectionsMaximum, UtilizationMetricsEBSVolumeReadIOPSMaximum, UtilizationMetricsEBSVolumeWriteIOPSMaximum, UtilizationMetricsVolumeReadOpsPerSecondMaximum, UtilizationMetricsVolumeWriteOpsPerSecondMaximum, UtilizationMetricsActiveConnectionCountMaximum, UtilizationMetricsPacketsInFromSourceMaximum, UtilizationMetricsPacketsInFromDestinationMaximum, UtilizationMetricsConsumedReadCapacityUnitsSum, UtilizationMetricsConsumedWriteCapacityUnitsSum, UtilizationMetricsNewConnectionsSum, UtilizationMetricsEngineCPUUtilizationMaximum, UtilizationMetricsCacheHitsSum, UtilizationMetricsCacheMissesSum, UtilizationMetricsKeyspaceHitsSum, UtilizationMetricsKeyspaceMissesSum, UtilizationMetricsIsIdleMinimum, UtilizationMetricsUserConnectedSum, UtilizationMetricsInvocationsSum, UtilizationMetricsGetTypeCmdsSum, UtilizationMetricsSetTypeCmdsSum, UtilizationMetricsElastiCacheProcessingUnitsSum, UtilizationMetricsCurrConnectionsSum, UtilizationMetricsDatabaseConnectionsSum, Finding, FindingDescription, Tags
1254
1254
  # s3_destination_config: { # required
1255
1255
  # bucket: "DestinationBucket",
1256
1256
  # key_prefix: "DestinationKeyPrefix",
@@ -1906,7 +1906,7 @@ module Aws::ComputeOptimizer
1906
1906
  # resp.volume_recommendations[0].current_configuration.root_volume #=> Boolean
1907
1907
  # resp.volume_recommendations[0].finding #=> String, one of "Optimized", "NotOptimized"
1908
1908
  # resp.volume_recommendations[0].utilization_metrics #=> Array
1909
- # resp.volume_recommendations[0].utilization_metrics[0].name #=> String, one of "VolumeReadOpsPerSecond", "VolumeWriteOpsPerSecond", "VolumeReadBytesPerSecond", "VolumeWriteBytesPerSecond"
1909
+ # resp.volume_recommendations[0].utilization_metrics[0].name #=> String, one of "VolumeReadOpsPerSecond", "VolumeWriteOpsPerSecond", "VolumeReadBytesPerSecond", "VolumeWriteBytesPerSecond", "VolumeIOPSExceeded", "VolumeThroughputExceeded"
1910
1910
  # resp.volume_recommendations[0].utilization_metrics[0].statistic #=> String, one of "Maximum", "Average"
1911
1911
  # resp.volume_recommendations[0].utilization_metrics[0].value #=> Float
1912
1912
  # resp.volume_recommendations[0].look_back_period_in_days #=> Float
@@ -2052,7 +2052,7 @@ module Aws::ComputeOptimizer
2052
2052
  # resp.instance_recommendations[0].recommendation_options[0].migration_effort #=> String, one of "VeryLow", "Low", "Medium", "High"
2053
2053
  # resp.instance_recommendations[0].recommendation_sources #=> Array
2054
2054
  # resp.instance_recommendations[0].recommendation_sources[0].recommendation_source_arn #=> String
2055
- # resp.instance_recommendations[0].recommendation_sources[0].recommendation_source_type #=> String, one of "Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "EcsService", "License", "RdsDBInstance", "RdsDBInstanceStorage", "AuroraDBClusterStorage", "NatGateway"
2055
+ # resp.instance_recommendations[0].recommendation_sources[0].recommendation_source_type #=> String, one of "Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "EcsService", "License", "RdsDBInstance", "RdsDBInstanceStorage", "AuroraDBClusterStorage", "NatGateway", "DynamoDBTable", "ElastiCacheCluster", "MemoryDBCluster", "DocumentDBCluster", "WorkSpaces", "SageMakerEndpoint"
2056
2056
  # resp.instance_recommendations[0].last_refresh_timestamp #=> Time
2057
2057
  # resp.instance_recommendations[0].current_performance_risk #=> String, one of "VeryLow", "Low", "Medium", "High"
2058
2058
  # resp.instance_recommendations[0].effective_recommendation_preferences.cpu_vendor_architectures #=> Array
@@ -2579,7 +2579,7 @@ module Aws::ComputeOptimizer
2579
2579
  # resp.idle_recommendations #=> Array
2580
2580
  # resp.idle_recommendations[0].resource_arn #=> String
2581
2581
  # resp.idle_recommendations[0].resource_id #=> String
2582
- # resp.idle_recommendations[0].resource_type #=> String, one of "EC2Instance", "AutoScalingGroup", "EBSVolume", "ECSService", "RDSDBInstance", "NatGateway"
2582
+ # resp.idle_recommendations[0].resource_type #=> String, one of "EC2Instance", "AutoScalingGroup", "EBSVolume", "ECSService", "RDSDBInstance", "NatGateway", "DynamoDBTable", "ElastiCacheCluster", "MemoryDBCluster", "DocumentDBCluster", "WorkSpaces", "SageMakerEndpoint"
2583
2583
  # resp.idle_recommendations[0].account_id #=> String
2584
2584
  # resp.idle_recommendations[0].finding #=> String, one of "Idle", "Unattached", "Unused"
2585
2585
  # resp.idle_recommendations[0].finding_description #=> String
@@ -2590,9 +2590,13 @@ module Aws::ComputeOptimizer
2590
2590
  # resp.idle_recommendations[0].savings_opportunity_after_discounts.estimated_monthly_savings.currency #=> String, one of "USD", "CNY"
2591
2591
  # resp.idle_recommendations[0].savings_opportunity_after_discounts.estimated_monthly_savings.value #=> Float
2592
2592
  # resp.idle_recommendations[0].utilization_metrics #=> Array
2593
- # resp.idle_recommendations[0].utilization_metrics[0].name #=> String, one of "CPU", "Memory", "NetworkOutBytesPerSecond", "NetworkInBytesPerSecond", "DatabaseConnections", "EBSVolumeReadIOPS", "EBSVolumeWriteIOPS", "VolumeReadOpsPerSecond", "VolumeWriteOpsPerSecond", "ActiveConnectionCount", "PacketsInFromSource", "PacketsInFromDestination"
2593
+ # resp.idle_recommendations[0].utilization_metrics[0].name #=> String, one of "CPU", "Memory", "NetworkOutBytesPerSecond", "NetworkInBytesPerSecond", "DatabaseConnections", "EBSVolumeReadIOPS", "EBSVolumeWriteIOPS", "VolumeReadOpsPerSecond", "VolumeWriteOpsPerSecond", "ActiveConnectionCount", "PacketsInFromSource", "PacketsInFromDestination", "ConsumedReadCapacityUnits", "ConsumedWriteCapacityUnits", "ConsumedChangeDataCaptureUnits", "NewConnections", "EngineCPUUtilization", "CacheHits", "CacheMisses", "KeyspaceHits", "KeyspaceMisses", "IsIdle", "UserConnected", "Invocations", "GetTypeCmds", "SetTypeCmds", "ElastiCacheProcessingUnits", "CurrConnections"
2594
2594
  # resp.idle_recommendations[0].utilization_metrics[0].statistic #=> String, one of "Maximum", "Average"
2595
2595
  # resp.idle_recommendations[0].utilization_metrics[0].value #=> Float
2596
+ # resp.idle_recommendations[0].utilization_metrics[0].dimensions #=> Array
2597
+ # resp.idle_recommendations[0].utilization_metrics[0].dimensions[0].key #=> String
2598
+ # resp.idle_recommendations[0].utilization_metrics[0].dimensions[0].values #=> Array
2599
+ # resp.idle_recommendations[0].utilization_metrics[0].dimensions[0].values[0] #=> String
2596
2600
  # resp.idle_recommendations[0].look_back_period_in_days #=> Float
2597
2601
  # resp.idle_recommendations[0].last_refresh_timestamp #=> Time
2598
2602
  # resp.idle_recommendations[0].tags #=> Array
@@ -2602,7 +2606,7 @@ module Aws::ComputeOptimizer
2602
2606
  # resp.errors[0].identifier #=> String
2603
2607
  # resp.errors[0].code #=> String
2604
2608
  # resp.errors[0].message #=> String
2605
- # resp.errors[0].resource_type #=> String, one of "EC2Instance", "AutoScalingGroup", "EBSVolume", "ECSService", "RDSDBInstance", "NatGateway"
2609
+ # resp.errors[0].resource_type #=> String, one of "EC2Instance", "AutoScalingGroup", "EBSVolume", "ECSService", "RDSDBInstance", "NatGateway", "DynamoDBTable", "ElastiCacheCluster", "MemoryDBCluster", "DocumentDBCluster", "WorkSpaces", "SageMakerEndpoint"
2606
2610
  #
2607
2611
  # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/GetIdleRecommendations AWS API Documentation
2608
2612
  #
@@ -3240,7 +3244,7 @@ module Aws::ComputeOptimizer
3240
3244
  # resp.recommendation_summaries[0].idle_summaries #=> Array
3241
3245
  # resp.recommendation_summaries[0].idle_summaries[0].name #=> String, one of "Idle", "Unattached", "Unused"
3242
3246
  # resp.recommendation_summaries[0].idle_summaries[0].value #=> Float
3243
- # resp.recommendation_summaries[0].recommendation_resource_type #=> String, one of "Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "EcsService", "License", "RdsDBInstance", "RdsDBInstanceStorage", "AuroraDBClusterStorage", "NatGateway"
3247
+ # resp.recommendation_summaries[0].recommendation_resource_type #=> String, one of "Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "EcsService", "License", "RdsDBInstance", "RdsDBInstanceStorage", "AuroraDBClusterStorage", "NatGateway", "DynamoDBTable", "ElastiCacheCluster", "MemoryDBCluster", "DocumentDBCluster", "WorkSpaces", "SageMakerEndpoint"
3244
3248
  # resp.recommendation_summaries[0].account_id #=> String
3245
3249
  # resp.recommendation_summaries[0].savings_opportunity.savings_opportunity_percentage #=> Float
3246
3250
  # resp.recommendation_summaries[0].savings_opportunity.estimated_monthly_savings.currency #=> String, one of "USD", "CNY"
@@ -3591,7 +3595,7 @@ module Aws::ComputeOptimizer
3591
3595
  tracer: tracer
3592
3596
  )
3593
3597
  context[:gem_name] = 'aws-sdk-computeoptimizer'
3594
- context[:gem_version] = '1.97.0'
3598
+ context[:gem_version] = '1.99.0'
3595
3599
  Seahorse::Client::Request.new(handlers, context)
3596
3600
  end
3597
3601
 
@@ -205,6 +205,11 @@ module Aws::ComputeOptimizer
205
205
  High = Shapes::IntegerShape.new(name: 'High')
206
206
  Identifier = Shapes::StringShape.new(name: 'Identifier')
207
207
  Idle = Shapes::StringShape.new(name: 'Idle')
208
+ IdleDimension = Shapes::StructureShape.new(name: 'IdleDimension')
209
+ IdleDimensionKey = Shapes::StringShape.new(name: 'IdleDimensionKey')
210
+ IdleDimensionValue = Shapes::StringShape.new(name: 'IdleDimensionValue')
211
+ IdleDimensionValues = Shapes::ListShape.new(name: 'IdleDimensionValues')
212
+ IdleDimensions = Shapes::ListShape.new(name: 'IdleDimensions')
208
213
  IdleEstimatedMonthlySavings = Shapes::StructureShape.new(name: 'IdleEstimatedMonthlySavings')
209
214
  IdleFinding = Shapes::StringShape.new(name: 'IdleFinding')
210
215
  IdleFindingDescription = Shapes::StringShape.new(name: 'IdleFindingDescription')
@@ -1036,6 +1041,14 @@ module Aws::ComputeOptimizer
1036
1041
 
1037
1042
  Gpus.member = Shapes::ShapeRef.new(shape: Gpu)
1038
1043
 
1044
+ IdleDimension.add_member(:key, Shapes::ShapeRef.new(shape: IdleDimensionKey, location_name: "key"))
1045
+ IdleDimension.add_member(:values, Shapes::ShapeRef.new(shape: IdleDimensionValues, location_name: "values"))
1046
+ IdleDimension.struct_class = Types::IdleDimension
1047
+
1048
+ IdleDimensionValues.member = Shapes::ShapeRef.new(shape: IdleDimensionValue)
1049
+
1050
+ IdleDimensions.member = Shapes::ShapeRef.new(shape: IdleDimension)
1051
+
1039
1052
  IdleEstimatedMonthlySavings.add_member(:currency, Shapes::ShapeRef.new(shape: Currency, location_name: "currency"))
1040
1053
  IdleEstimatedMonthlySavings.add_member(:value, Shapes::ShapeRef.new(shape: Value, location_name: "value"))
1041
1054
  IdleEstimatedMonthlySavings.struct_class = Types::IdleEstimatedMonthlySavings
@@ -1087,6 +1100,7 @@ module Aws::ComputeOptimizer
1087
1100
  IdleUtilizationMetric.add_member(:name, Shapes::ShapeRef.new(shape: IdleMetricName, location_name: "name"))
1088
1101
  IdleUtilizationMetric.add_member(:statistic, Shapes::ShapeRef.new(shape: MetricStatistic, location_name: "statistic"))
1089
1102
  IdleUtilizationMetric.add_member(:value, Shapes::ShapeRef.new(shape: MetricValue, location_name: "value"))
1103
+ IdleUtilizationMetric.add_member(:dimensions, Shapes::ShapeRef.new(shape: IdleDimensions, location_name: "dimensions"))
1090
1104
  IdleUtilizationMetric.struct_class = Types::IdleUtilizationMetric
1091
1105
 
1092
1106
  IdleUtilizationMetrics.member = Shapes::ShapeRef.new(shape: IdleUtilizationMetric)
@@ -805,6 +805,20 @@ module Aws::ComputeOptimizer
805
805
  # specified period of time.
806
806
  #
807
807
  # Unit: Bytes
808
+ #
809
+ # * `VolumeIOPSExceeded` - Indicates whether the volume's provisioned
810
+ # IOPS performance was exceeded in a specified period of time. A
811
+ # value of `1` means the provisioned IOPS were exceeded; a value of
812
+ # `0` means they were not.
813
+ #
814
+ # Unit: None
815
+ #
816
+ # * `VolumeThroughputExceeded` - Indicates whether the volume's
817
+ # provisioned throughput performance was exceeded in a specified
818
+ # period of time. A value of `1` means the provisioned throughput
819
+ # was exceeded; a value of `0` means it was not.
820
+ #
821
+ # Unit: None
808
822
  # @return [String]
809
823
  #
810
824
  # @!attribute [rw] statistic
@@ -3873,6 +3887,25 @@ module Aws::ComputeOptimizer
3873
3887
  include Aws::Structure
3874
3888
  end
3875
3889
 
3890
+ # Describes the dimension of an idle resource utilization metric.
3891
+ #
3892
+ # @!attribute [rw] key
3893
+ # The name of the dimension key.
3894
+ # @return [String]
3895
+ #
3896
+ # @!attribute [rw] values
3897
+ # The value of the dimension.
3898
+ # @return [Array<String>]
3899
+ #
3900
+ # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/IdleDimension AWS API Documentation
3901
+ #
3902
+ class IdleDimension < Struct.new(
3903
+ :key,
3904
+ :values)
3905
+ SENSITIVE = []
3906
+ include Aws::Structure
3907
+ end
3908
+
3876
3909
  # Describes the estimated monthly savings possible for idle resources by
3877
3910
  # adopting Compute Optimizer recommendations.
3878
3911
  #
@@ -4134,12 +4167,17 @@ module Aws::ComputeOptimizer
4134
4167
  # The value of the utilization metric.
4135
4168
  # @return [Float]
4136
4169
  #
4170
+ # @!attribute [rw] dimensions
4171
+ # The dimensions of the utilization metric.
4172
+ # @return [Array<Types::IdleDimension>]
4173
+ #
4137
4174
  # @see http://docs.aws.amazon.com/goto/WebAPI/compute-optimizer-2019-11-01/IdleUtilizationMetric AWS API Documentation
4138
4175
  #
4139
4176
  class IdleUtilizationMetric < Struct.new(
4140
4177
  :name,
4141
4178
  :statistic,
4142
- :value)
4179
+ :value,
4180
+ :dimensions)
4143
4181
  SENSITIVE = []
4144
4182
  include Aws::Structure
4145
4183
  end
@@ -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.97.0'
57
+ GEM_VERSION = '1.99.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -153,7 +153,7 @@ module Aws
153
153
  values: Array[::String]?
154
154
  }
155
155
  ],
156
- ?fields_to_export: Array[("AccountId" | "VolumeArn" | "Finding" | "UtilizationMetricsVolumeReadOpsPerSecondMaximum" | "UtilizationMetricsVolumeWriteOpsPerSecondMaximum" | "UtilizationMetricsVolumeReadBytesPerSecondMaximum" | "UtilizationMetricsVolumeWriteBytesPerSecondMaximum" | "LookbackPeriodInDays" | "CurrentConfigurationVolumeType" | "CurrentConfigurationVolumeBaselineIOPS" | "CurrentConfigurationVolumeBaselineThroughput" | "CurrentConfigurationVolumeBurstIOPS" | "CurrentConfigurationVolumeBurstThroughput" | "CurrentConfigurationVolumeSize" | "CurrentMonthlyPrice" | "RecommendationOptionsConfigurationVolumeType" | "RecommendationOptionsConfigurationVolumeBaselineIOPS" | "RecommendationOptionsConfigurationVolumeBaselineThroughput" | "RecommendationOptionsConfigurationVolumeBurstIOPS" | "RecommendationOptionsConfigurationVolumeBurstThroughput" | "RecommendationOptionsConfigurationVolumeSize" | "RecommendationOptionsMonthlyPrice" | "RecommendationOptionsPerformanceRisk" | "LastRefreshTimestamp" | "CurrentPerformanceRisk" | "RecommendationOptionsSavingsOpportunityPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrency" | "RecommendationOptionsEstimatedMonthlySavingsValue" | "Tags" | "RootVolume" | "CurrentConfigurationRootVolume" | "EffectiveRecommendationPreferencesSavingsEstimationMode" | "RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "EffectiveRecommendationPreferencesLookBackPeriod")],
156
+ ?fields_to_export: Array[("AccountId" | "VolumeArn" | "Finding" | "UtilizationMetricsVolumeReadOpsPerSecondMaximum" | "UtilizationMetricsVolumeWriteOpsPerSecondMaximum" | "UtilizationMetricsVolumeReadBytesPerSecondMaximum" | "UtilizationMetricsVolumeWriteBytesPerSecondMaximum" | "UtilizationMetricsVolumeIOPSExceededMaximum" | "UtilizationMetricsVolumeThroughputExceededMaximum" | "LookbackPeriodInDays" | "CurrentConfigurationVolumeType" | "CurrentConfigurationVolumeBaselineIOPS" | "CurrentConfigurationVolumeBaselineThroughput" | "CurrentConfigurationVolumeBurstIOPS" | "CurrentConfigurationVolumeBurstThroughput" | "CurrentConfigurationVolumeSize" | "CurrentMonthlyPrice" | "RecommendationOptionsConfigurationVolumeType" | "RecommendationOptionsConfigurationVolumeBaselineIOPS" | "RecommendationOptionsConfigurationVolumeBaselineThroughput" | "RecommendationOptionsConfigurationVolumeBurstIOPS" | "RecommendationOptionsConfigurationVolumeBurstThroughput" | "RecommendationOptionsConfigurationVolumeSize" | "RecommendationOptionsMonthlyPrice" | "RecommendationOptionsPerformanceRisk" | "LastRefreshTimestamp" | "CurrentPerformanceRisk" | "RecommendationOptionsSavingsOpportunityPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrency" | "RecommendationOptionsEstimatedMonthlySavingsValue" | "Tags" | "RootVolume" | "CurrentConfigurationRootVolume" | "EffectiveRecommendationPreferencesSavingsEstimationMode" | "RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "EffectiveRecommendationPreferencesLookBackPeriod")],
157
157
  s3_destination_config: {
158
158
  bucket: ::String?,
159
159
  key_prefix: ::String?
@@ -228,7 +228,7 @@ module Aws
228
228
  values: Array[::String]?
229
229
  }
230
230
  ],
231
- ?fields_to_export: Array[("AccountId" | "ResourceArn" | "ResourceId" | "ResourceType" | "LastRefreshTimestamp" | "LookbackPeriodInDays" | "SavingsOpportunity" | "SavingsOpportunityAfterDiscount" | "UtilizationMetricsCpuMaximum" | "UtilizationMetricsMemoryMaximum" | "UtilizationMetricsNetworkOutBytesPerSecondMaximum" | "UtilizationMetricsNetworkInBytesPerSecondMaximum" | "UtilizationMetricsDatabaseConnectionsMaximum" | "UtilizationMetricsEBSVolumeReadIOPSMaximum" | "UtilizationMetricsEBSVolumeWriteIOPSMaximum" | "UtilizationMetricsVolumeReadOpsPerSecondMaximum" | "UtilizationMetricsVolumeWriteOpsPerSecondMaximum" | "UtilizationMetricsActiveConnectionCountMaximum" | "UtilizationMetricsPacketsInFromSourceMaximum" | "UtilizationMetricsPacketsInFromDestinationMaximum" | "Finding" | "FindingDescription" | "Tags")],
231
+ ?fields_to_export: Array[("AccountId" | "ResourceArn" | "ResourceId" | "ResourceType" | "LastRefreshTimestamp" | "LookbackPeriodInDays" | "SavingsOpportunity" | "SavingsOpportunityAfterDiscount" | "UtilizationMetricsCpuMaximum" | "UtilizationMetricsMemoryMaximum" | "UtilizationMetricsNetworkOutBytesPerSecondMaximum" | "UtilizationMetricsNetworkInBytesPerSecondMaximum" | "UtilizationMetricsDatabaseConnectionsMaximum" | "UtilizationMetricsEBSVolumeReadIOPSMaximum" | "UtilizationMetricsEBSVolumeWriteIOPSMaximum" | "UtilizationMetricsVolumeReadOpsPerSecondMaximum" | "UtilizationMetricsVolumeWriteOpsPerSecondMaximum" | "UtilizationMetricsActiveConnectionCountMaximum" | "UtilizationMetricsPacketsInFromSourceMaximum" | "UtilizationMetricsPacketsInFromDestinationMaximum" | "UtilizationMetricsConsumedReadCapacityUnitsSum" | "UtilizationMetricsConsumedWriteCapacityUnitsSum" | "UtilizationMetricsNewConnectionsSum" | "UtilizationMetricsEngineCPUUtilizationMaximum" | "UtilizationMetricsCacheHitsSum" | "UtilizationMetricsCacheMissesSum" | "UtilizationMetricsKeyspaceHitsSum" | "UtilizationMetricsKeyspaceMissesSum" | "UtilizationMetricsIsIdleMinimum" | "UtilizationMetricsUserConnectedSum" | "UtilizationMetricsInvocationsSum" | "UtilizationMetricsGetTypeCmdsSum" | "UtilizationMetricsSetTypeCmdsSum" | "UtilizationMetricsElastiCacheProcessingUnitsSum" | "UtilizationMetricsCurrConnectionsSum" | "UtilizationMetricsDatabaseConnectionsSum" | "Finding" | "FindingDescription" | "Tags")],
232
232
  s3_destination_config: {
233
233
  bucket: ::String?,
234
234
  key_prefix: ::String?
data/sig/types.rbs CHANGED
@@ -165,7 +165,7 @@ module Aws::ComputeOptimizer
165
165
  end
166
166
 
167
167
  class EBSUtilizationMetric
168
- attr_accessor name: ("VolumeReadOpsPerSecond" | "VolumeWriteOpsPerSecond" | "VolumeReadBytesPerSecond" | "VolumeWriteBytesPerSecond")
168
+ attr_accessor name: ("VolumeReadOpsPerSecond" | "VolumeWriteOpsPerSecond" | "VolumeReadBytesPerSecond" | "VolumeWriteBytesPerSecond" | "VolumeIOPSExceeded" | "VolumeThroughputExceeded")
169
169
  attr_accessor statistic: ("Maximum" | "Average")
170
170
  attr_accessor value: ::Float
171
171
  SENSITIVE: []
@@ -314,7 +314,7 @@ module Aws::ComputeOptimizer
314
314
  class ExportEBSVolumeRecommendationsRequest
315
315
  attr_accessor account_ids: ::Array[::String]
316
316
  attr_accessor filters: ::Array[Types::EBSFilter]
317
- attr_accessor fields_to_export: ::Array[("AccountId" | "VolumeArn" | "Finding" | "UtilizationMetricsVolumeReadOpsPerSecondMaximum" | "UtilizationMetricsVolumeWriteOpsPerSecondMaximum" | "UtilizationMetricsVolumeReadBytesPerSecondMaximum" | "UtilizationMetricsVolumeWriteBytesPerSecondMaximum" | "LookbackPeriodInDays" | "CurrentConfigurationVolumeType" | "CurrentConfigurationVolumeBaselineIOPS" | "CurrentConfigurationVolumeBaselineThroughput" | "CurrentConfigurationVolumeBurstIOPS" | "CurrentConfigurationVolumeBurstThroughput" | "CurrentConfigurationVolumeSize" | "CurrentMonthlyPrice" | "RecommendationOptionsConfigurationVolumeType" | "RecommendationOptionsConfigurationVolumeBaselineIOPS" | "RecommendationOptionsConfigurationVolumeBaselineThroughput" | "RecommendationOptionsConfigurationVolumeBurstIOPS" | "RecommendationOptionsConfigurationVolumeBurstThroughput" | "RecommendationOptionsConfigurationVolumeSize" | "RecommendationOptionsMonthlyPrice" | "RecommendationOptionsPerformanceRisk" | "LastRefreshTimestamp" | "CurrentPerformanceRisk" | "RecommendationOptionsSavingsOpportunityPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrency" | "RecommendationOptionsEstimatedMonthlySavingsValue" | "Tags" | "RootVolume" | "CurrentConfigurationRootVolume" | "EffectiveRecommendationPreferencesSavingsEstimationMode" | "RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "EffectiveRecommendationPreferencesLookBackPeriod")]
317
+ attr_accessor fields_to_export: ::Array[("AccountId" | "VolumeArn" | "Finding" | "UtilizationMetricsVolumeReadOpsPerSecondMaximum" | "UtilizationMetricsVolumeWriteOpsPerSecondMaximum" | "UtilizationMetricsVolumeReadBytesPerSecondMaximum" | "UtilizationMetricsVolumeWriteBytesPerSecondMaximum" | "UtilizationMetricsVolumeIOPSExceededMaximum" | "UtilizationMetricsVolumeThroughputExceededMaximum" | "LookbackPeriodInDays" | "CurrentConfigurationVolumeType" | "CurrentConfigurationVolumeBaselineIOPS" | "CurrentConfigurationVolumeBaselineThroughput" | "CurrentConfigurationVolumeBurstIOPS" | "CurrentConfigurationVolumeBurstThroughput" | "CurrentConfigurationVolumeSize" | "CurrentMonthlyPrice" | "RecommendationOptionsConfigurationVolumeType" | "RecommendationOptionsConfigurationVolumeBaselineIOPS" | "RecommendationOptionsConfigurationVolumeBaselineThroughput" | "RecommendationOptionsConfigurationVolumeBurstIOPS" | "RecommendationOptionsConfigurationVolumeBurstThroughput" | "RecommendationOptionsConfigurationVolumeSize" | "RecommendationOptionsMonthlyPrice" | "RecommendationOptionsPerformanceRisk" | "LastRefreshTimestamp" | "CurrentPerformanceRisk" | "RecommendationOptionsSavingsOpportunityPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrency" | "RecommendationOptionsEstimatedMonthlySavingsValue" | "Tags" | "RootVolume" | "CurrentConfigurationRootVolume" | "EffectiveRecommendationPreferencesSavingsEstimationMode" | "RecommendationOptionsSavingsOpportunityAfterDiscountsPercentage" | "RecommendationOptionsEstimatedMonthlySavingsCurrencyAfterDiscounts" | "RecommendationOptionsEstimatedMonthlySavingsValueAfterDiscounts" | "EffectiveRecommendationPreferencesLookBackPeriod")]
318
318
  attr_accessor s3_destination_config: Types::S3DestinationConfig
319
319
  attr_accessor file_format: ("Csv")
320
320
  attr_accessor include_member_accounts: bool
@@ -363,7 +363,7 @@ module Aws::ComputeOptimizer
363
363
  class ExportIdleRecommendationsRequest
364
364
  attr_accessor account_ids: ::Array[::String]
365
365
  attr_accessor filters: ::Array[Types::IdleRecommendationFilter]
366
- attr_accessor fields_to_export: ::Array[("AccountId" | "ResourceArn" | "ResourceId" | "ResourceType" | "LastRefreshTimestamp" | "LookbackPeriodInDays" | "SavingsOpportunity" | "SavingsOpportunityAfterDiscount" | "UtilizationMetricsCpuMaximum" | "UtilizationMetricsMemoryMaximum" | "UtilizationMetricsNetworkOutBytesPerSecondMaximum" | "UtilizationMetricsNetworkInBytesPerSecondMaximum" | "UtilizationMetricsDatabaseConnectionsMaximum" | "UtilizationMetricsEBSVolumeReadIOPSMaximum" | "UtilizationMetricsEBSVolumeWriteIOPSMaximum" | "UtilizationMetricsVolumeReadOpsPerSecondMaximum" | "UtilizationMetricsVolumeWriteOpsPerSecondMaximum" | "UtilizationMetricsActiveConnectionCountMaximum" | "UtilizationMetricsPacketsInFromSourceMaximum" | "UtilizationMetricsPacketsInFromDestinationMaximum" | "Finding" | "FindingDescription" | "Tags")]
366
+ attr_accessor fields_to_export: ::Array[("AccountId" | "ResourceArn" | "ResourceId" | "ResourceType" | "LastRefreshTimestamp" | "LookbackPeriodInDays" | "SavingsOpportunity" | "SavingsOpportunityAfterDiscount" | "UtilizationMetricsCpuMaximum" | "UtilizationMetricsMemoryMaximum" | "UtilizationMetricsNetworkOutBytesPerSecondMaximum" | "UtilizationMetricsNetworkInBytesPerSecondMaximum" | "UtilizationMetricsDatabaseConnectionsMaximum" | "UtilizationMetricsEBSVolumeReadIOPSMaximum" | "UtilizationMetricsEBSVolumeWriteIOPSMaximum" | "UtilizationMetricsVolumeReadOpsPerSecondMaximum" | "UtilizationMetricsVolumeWriteOpsPerSecondMaximum" | "UtilizationMetricsActiveConnectionCountMaximum" | "UtilizationMetricsPacketsInFromSourceMaximum" | "UtilizationMetricsPacketsInFromDestinationMaximum" | "UtilizationMetricsConsumedReadCapacityUnitsSum" | "UtilizationMetricsConsumedWriteCapacityUnitsSum" | "UtilizationMetricsNewConnectionsSum" | "UtilizationMetricsEngineCPUUtilizationMaximum" | "UtilizationMetricsCacheHitsSum" | "UtilizationMetricsCacheMissesSum" | "UtilizationMetricsKeyspaceHitsSum" | "UtilizationMetricsKeyspaceMissesSum" | "UtilizationMetricsIsIdleMinimum" | "UtilizationMetricsUserConnectedSum" | "UtilizationMetricsInvocationsSum" | "UtilizationMetricsGetTypeCmdsSum" | "UtilizationMetricsSetTypeCmdsSum" | "UtilizationMetricsElastiCacheProcessingUnitsSum" | "UtilizationMetricsCurrConnectionsSum" | "UtilizationMetricsDatabaseConnectionsSum" | "Finding" | "FindingDescription" | "Tags")]
367
367
  attr_accessor s3_destination_config: Types::S3DestinationConfig
368
368
  attr_accessor file_format: ("Csv")
369
369
  attr_accessor include_member_accounts: bool
@@ -701,6 +701,12 @@ module Aws::ComputeOptimizer
701
701
  SENSITIVE: []
702
702
  end
703
703
 
704
+ class IdleDimension
705
+ attr_accessor key: ::String
706
+ attr_accessor values: ::Array[::String]
707
+ SENSITIVE: []
708
+ end
709
+
704
710
  class IdleEstimatedMonthlySavings
705
711
  attr_accessor currency: ("USD" | "CNY")
706
712
  attr_accessor value: ::Float
@@ -710,7 +716,7 @@ module Aws::ComputeOptimizer
710
716
  class IdleRecommendation
711
717
  attr_accessor resource_arn: ::String
712
718
  attr_accessor resource_id: ::String
713
- attr_accessor resource_type: ("EC2Instance" | "AutoScalingGroup" | "EBSVolume" | "ECSService" | "RDSDBInstance" | "NatGateway")
719
+ attr_accessor resource_type: ("EC2Instance" | "AutoScalingGroup" | "EBSVolume" | "ECSService" | "RDSDBInstance" | "NatGateway" | "DynamoDBTable" | "ElastiCacheCluster" | "MemoryDBCluster" | "DocumentDBCluster" | "WorkSpaces" | "SageMakerEndpoint")
714
720
  attr_accessor account_id: ::String
715
721
  attr_accessor finding: ("Idle" | "Unattached" | "Unused")
716
722
  attr_accessor finding_description: ::String
@@ -727,7 +733,7 @@ module Aws::ComputeOptimizer
727
733
  attr_accessor identifier: ::String
728
734
  attr_accessor code: ::String
729
735
  attr_accessor message: ::String
730
- attr_accessor resource_type: ("EC2Instance" | "AutoScalingGroup" | "EBSVolume" | "ECSService" | "RDSDBInstance" | "NatGateway")
736
+ attr_accessor resource_type: ("EC2Instance" | "AutoScalingGroup" | "EBSVolume" | "ECSService" | "RDSDBInstance" | "NatGateway" | "DynamoDBTable" | "ElastiCacheCluster" | "MemoryDBCluster" | "DocumentDBCluster" | "WorkSpaces" | "SageMakerEndpoint")
731
737
  SENSITIVE: []
732
738
  end
733
739
 
@@ -756,9 +762,10 @@ module Aws::ComputeOptimizer
756
762
  end
757
763
 
758
764
  class IdleUtilizationMetric
759
- attr_accessor name: ("CPU" | "Memory" | "NetworkOutBytesPerSecond" | "NetworkInBytesPerSecond" | "DatabaseConnections" | "EBSVolumeReadIOPS" | "EBSVolumeWriteIOPS" | "VolumeReadOpsPerSecond" | "VolumeWriteOpsPerSecond" | "ActiveConnectionCount" | "PacketsInFromSource" | "PacketsInFromDestination")
765
+ attr_accessor name: ("CPU" | "Memory" | "NetworkOutBytesPerSecond" | "NetworkInBytesPerSecond" | "DatabaseConnections" | "EBSVolumeReadIOPS" | "EBSVolumeWriteIOPS" | "VolumeReadOpsPerSecond" | "VolumeWriteOpsPerSecond" | "ActiveConnectionCount" | "PacketsInFromSource" | "PacketsInFromDestination" | "ConsumedReadCapacityUnits" | "ConsumedWriteCapacityUnits" | "ConsumedChangeDataCaptureUnits" | "NewConnections" | "EngineCPUUtilization" | "CacheHits" | "CacheMisses" | "KeyspaceHits" | "KeyspaceMisses" | "IsIdle" | "UserConnected" | "Invocations" | "GetTypeCmds" | "SetTypeCmds" | "ElastiCacheProcessingUnits" | "CurrConnections")
760
766
  attr_accessor statistic: ("Maximum" | "Average")
761
767
  attr_accessor value: ::Float
768
+ attr_accessor dimensions: ::Array[Types::IdleDimension]
762
769
  SENSITIVE: []
763
770
  end
764
771
 
@@ -1155,14 +1162,14 @@ module Aws::ComputeOptimizer
1155
1162
 
1156
1163
  class RecommendationSource
1157
1164
  attr_accessor recommendation_source_arn: ::String
1158
- attr_accessor recommendation_source_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "EcsService" | "License" | "RdsDBInstance" | "RdsDBInstanceStorage" | "AuroraDBClusterStorage" | "NatGateway")
1165
+ attr_accessor recommendation_source_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "EcsService" | "License" | "RdsDBInstance" | "RdsDBInstanceStorage" | "AuroraDBClusterStorage" | "NatGateway" | "DynamoDBTable" | "ElastiCacheCluster" | "MemoryDBCluster" | "DocumentDBCluster" | "WorkSpaces" | "SageMakerEndpoint")
1159
1166
  SENSITIVE: []
1160
1167
  end
1161
1168
 
1162
1169
  class RecommendationSummary
1163
1170
  attr_accessor summaries: ::Array[Types::Summary]
1164
1171
  attr_accessor idle_summaries: ::Array[Types::IdleSummary]
1165
- attr_accessor recommendation_resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "EcsService" | "License" | "RdsDBInstance" | "RdsDBInstanceStorage" | "AuroraDBClusterStorage" | "NatGateway")
1172
+ attr_accessor recommendation_resource_type: ("Ec2Instance" | "AutoScalingGroup" | "EbsVolume" | "LambdaFunction" | "EcsService" | "License" | "RdsDBInstance" | "RdsDBInstanceStorage" | "AuroraDBClusterStorage" | "NatGateway" | "DynamoDBTable" | "ElastiCacheCluster" | "MemoryDBCluster" | "DocumentDBCluster" | "WorkSpaces" | "SageMakerEndpoint")
1166
1173
  attr_accessor account_id: ::String
1167
1174
  attr_accessor savings_opportunity: Types::SavingsOpportunity
1168
1175
  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.97.0
4
+ version: 1.99.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services