aws-sdk-costoptimizationhub 1.18.0 → 1.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47660ced9a22c31a50c01cc15a6048c9b9a12e87e7a7744397d77f3855a36db8
4
- data.tar.gz: 8d24045656c4e7d818f60dba5cbf29468ee977f7dd4b95bf0702684041087eb5
3
+ metadata.gz: 1dc3539b9dc8be824b8dc953077dd28cc83b520d97eda172528d7ec6e328dafb
4
+ data.tar.gz: 910944b171095fa61b7c067099eb6520ca4769f01646aa797523243616db02ef
5
5
  SHA512:
6
- metadata.gz: 51011327d2409438d50391f2ba519b04be163ac06e6b30de7cf069c13fe22e81306a1bde398b8e7ff9bd710392bb719d8fe0c585a91572ee0b826f5796eab4bb
7
- data.tar.gz: 0fe2cbe73abf19dfda263b073089304699f8472d9a06fa81e50184cdc160e5609b143cbd38e4e2fb59df0da38efdaf0e3c87d0b785e2848453800b92fd985479
6
+ metadata.gz: a31ee6d4abaf26a749afbd51097a5cbdee1e0ef630368338735dc0c911a05f2e56fcbc77527a8b9eb0b91c14b597227304f514a06951dc3f8a612477f71f0e9e
7
+ data.tar.gz: ff172c13b53f9b6b8f23c82faea6edf9170a0d765073e8b724f5e1ea965c3a9e9f93f09e03f67c65e5b987d761509f6699219ebbc993da9d196dad29db592986
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.19.0 (2024-11-20)
5
+ ------------------
6
+
7
+ * Feature - This release adds action type "Delete" to the GetRecommendation, ListRecommendations and ListRecommendationSummaries APIs to support new EBS and ECS recommendations with action type "Delete".
8
+
4
9
  1.18.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.18.0
1
+ 1.19.0
@@ -541,7 +541,7 @@ module Aws::CostOptimizationHub
541
541
  # resp.estimated_monthly_cost #=> Float
542
542
  # resp.implementation_effort #=> String, one of "VeryLow", "Low", "Medium", "High", "VeryHigh"
543
543
  # resp.restart_needed #=> Boolean
544
- # resp.action_type #=> String, one of "Rightsize", "Stop", "Upgrade", "PurchaseSavingsPlans", "PurchaseReservedInstances", "MigrateToGraviton"
544
+ # resp.action_type #=> String, one of "Rightsize", "Stop", "Upgrade", "PurchaseSavingsPlans", "PurchaseReservedInstances", "MigrateToGraviton", "Delete"
545
545
  # resp.rollback_possible #=> Boolean
546
546
  # resp.current_resource_details.lambda_function.configuration.compute.v_cpu #=> Float
547
547
  # resp.current_resource_details.lambda_function.configuration.compute.memory_size_in_mb #=> Integer
@@ -1097,7 +1097,7 @@ module Aws::CostOptimizationHub
1097
1097
  # account_ids: ["AccountId"],
1098
1098
  # regions: ["String"],
1099
1099
  # resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances, RdsDbInstanceStorage, RdsDbInstance
1100
- # action_types: ["Rightsize"], # accepts Rightsize, Stop, Upgrade, PurchaseSavingsPlans, PurchaseReservedInstances, MigrateToGraviton
1100
+ # action_types: ["Rightsize"], # accepts Rightsize, Stop, Upgrade, PurchaseSavingsPlans, PurchaseReservedInstances, MigrateToGraviton, Delete
1101
1101
  # tags: [
1102
1102
  # {
1103
1103
  # key: "String",
@@ -1171,7 +1171,7 @@ module Aws::CostOptimizationHub
1171
1171
  # account_ids: ["AccountId"],
1172
1172
  # regions: ["String"],
1173
1173
  # resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances, RdsDbInstanceStorage, RdsDbInstance
1174
- # action_types: ["Rightsize"], # accepts Rightsize, Stop, Upgrade, PurchaseSavingsPlans, PurchaseReservedInstances, MigrateToGraviton
1174
+ # action_types: ["Rightsize"], # accepts Rightsize, Stop, Upgrade, PurchaseSavingsPlans, PurchaseReservedInstances, MigrateToGraviton, Delete
1175
1175
  # tags: [
1176
1176
  # {
1177
1177
  # key: "String",
@@ -1325,7 +1325,7 @@ module Aws::CostOptimizationHub
1325
1325
  tracer: tracer
1326
1326
  )
1327
1327
  context[:gem_name] = 'aws-sdk-costoptimizationhub'
1328
- context[:gem_version] = '1.18.0'
1328
+ context[:gem_version] = '1.19.0'
1329
1329
  Seahorse::Client::Request.new(handlers, context)
1330
1330
  end
1331
1331
 
@@ -55,7 +55,7 @@ module Aws::CostOptimizationHub
55
55
  autoload :EndpointProvider, 'aws-sdk-costoptimizationhub/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-costoptimizationhub/endpoints'
57
57
 
58
- GEM_VERSION = '1.18.0'
58
+ GEM_VERSION = '1.19.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -106,7 +106,7 @@ module Aws
106
106
  def estimated_monthly_cost: () -> ::Float
107
107
  def implementation_effort: () -> ("VeryLow" | "Low" | "Medium" | "High" | "VeryHigh")
108
108
  def restart_needed: () -> bool
109
- def action_type: () -> ("Rightsize" | "Stop" | "Upgrade" | "PurchaseSavingsPlans" | "PurchaseReservedInstances" | "MigrateToGraviton")
109
+ def action_type: () -> ("Rightsize" | "Stop" | "Upgrade" | "PurchaseSavingsPlans" | "PurchaseReservedInstances" | "MigrateToGraviton" | "Delete")
110
110
  def rollback_possible: () -> bool
111
111
  def current_resource_details: () -> Types::ResourceDetails
112
112
  def recommended_resource_details: () -> Types::ResourceDetails
@@ -151,7 +151,7 @@ module Aws
151
151
  account_ids: Array[::String]?,
152
152
  regions: Array[::String]?,
153
153
  resource_types: Array[("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance")]?,
154
- action_types: Array[("Rightsize" | "Stop" | "Upgrade" | "PurchaseSavingsPlans" | "PurchaseReservedInstances" | "MigrateToGraviton")]?,
154
+ action_types: Array[("Rightsize" | "Stop" | "Upgrade" | "PurchaseSavingsPlans" | "PurchaseReservedInstances" | "MigrateToGraviton" | "Delete")]?,
155
155
  tags: Array[
156
156
  {
157
157
  key: ::String?,
@@ -183,7 +183,7 @@ module Aws
183
183
  account_ids: Array[::String]?,
184
184
  regions: Array[::String]?,
185
185
  resource_types: Array[("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance")]?,
186
- action_types: Array[("Rightsize" | "Stop" | "Upgrade" | "PurchaseSavingsPlans" | "PurchaseReservedInstances" | "MigrateToGraviton")]?,
186
+ action_types: Array[("Rightsize" | "Stop" | "Upgrade" | "PurchaseSavingsPlans" | "PurchaseReservedInstances" | "MigrateToGraviton" | "Delete")]?,
187
187
  tags: Array[
188
188
  {
189
189
  key: ::String?,
data/sig/types.rbs CHANGED
@@ -179,7 +179,7 @@ module Aws::CostOptimizationHub
179
179
  attr_accessor account_ids: ::Array[::String]
180
180
  attr_accessor regions: ::Array[::String]
181
181
  attr_accessor resource_types: ::Array[("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance")]
182
- attr_accessor action_types: ::Array[("Rightsize" | "Stop" | "Upgrade" | "PurchaseSavingsPlans" | "PurchaseReservedInstances" | "MigrateToGraviton")]
182
+ attr_accessor action_types: ::Array[("Rightsize" | "Stop" | "Upgrade" | "PurchaseSavingsPlans" | "PurchaseReservedInstances" | "MigrateToGraviton" | "Delete")]
183
183
  attr_accessor tags: ::Array[Types::Tag]
184
184
  attr_accessor resource_ids: ::Array[::String]
185
185
  attr_accessor resource_arns: ::Array[::String]
@@ -220,7 +220,7 @@ module Aws::CostOptimizationHub
220
220
  attr_accessor estimated_monthly_cost: ::Float
221
221
  attr_accessor implementation_effort: ("VeryLow" | "Low" | "Medium" | "High" | "VeryHigh")
222
222
  attr_accessor restart_needed: bool
223
- attr_accessor action_type: ("Rightsize" | "Stop" | "Upgrade" | "PurchaseSavingsPlans" | "PurchaseReservedInstances" | "MigrateToGraviton")
223
+ attr_accessor action_type: ("Rightsize" | "Stop" | "Upgrade" | "PurchaseSavingsPlans" | "PurchaseReservedInstances" | "MigrateToGraviton" | "Delete")
224
224
  attr_accessor rollback_possible: bool
225
225
  attr_accessor current_resource_details: Types::ResourceDetails
226
226
  attr_accessor recommended_resource_details: Types::ResourceDetails
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-costoptimizationhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core