aws-sdk-costoptimizationhub 1.45.0 → 1.46.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: 9aeb8b384b321ae248b12e0a4f6cbf0a2164efec4b8c7be0b430182896470842
4
- data.tar.gz: 5c51a12ed5656217e309458c48928bcf252ecc32e4e6d96345390ad7d9c6fa6d
3
+ metadata.gz: bb85b20ef8e1eb5b82046270c3d328d77c59a1ab034a9975557a44642559b528
4
+ data.tar.gz: 5f5a2f3a4e2f3385b86555a4d45e79984e922424ec0a3b87eed2bcbfcc62e77a
5
5
  SHA512:
6
- metadata.gz: 27d82a7f0935849c8ec9b1e404bfc67c5be4d0ee058f2b2b9142a0a39e8c79a4aae0d55940eb033f3b3eb2dea858b1a4a3e986950723c0517035c78d252d82e0
7
- data.tar.gz: 7676137a883765372ad225c71367721a808f482db3cebc6a9877286a80d90c48e337720e6d77e7880d42e063473374acc52e907fd63e22a93f8583b9beca9177
6
+ metadata.gz: 1b1bc45bee58c59ebaed1c43fb4c011dd82dc3d21464b51c7d51a1df47417c96abc7fa61fe109a4b9f1eaa844845aeee51ce9fda4083c56b7526070508dadf2c
7
+ data.tar.gz: 9c787862a37edfa45165f10a6f54ce3687afbf92b5728a44c5aa548efefc1ca4720f15a08331521e410283afdccda8a0c7e76e7cd1857a637f5bcfdb0b9434d1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2026-06-08)
5
+ ------------------
6
+
7
+ * Feature - Adds new Idle Recommendation types in the Cost Optimization Hub API
8
+
4
9
  1.45.0 (2026-05-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -562,8 +562,8 @@ module Aws::CostOptimizationHub
562
562
  # resp.cost_calculation_lookback_period_in_days #=> Integer
563
563
  # resp.estimated_savings_percentage #=> Float
564
564
  # resp.estimated_savings_over_cost_calculation_lookback_period #=> Float
565
- # resp.current_resource_type #=> String, one of "Ec2Instance", "LambdaFunction", "EbsVolume", "EcsService", "Ec2AutoScalingGroup", "Ec2InstanceSavingsPlans", "ComputeSavingsPlans", "SageMakerSavingsPlans", "Ec2ReservedInstances", "RdsReservedInstances", "OpenSearchReservedInstances", "RedshiftReservedInstances", "ElastiCacheReservedInstances", "RdsDbInstanceStorage", "RdsDbInstance", "AuroraDbClusterStorage", "DynamoDbReservedCapacity", "MemoryDbReservedInstances", "NatGateway"
566
- # resp.recommended_resource_type #=> String, one of "Ec2Instance", "LambdaFunction", "EbsVolume", "EcsService", "Ec2AutoScalingGroup", "Ec2InstanceSavingsPlans", "ComputeSavingsPlans", "SageMakerSavingsPlans", "Ec2ReservedInstances", "RdsReservedInstances", "OpenSearchReservedInstances", "RedshiftReservedInstances", "ElastiCacheReservedInstances", "RdsDbInstanceStorage", "RdsDbInstance", "AuroraDbClusterStorage", "DynamoDbReservedCapacity", "MemoryDbReservedInstances", "NatGateway"
565
+ # resp.current_resource_type #=> String, one of "Ec2Instance", "LambdaFunction", "EbsVolume", "EcsService", "Ec2AutoScalingGroup", "Ec2InstanceSavingsPlans", "ComputeSavingsPlans", "SageMakerSavingsPlans", "Ec2ReservedInstances", "RdsReservedInstances", "OpenSearchReservedInstances", "RedshiftReservedInstances", "ElastiCacheReservedInstances", "RdsDbInstanceStorage", "RdsDbInstance", "AuroraDbClusterStorage", "DynamoDbReservedCapacity", "MemoryDbReservedInstances", "NatGateway", "DynamoDBTable", "ElastiCacheCluster", "MemoryDBCluster", "DocumentDBCluster", "WorkSpaces", "SageMakerEndpoint"
566
+ # resp.recommended_resource_type #=> String, one of "Ec2Instance", "LambdaFunction", "EbsVolume", "EcsService", "Ec2AutoScalingGroup", "Ec2InstanceSavingsPlans", "ComputeSavingsPlans", "SageMakerSavingsPlans", "Ec2ReservedInstances", "RdsReservedInstances", "OpenSearchReservedInstances", "RedshiftReservedInstances", "ElastiCacheReservedInstances", "RdsDbInstanceStorage", "RdsDbInstance", "AuroraDbClusterStorage", "DynamoDbReservedCapacity", "MemoryDbReservedInstances", "NatGateway", "DynamoDBTable", "ElastiCacheCluster", "MemoryDBCluster", "DocumentDBCluster", "WorkSpaces", "SageMakerEndpoint"
567
567
  # resp.region #=> String
568
568
  # resp.source #=> String, one of "ComputeOptimizer", "CostExplorer"
569
569
  # resp.last_refresh_timestamp #=> Time
@@ -856,6 +856,78 @@ module Aws::CostOptimizationHub
856
856
  # resp.current_resource_details.nat_gateway.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
857
857
  # resp.current_resource_details.nat_gateway.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
858
858
  # resp.current_resource_details.nat_gateway.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
859
+ # resp.current_resource_details.dynamo_db_table.cost_calculation.usages #=> Array
860
+ # resp.current_resource_details.dynamo_db_table.cost_calculation.usages[0].usage_type #=> String
861
+ # resp.current_resource_details.dynamo_db_table.cost_calculation.usages[0].usage_amount #=> Float
862
+ # resp.current_resource_details.dynamo_db_table.cost_calculation.usages[0].operation #=> String
863
+ # resp.current_resource_details.dynamo_db_table.cost_calculation.usages[0].product_code #=> String
864
+ # resp.current_resource_details.dynamo_db_table.cost_calculation.usages[0].unit #=> String
865
+ # resp.current_resource_details.dynamo_db_table.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
866
+ # resp.current_resource_details.dynamo_db_table.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
867
+ # resp.current_resource_details.dynamo_db_table.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
868
+ # resp.current_resource_details.dynamo_db_table.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
869
+ # resp.current_resource_details.dynamo_db_table.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
870
+ # resp.current_resource_details.dynamo_db_table.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
871
+ # resp.current_resource_details.elasti_cache_cluster.cost_calculation.usages #=> Array
872
+ # resp.current_resource_details.elasti_cache_cluster.cost_calculation.usages[0].usage_type #=> String
873
+ # resp.current_resource_details.elasti_cache_cluster.cost_calculation.usages[0].usage_amount #=> Float
874
+ # resp.current_resource_details.elasti_cache_cluster.cost_calculation.usages[0].operation #=> String
875
+ # resp.current_resource_details.elasti_cache_cluster.cost_calculation.usages[0].product_code #=> String
876
+ # resp.current_resource_details.elasti_cache_cluster.cost_calculation.usages[0].unit #=> String
877
+ # resp.current_resource_details.elasti_cache_cluster.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
878
+ # resp.current_resource_details.elasti_cache_cluster.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
879
+ # resp.current_resource_details.elasti_cache_cluster.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
880
+ # resp.current_resource_details.elasti_cache_cluster.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
881
+ # resp.current_resource_details.elasti_cache_cluster.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
882
+ # resp.current_resource_details.elasti_cache_cluster.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
883
+ # resp.current_resource_details.memory_db_cluster.cost_calculation.usages #=> Array
884
+ # resp.current_resource_details.memory_db_cluster.cost_calculation.usages[0].usage_type #=> String
885
+ # resp.current_resource_details.memory_db_cluster.cost_calculation.usages[0].usage_amount #=> Float
886
+ # resp.current_resource_details.memory_db_cluster.cost_calculation.usages[0].operation #=> String
887
+ # resp.current_resource_details.memory_db_cluster.cost_calculation.usages[0].product_code #=> String
888
+ # resp.current_resource_details.memory_db_cluster.cost_calculation.usages[0].unit #=> String
889
+ # resp.current_resource_details.memory_db_cluster.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
890
+ # resp.current_resource_details.memory_db_cluster.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
891
+ # resp.current_resource_details.memory_db_cluster.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
892
+ # resp.current_resource_details.memory_db_cluster.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
893
+ # resp.current_resource_details.memory_db_cluster.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
894
+ # resp.current_resource_details.memory_db_cluster.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
895
+ # resp.current_resource_details.document_db_cluster.cost_calculation.usages #=> Array
896
+ # resp.current_resource_details.document_db_cluster.cost_calculation.usages[0].usage_type #=> String
897
+ # resp.current_resource_details.document_db_cluster.cost_calculation.usages[0].usage_amount #=> Float
898
+ # resp.current_resource_details.document_db_cluster.cost_calculation.usages[0].operation #=> String
899
+ # resp.current_resource_details.document_db_cluster.cost_calculation.usages[0].product_code #=> String
900
+ # resp.current_resource_details.document_db_cluster.cost_calculation.usages[0].unit #=> String
901
+ # resp.current_resource_details.document_db_cluster.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
902
+ # resp.current_resource_details.document_db_cluster.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
903
+ # resp.current_resource_details.document_db_cluster.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
904
+ # resp.current_resource_details.document_db_cluster.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
905
+ # resp.current_resource_details.document_db_cluster.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
906
+ # resp.current_resource_details.document_db_cluster.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
907
+ # resp.current_resource_details.work_spaces.cost_calculation.usages #=> Array
908
+ # resp.current_resource_details.work_spaces.cost_calculation.usages[0].usage_type #=> String
909
+ # resp.current_resource_details.work_spaces.cost_calculation.usages[0].usage_amount #=> Float
910
+ # resp.current_resource_details.work_spaces.cost_calculation.usages[0].operation #=> String
911
+ # resp.current_resource_details.work_spaces.cost_calculation.usages[0].product_code #=> String
912
+ # resp.current_resource_details.work_spaces.cost_calculation.usages[0].unit #=> String
913
+ # resp.current_resource_details.work_spaces.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
914
+ # resp.current_resource_details.work_spaces.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
915
+ # resp.current_resource_details.work_spaces.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
916
+ # resp.current_resource_details.work_spaces.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
917
+ # resp.current_resource_details.work_spaces.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
918
+ # resp.current_resource_details.work_spaces.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
919
+ # resp.current_resource_details.sage_maker_endpoint.cost_calculation.usages #=> Array
920
+ # resp.current_resource_details.sage_maker_endpoint.cost_calculation.usages[0].usage_type #=> String
921
+ # resp.current_resource_details.sage_maker_endpoint.cost_calculation.usages[0].usage_amount #=> Float
922
+ # resp.current_resource_details.sage_maker_endpoint.cost_calculation.usages[0].operation #=> String
923
+ # resp.current_resource_details.sage_maker_endpoint.cost_calculation.usages[0].product_code #=> String
924
+ # resp.current_resource_details.sage_maker_endpoint.cost_calculation.usages[0].unit #=> String
925
+ # resp.current_resource_details.sage_maker_endpoint.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
926
+ # resp.current_resource_details.sage_maker_endpoint.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
927
+ # resp.current_resource_details.sage_maker_endpoint.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
928
+ # resp.current_resource_details.sage_maker_endpoint.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
929
+ # resp.current_resource_details.sage_maker_endpoint.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
930
+ # resp.current_resource_details.sage_maker_endpoint.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
859
931
  # resp.recommended_resource_details.lambda_function.configuration.compute.v_cpu #=> Float
860
932
  # resp.recommended_resource_details.lambda_function.configuration.compute.memory_size_in_mb #=> Integer
861
933
  # resp.recommended_resource_details.lambda_function.configuration.compute.architecture #=> String
@@ -1139,6 +1211,78 @@ module Aws::CostOptimizationHub
1139
1211
  # resp.recommended_resource_details.nat_gateway.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
1140
1212
  # resp.recommended_resource_details.nat_gateway.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
1141
1213
  # resp.recommended_resource_details.nat_gateway.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
1214
+ # resp.recommended_resource_details.dynamo_db_table.cost_calculation.usages #=> Array
1215
+ # resp.recommended_resource_details.dynamo_db_table.cost_calculation.usages[0].usage_type #=> String
1216
+ # resp.recommended_resource_details.dynamo_db_table.cost_calculation.usages[0].usage_amount #=> Float
1217
+ # resp.recommended_resource_details.dynamo_db_table.cost_calculation.usages[0].operation #=> String
1218
+ # resp.recommended_resource_details.dynamo_db_table.cost_calculation.usages[0].product_code #=> String
1219
+ # resp.recommended_resource_details.dynamo_db_table.cost_calculation.usages[0].unit #=> String
1220
+ # resp.recommended_resource_details.dynamo_db_table.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
1221
+ # resp.recommended_resource_details.dynamo_db_table.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
1222
+ # resp.recommended_resource_details.dynamo_db_table.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
1223
+ # resp.recommended_resource_details.dynamo_db_table.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
1224
+ # resp.recommended_resource_details.dynamo_db_table.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
1225
+ # resp.recommended_resource_details.dynamo_db_table.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
1226
+ # resp.recommended_resource_details.elasti_cache_cluster.cost_calculation.usages #=> Array
1227
+ # resp.recommended_resource_details.elasti_cache_cluster.cost_calculation.usages[0].usage_type #=> String
1228
+ # resp.recommended_resource_details.elasti_cache_cluster.cost_calculation.usages[0].usage_amount #=> Float
1229
+ # resp.recommended_resource_details.elasti_cache_cluster.cost_calculation.usages[0].operation #=> String
1230
+ # resp.recommended_resource_details.elasti_cache_cluster.cost_calculation.usages[0].product_code #=> String
1231
+ # resp.recommended_resource_details.elasti_cache_cluster.cost_calculation.usages[0].unit #=> String
1232
+ # resp.recommended_resource_details.elasti_cache_cluster.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
1233
+ # resp.recommended_resource_details.elasti_cache_cluster.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
1234
+ # resp.recommended_resource_details.elasti_cache_cluster.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
1235
+ # resp.recommended_resource_details.elasti_cache_cluster.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
1236
+ # resp.recommended_resource_details.elasti_cache_cluster.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
1237
+ # resp.recommended_resource_details.elasti_cache_cluster.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
1238
+ # resp.recommended_resource_details.memory_db_cluster.cost_calculation.usages #=> Array
1239
+ # resp.recommended_resource_details.memory_db_cluster.cost_calculation.usages[0].usage_type #=> String
1240
+ # resp.recommended_resource_details.memory_db_cluster.cost_calculation.usages[0].usage_amount #=> Float
1241
+ # resp.recommended_resource_details.memory_db_cluster.cost_calculation.usages[0].operation #=> String
1242
+ # resp.recommended_resource_details.memory_db_cluster.cost_calculation.usages[0].product_code #=> String
1243
+ # resp.recommended_resource_details.memory_db_cluster.cost_calculation.usages[0].unit #=> String
1244
+ # resp.recommended_resource_details.memory_db_cluster.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
1245
+ # resp.recommended_resource_details.memory_db_cluster.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
1246
+ # resp.recommended_resource_details.memory_db_cluster.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
1247
+ # resp.recommended_resource_details.memory_db_cluster.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
1248
+ # resp.recommended_resource_details.memory_db_cluster.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
1249
+ # resp.recommended_resource_details.memory_db_cluster.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
1250
+ # resp.recommended_resource_details.document_db_cluster.cost_calculation.usages #=> Array
1251
+ # resp.recommended_resource_details.document_db_cluster.cost_calculation.usages[0].usage_type #=> String
1252
+ # resp.recommended_resource_details.document_db_cluster.cost_calculation.usages[0].usage_amount #=> Float
1253
+ # resp.recommended_resource_details.document_db_cluster.cost_calculation.usages[0].operation #=> String
1254
+ # resp.recommended_resource_details.document_db_cluster.cost_calculation.usages[0].product_code #=> String
1255
+ # resp.recommended_resource_details.document_db_cluster.cost_calculation.usages[0].unit #=> String
1256
+ # resp.recommended_resource_details.document_db_cluster.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
1257
+ # resp.recommended_resource_details.document_db_cluster.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
1258
+ # resp.recommended_resource_details.document_db_cluster.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
1259
+ # resp.recommended_resource_details.document_db_cluster.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
1260
+ # resp.recommended_resource_details.document_db_cluster.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
1261
+ # resp.recommended_resource_details.document_db_cluster.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
1262
+ # resp.recommended_resource_details.work_spaces.cost_calculation.usages #=> Array
1263
+ # resp.recommended_resource_details.work_spaces.cost_calculation.usages[0].usage_type #=> String
1264
+ # resp.recommended_resource_details.work_spaces.cost_calculation.usages[0].usage_amount #=> Float
1265
+ # resp.recommended_resource_details.work_spaces.cost_calculation.usages[0].operation #=> String
1266
+ # resp.recommended_resource_details.work_spaces.cost_calculation.usages[0].product_code #=> String
1267
+ # resp.recommended_resource_details.work_spaces.cost_calculation.usages[0].unit #=> String
1268
+ # resp.recommended_resource_details.work_spaces.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
1269
+ # resp.recommended_resource_details.work_spaces.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
1270
+ # resp.recommended_resource_details.work_spaces.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
1271
+ # resp.recommended_resource_details.work_spaces.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
1272
+ # resp.recommended_resource_details.work_spaces.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
1273
+ # resp.recommended_resource_details.work_spaces.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
1274
+ # resp.recommended_resource_details.sage_maker_endpoint.cost_calculation.usages #=> Array
1275
+ # resp.recommended_resource_details.sage_maker_endpoint.cost_calculation.usages[0].usage_type #=> String
1276
+ # resp.recommended_resource_details.sage_maker_endpoint.cost_calculation.usages[0].usage_amount #=> Float
1277
+ # resp.recommended_resource_details.sage_maker_endpoint.cost_calculation.usages[0].operation #=> String
1278
+ # resp.recommended_resource_details.sage_maker_endpoint.cost_calculation.usages[0].product_code #=> String
1279
+ # resp.recommended_resource_details.sage_maker_endpoint.cost_calculation.usages[0].unit #=> String
1280
+ # resp.recommended_resource_details.sage_maker_endpoint.cost_calculation.pricing.estimated_cost_before_discounts #=> Float
1281
+ # resp.recommended_resource_details.sage_maker_endpoint.cost_calculation.pricing.estimated_net_unused_amortized_commitments #=> Float
1282
+ # resp.recommended_resource_details.sage_maker_endpoint.cost_calculation.pricing.estimated_discounts.savings_plans_discount #=> Float
1283
+ # resp.recommended_resource_details.sage_maker_endpoint.cost_calculation.pricing.estimated_discounts.reserved_instances_discount #=> Float
1284
+ # resp.recommended_resource_details.sage_maker_endpoint.cost_calculation.pricing.estimated_discounts.other_discount #=> Float
1285
+ # resp.recommended_resource_details.sage_maker_endpoint.cost_calculation.pricing.estimated_cost_after_discounts #=> Float
1142
1286
  # resp.tags #=> Array
1143
1287
  # resp.tags[0].key #=> String
1144
1288
  # resp.tags[0].value #=> String
@@ -1338,7 +1482,7 @@ module Aws::CostOptimizationHub
1338
1482
  # implementation_efforts: ["VeryLow"], # accepts VeryLow, Low, Medium, High, VeryHigh
1339
1483
  # account_ids: ["AccountId"],
1340
1484
  # regions: ["String"],
1341
- # resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances, RdsDbInstanceStorage, RdsDbInstance, AuroraDbClusterStorage, DynamoDbReservedCapacity, MemoryDbReservedInstances, NatGateway
1485
+ # resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances, RdsDbInstanceStorage, RdsDbInstance, AuroraDbClusterStorage, DynamoDbReservedCapacity, MemoryDbReservedInstances, NatGateway, DynamoDBTable, ElastiCacheCluster, MemoryDBCluster, DocumentDBCluster, WorkSpaces, SageMakerEndpoint
1342
1486
  # action_types: ["Rightsize"], # accepts Rightsize, Stop, Upgrade, PurchaseSavingsPlans, PurchaseReservedInstances, MigrateToGraviton, Delete, ScaleIn
1343
1487
  # tags: [
1344
1488
  # {
@@ -1412,7 +1556,7 @@ module Aws::CostOptimizationHub
1412
1556
  # implementation_efforts: ["VeryLow"], # accepts VeryLow, Low, Medium, High, VeryHigh
1413
1557
  # account_ids: ["AccountId"],
1414
1558
  # regions: ["String"],
1415
- # resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances, RdsDbInstanceStorage, RdsDbInstance, AuroraDbClusterStorage, DynamoDbReservedCapacity, MemoryDbReservedInstances, NatGateway
1559
+ # resource_types: ["Ec2Instance"], # accepts Ec2Instance, LambdaFunction, EbsVolume, EcsService, Ec2AutoScalingGroup, Ec2InstanceSavingsPlans, ComputeSavingsPlans, SageMakerSavingsPlans, Ec2ReservedInstances, RdsReservedInstances, OpenSearchReservedInstances, RedshiftReservedInstances, ElastiCacheReservedInstances, RdsDbInstanceStorage, RdsDbInstance, AuroraDbClusterStorage, DynamoDbReservedCapacity, MemoryDbReservedInstances, NatGateway, DynamoDBTable, ElastiCacheCluster, MemoryDBCluster, DocumentDBCluster, WorkSpaces, SageMakerEndpoint
1416
1560
  # action_types: ["Rightsize"], # accepts Rightsize, Stop, Upgrade, PurchaseSavingsPlans, PurchaseReservedInstances, MigrateToGraviton, Delete, ScaleIn
1417
1561
  # tags: [
1418
1562
  # {
@@ -1578,7 +1722,7 @@ module Aws::CostOptimizationHub
1578
1722
  tracer: tracer
1579
1723
  )
1580
1724
  context[:gem_name] = 'aws-sdk-costoptimizationhub'
1581
- context[:gem_version] = '1.45.0'
1725
+ context[:gem_version] = '1.46.0'
1582
1726
  Seahorse::Client::Request.new(handlers, context)
1583
1727
  end
1584
1728
 
@@ -31,9 +31,11 @@ module Aws::CostOptimizationHub
31
31
  ComputeSavingsPlansConfiguration = Shapes::StructureShape.new(name: 'ComputeSavingsPlansConfiguration')
32
32
  Datetime = Shapes::TimestampShape.new(name: 'Datetime')
33
33
  DbInstanceConfiguration = Shapes::StructureShape.new(name: 'DbInstanceConfiguration')
34
+ DocumentDbCluster = Shapes::StructureShape.new(name: 'DocumentDbCluster')
34
35
  Double = Shapes::FloatShape.new(name: 'Double')
35
36
  DynamoDbReservedCapacity = Shapes::StructureShape.new(name: 'DynamoDbReservedCapacity')
36
37
  DynamoDbReservedCapacityConfiguration = Shapes::StructureShape.new(name: 'DynamoDbReservedCapacityConfiguration')
38
+ DynamoDbTable = Shapes::StructureShape.new(name: 'DynamoDbTable')
37
39
  EbsVolume = Shapes::StructureShape.new(name: 'EbsVolume')
38
40
  EbsVolumeConfiguration = Shapes::StructureShape.new(name: 'EbsVolumeConfiguration')
39
41
  Ec2AutoScalingGroup = Shapes::StructureShape.new(name: 'Ec2AutoScalingGroup')
@@ -49,6 +51,7 @@ module Aws::CostOptimizationHub
49
51
  EcsServiceConfiguration = Shapes::StructureShape.new(name: 'EcsServiceConfiguration')
50
52
  EfficiencyMetricsByGroup = Shapes::StructureShape.new(name: 'EfficiencyMetricsByGroup')
51
53
  EfficiencyMetricsByGroupList = Shapes::ListShape.new(name: 'EfficiencyMetricsByGroupList')
54
+ ElastiCacheCluster = Shapes::StructureShape.new(name: 'ElastiCacheCluster')
52
55
  ElastiCacheReservedInstances = Shapes::StructureShape.new(name: 'ElastiCacheReservedInstances')
53
56
  ElastiCacheReservedInstancesConfiguration = Shapes::StructureShape.new(name: 'ElastiCacheReservedInstancesConfiguration')
54
57
  EnrollmentStatus = Shapes::StringShape.new(name: 'EnrollmentStatus')
@@ -80,6 +83,7 @@ module Aws::CostOptimizationHub
80
83
  Long = Shapes::IntegerShape.new(name: 'Long')
81
84
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
82
85
  MemberAccountDiscountVisibility = Shapes::StringShape.new(name: 'MemberAccountDiscountVisibility')
86
+ MemoryDbCluster = Shapes::StructureShape.new(name: 'MemoryDbCluster')
83
87
  MemoryDbReservedInstances = Shapes::StructureShape.new(name: 'MemoryDbReservedInstances')
84
88
  MemoryDbReservedInstancesConfiguration = Shapes::StructureShape.new(name: 'MemoryDbReservedInstancesConfiguration')
85
89
  MetricsByTime = Shapes::StructureShape.new(name: 'MetricsByTime')
@@ -119,6 +123,7 @@ module Aws::CostOptimizationHub
119
123
  ResourcePricing = Shapes::StructureShape.new(name: 'ResourcePricing')
120
124
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
121
125
  ResourceTypeList = Shapes::ListShape.new(name: 'ResourceTypeList')
126
+ SageMakerEndpoint = Shapes::StructureShape.new(name: 'SageMakerEndpoint')
122
127
  SageMakerSavingsPlans = Shapes::StructureShape.new(name: 'SageMakerSavingsPlans')
123
128
  SageMakerSavingsPlansConfiguration = Shapes::StructureShape.new(name: 'SageMakerSavingsPlansConfiguration')
124
129
  SavingsEstimationMode = Shapes::StringShape.new(name: 'SavingsEstimationMode')
@@ -146,6 +151,7 @@ module Aws::CostOptimizationHub
146
151
  ValidationExceptionDetail = Shapes::StructureShape.new(name: 'ValidationExceptionDetail')
147
152
  ValidationExceptionDetails = Shapes::ListShape.new(name: 'ValidationExceptionDetails')
148
153
  ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
154
+ WorkSpaces = Shapes::StructureShape.new(name: 'WorkSpaces')
149
155
 
150
156
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
151
157
  AccessDeniedException.struct_class = Types::AccessDeniedException
@@ -192,6 +198,9 @@ module Aws::CostOptimizationHub
192
198
  DbInstanceConfiguration.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "dbInstanceClass"))
193
199
  DbInstanceConfiguration.struct_class = Types::DbInstanceConfiguration
194
200
 
201
+ DocumentDbCluster.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: ResourceCostCalculation, location_name: "costCalculation"))
202
+ DocumentDbCluster.struct_class = Types::DocumentDbCluster
203
+
195
204
  DynamoDbReservedCapacity.add_member(:configuration, Shapes::ShapeRef.new(shape: DynamoDbReservedCapacityConfiguration, location_name: "configuration"))
196
205
  DynamoDbReservedCapacity.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: ReservedInstancesCostCalculation, location_name: "costCalculation"))
197
206
  DynamoDbReservedCapacity.struct_class = Types::DynamoDbReservedCapacity
@@ -207,6 +216,9 @@ module Aws::CostOptimizationHub
207
216
  DynamoDbReservedCapacityConfiguration.add_member(:capacity_units, Shapes::ShapeRef.new(shape: String, location_name: "capacityUnits"))
208
217
  DynamoDbReservedCapacityConfiguration.struct_class = Types::DynamoDbReservedCapacityConfiguration
209
218
 
219
+ DynamoDbTable.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: ResourceCostCalculation, location_name: "costCalculation"))
220
+ DynamoDbTable.struct_class = Types::DynamoDbTable
221
+
210
222
  EbsVolume.add_member(:configuration, Shapes::ShapeRef.new(shape: EbsVolumeConfiguration, location_name: "configuration"))
211
223
  EbsVolume.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: ResourceCostCalculation, location_name: "costCalculation"))
212
224
  EbsVolume.struct_class = Types::EbsVolume
@@ -281,6 +293,9 @@ module Aws::CostOptimizationHub
281
293
 
282
294
  EfficiencyMetricsByGroupList.member = Shapes::ShapeRef.new(shape: EfficiencyMetricsByGroup)
283
295
 
296
+ ElastiCacheCluster.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: ResourceCostCalculation, location_name: "costCalculation"))
297
+ ElastiCacheCluster.struct_class = Types::ElastiCacheCluster
298
+
284
299
  ElastiCacheReservedInstances.add_member(:configuration, Shapes::ShapeRef.new(shape: ElastiCacheReservedInstancesConfiguration, location_name: "configuration"))
285
300
  ElastiCacheReservedInstances.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: ReservedInstancesCostCalculation, location_name: "costCalculation"))
286
301
  ElastiCacheReservedInstances.struct_class = Types::ElastiCacheReservedInstances
@@ -417,6 +432,9 @@ module Aws::CostOptimizationHub
417
432
  ListRecommendationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
418
433
  ListRecommendationsResponse.struct_class = Types::ListRecommendationsResponse
419
434
 
435
+ MemoryDbCluster.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: ResourceCostCalculation, location_name: "costCalculation"))
436
+ MemoryDbCluster.struct_class = Types::MemoryDbCluster
437
+
420
438
  MemoryDbReservedInstances.add_member(:configuration, Shapes::ShapeRef.new(shape: MemoryDbReservedInstancesConfiguration, location_name: "configuration"))
421
439
  MemoryDbReservedInstances.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: ReservedInstancesCostCalculation, location_name: "costCalculation"))
422
440
  MemoryDbReservedInstances.struct_class = Types::MemoryDbReservedInstances
@@ -613,6 +631,12 @@ module Aws::CostOptimizationHub
613
631
  ResourceDetails.add_member(:dynamo_db_reserved_capacity, Shapes::ShapeRef.new(shape: DynamoDbReservedCapacity, location_name: "dynamoDbReservedCapacity"))
614
632
  ResourceDetails.add_member(:memory_db_reserved_instances, Shapes::ShapeRef.new(shape: MemoryDbReservedInstances, location_name: "memoryDbReservedInstances"))
615
633
  ResourceDetails.add_member(:nat_gateway, Shapes::ShapeRef.new(shape: NatGateway, location_name: "natGateway"))
634
+ ResourceDetails.add_member(:dynamo_db_table, Shapes::ShapeRef.new(shape: DynamoDbTable, location_name: "dynamoDbTable"))
635
+ ResourceDetails.add_member(:elasti_cache_cluster, Shapes::ShapeRef.new(shape: ElastiCacheCluster, location_name: "elastiCacheCluster"))
636
+ ResourceDetails.add_member(:memory_db_cluster, Shapes::ShapeRef.new(shape: MemoryDbCluster, location_name: "memoryDbCluster"))
637
+ ResourceDetails.add_member(:document_db_cluster, Shapes::ShapeRef.new(shape: DocumentDbCluster, location_name: "documentDbCluster"))
638
+ ResourceDetails.add_member(:work_spaces, Shapes::ShapeRef.new(shape: WorkSpaces, location_name: "workSpaces"))
639
+ ResourceDetails.add_member(:sage_maker_endpoint, Shapes::ShapeRef.new(shape: SageMakerEndpoint, location_name: "sageMakerEndpoint"))
616
640
  ResourceDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
617
641
  ResourceDetails.add_member_subclass(:lambda_function, Types::ResourceDetails::LambdaFunction)
618
642
  ResourceDetails.add_member_subclass(:ecs_service, Types::ResourceDetails::EcsService)
@@ -633,6 +657,12 @@ module Aws::CostOptimizationHub
633
657
  ResourceDetails.add_member_subclass(:dynamo_db_reserved_capacity, Types::ResourceDetails::DynamoDbReservedCapacity)
634
658
  ResourceDetails.add_member_subclass(:memory_db_reserved_instances, Types::ResourceDetails::MemoryDbReservedInstances)
635
659
  ResourceDetails.add_member_subclass(:nat_gateway, Types::ResourceDetails::NatGateway)
660
+ ResourceDetails.add_member_subclass(:dynamo_db_table, Types::ResourceDetails::DynamoDbTable)
661
+ ResourceDetails.add_member_subclass(:elasti_cache_cluster, Types::ResourceDetails::ElastiCacheCluster)
662
+ ResourceDetails.add_member_subclass(:memory_db_cluster, Types::ResourceDetails::MemoryDbCluster)
663
+ ResourceDetails.add_member_subclass(:document_db_cluster, Types::ResourceDetails::DocumentDbCluster)
664
+ ResourceDetails.add_member_subclass(:work_spaces, Types::ResourceDetails::WorkSpaces)
665
+ ResourceDetails.add_member_subclass(:sage_maker_endpoint, Types::ResourceDetails::SageMakerEndpoint)
636
666
  ResourceDetails.add_member_subclass(:unknown, Types::ResourceDetails::Unknown)
637
667
  ResourceDetails.struct_class = Types::ResourceDetails
638
668
 
@@ -650,6 +680,9 @@ module Aws::CostOptimizationHub
650
680
 
651
681
  ResourceTypeList.member = Shapes::ShapeRef.new(shape: ResourceType)
652
682
 
683
+ SageMakerEndpoint.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: ResourceCostCalculation, location_name: "costCalculation"))
684
+ SageMakerEndpoint.struct_class = Types::SageMakerEndpoint
685
+
653
686
  SageMakerSavingsPlans.add_member(:configuration, Shapes::ShapeRef.new(shape: SageMakerSavingsPlansConfiguration, location_name: "configuration"))
654
687
  SageMakerSavingsPlans.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: SavingsPlansCostCalculation, location_name: "costCalculation"))
655
688
  SageMakerSavingsPlans.struct_class = Types::SageMakerSavingsPlans
@@ -728,6 +761,9 @@ module Aws::CostOptimizationHub
728
761
 
729
762
  ValidationExceptionDetails.member = Shapes::ShapeRef.new(shape: ValidationExceptionDetail)
730
763
 
764
+ WorkSpaces.add_member(:cost_calculation, Shapes::ShapeRef.new(shape: ResourceCostCalculation, location_name: "costCalculation"))
765
+ WorkSpaces.struct_class = Types::WorkSpaces
766
+
731
767
 
732
768
  # @api private
733
769
  API = Seahorse::Model::Api.new.tap do |api|
@@ -207,6 +207,20 @@ module Aws::CostOptimizationHub
207
207
  include Aws::Structure
208
208
  end
209
209
 
210
+ # The Amazon DocumentDB cluster recommendation details.
211
+ #
212
+ # @!attribute [rw] cost_calculation
213
+ # Cost impact of the resource recommendation.
214
+ # @return [Types::ResourceCostCalculation]
215
+ #
216
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cost-optimization-hub-2022-07-26/DocumentDbCluster AWS API Documentation
217
+ #
218
+ class DocumentDbCluster < Struct.new(
219
+ :cost_calculation)
220
+ SENSITIVE = []
221
+ include Aws::Structure
222
+ end
223
+
210
224
  # The DynamoDB reserved capacity recommendation details.
211
225
  #
212
226
  # @!attribute [rw] configuration
@@ -283,6 +297,20 @@ module Aws::CostOptimizationHub
283
297
  include Aws::Structure
284
298
  end
285
299
 
300
+ # The DynamoDB table recommendation details.
301
+ #
302
+ # @!attribute [rw] cost_calculation
303
+ # Cost impact of the resource recommendation.
304
+ # @return [Types::ResourceCostCalculation]
305
+ #
306
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cost-optimization-hub-2022-07-26/DynamoDbTable AWS API Documentation
307
+ #
308
+ class DynamoDbTable < Struct.new(
309
+ :cost_calculation)
310
+ SENSITIVE = []
311
+ include Aws::Structure
312
+ end
313
+
286
314
  # Describes the Amazon Elastic Block Store volume configuration of the
287
315
  # current and recommended resource configuration for a recommendation.
288
316
  #
@@ -660,6 +688,20 @@ module Aws::CostOptimizationHub
660
688
  include Aws::Structure
661
689
  end
662
690
 
691
+ # The ElastiCache cluster recommendation details.
692
+ #
693
+ # @!attribute [rw] cost_calculation
694
+ # Cost impact of the resource recommendation.
695
+ # @return [Types::ResourceCostCalculation]
696
+ #
697
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cost-optimization-hub-2022-07-26/ElastiCacheCluster AWS API Documentation
698
+ #
699
+ class ElastiCacheCluster < Struct.new(
700
+ :cost_calculation)
701
+ SENSITIVE = []
702
+ include Aws::Structure
703
+ end
704
+
663
705
  # The ElastiCache reserved instances recommendation details.
664
706
  #
665
707
  # @!attribute [rw] configuration
@@ -1334,6 +1376,20 @@ module Aws::CostOptimizationHub
1334
1376
  include Aws::Structure
1335
1377
  end
1336
1378
 
1379
+ # The MemoryDB cluster recommendation details.
1380
+ #
1381
+ # @!attribute [rw] cost_calculation
1382
+ # Cost impact of the resource recommendation.
1383
+ # @return [Types::ResourceCostCalculation]
1384
+ #
1385
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cost-optimization-hub-2022-07-26/MemoryDbCluster AWS API Documentation
1386
+ #
1387
+ class MemoryDbCluster < Struct.new(
1388
+ :cost_calculation)
1389
+ SENSITIVE = []
1390
+ include Aws::Structure
1391
+ end
1392
+
1337
1393
  # The MemoryDB reserved instances recommendation details.
1338
1394
  #
1339
1395
  # <note markdown="1"> While the API reference uses "MemoryDB reserved instances", the user
@@ -2268,6 +2324,30 @@ module Aws::CostOptimizationHub
2268
2324
  # The NAT Gateway recommendation details.
2269
2325
  # @return [Types::NatGateway]
2270
2326
  #
2327
+ # @!attribute [rw] dynamo_db_table
2328
+ # The DynamoDB table recommendation details.
2329
+ # @return [Types::DynamoDbTable]
2330
+ #
2331
+ # @!attribute [rw] elasti_cache_cluster
2332
+ # The ElastiCache cluster recommendation details.
2333
+ # @return [Types::ElastiCacheCluster]
2334
+ #
2335
+ # @!attribute [rw] memory_db_cluster
2336
+ # The MemoryDB cluster recommendation details.
2337
+ # @return [Types::MemoryDbCluster]
2338
+ #
2339
+ # @!attribute [rw] document_db_cluster
2340
+ # The Amazon DocumentDB cluster recommendation details.
2341
+ # @return [Types::DocumentDbCluster]
2342
+ #
2343
+ # @!attribute [rw] work_spaces
2344
+ # The WorkSpaces recommendation details.
2345
+ # @return [Types::WorkSpaces]
2346
+ #
2347
+ # @!attribute [rw] sage_maker_endpoint
2348
+ # The SageMaker endpoint recommendation details.
2349
+ # @return [Types::SageMakerEndpoint]
2350
+ #
2271
2351
  # @see http://docs.aws.amazon.com/goto/WebAPI/cost-optimization-hub-2022-07-26/ResourceDetails AWS API Documentation
2272
2352
  #
2273
2353
  class ResourceDetails < Struct.new(
@@ -2290,6 +2370,12 @@ module Aws::CostOptimizationHub
2290
2370
  :dynamo_db_reserved_capacity,
2291
2371
  :memory_db_reserved_instances,
2292
2372
  :nat_gateway,
2373
+ :dynamo_db_table,
2374
+ :elasti_cache_cluster,
2375
+ :memory_db_cluster,
2376
+ :document_db_cluster,
2377
+ :work_spaces,
2378
+ :sage_maker_endpoint,
2293
2379
  :unknown)
2294
2380
  SENSITIVE = []
2295
2381
  include Aws::Structure
@@ -2314,6 +2400,12 @@ module Aws::CostOptimizationHub
2314
2400
  class DynamoDbReservedCapacity < ResourceDetails; end
2315
2401
  class MemoryDbReservedInstances < ResourceDetails; end
2316
2402
  class NatGateway < ResourceDetails; end
2403
+ class DynamoDbTable < ResourceDetails; end
2404
+ class ElastiCacheCluster < ResourceDetails; end
2405
+ class MemoryDbCluster < ResourceDetails; end
2406
+ class DocumentDbCluster < ResourceDetails; end
2407
+ class WorkSpaces < ResourceDetails; end
2408
+ class SageMakerEndpoint < ResourceDetails; end
2317
2409
  class Unknown < ResourceDetails; end
2318
2410
  end
2319
2411
 
@@ -2368,6 +2460,20 @@ module Aws::CostOptimizationHub
2368
2460
  include Aws::Structure
2369
2461
  end
2370
2462
 
2463
+ # The SageMaker endpoint recommendation details.
2464
+ #
2465
+ # @!attribute [rw] cost_calculation
2466
+ # Cost impact of the resource recommendation.
2467
+ # @return [Types::ResourceCostCalculation]
2468
+ #
2469
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cost-optimization-hub-2022-07-26/SageMakerEndpoint AWS API Documentation
2470
+ #
2471
+ class SageMakerEndpoint < Struct.new(
2472
+ :cost_calculation)
2473
+ SENSITIVE = []
2474
+ include Aws::Structure
2475
+ end
2476
+
2371
2477
  # The SageMaker Savings Plans recommendation details.
2372
2478
  #
2373
2479
  # @!attribute [rw] configuration
@@ -2712,6 +2818,20 @@ module Aws::CostOptimizationHub
2712
2818
  include Aws::Structure
2713
2819
  end
2714
2820
 
2821
+ # The WorkSpaces recommendation details.
2822
+ #
2823
+ # @!attribute [rw] cost_calculation
2824
+ # Cost impact of the resource recommendation.
2825
+ # @return [Types::ResourceCostCalculation]
2826
+ #
2827
+ # @see http://docs.aws.amazon.com/goto/WebAPI/cost-optimization-hub-2022-07-26/WorkSpaces AWS API Documentation
2828
+ #
2829
+ class WorkSpaces < Struct.new(
2830
+ :cost_calculation)
2831
+ SENSITIVE = []
2832
+ include Aws::Structure
2833
+ end
2834
+
2715
2835
  end
2716
2836
  end
2717
2837
 
@@ -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.45.0'
58
+ GEM_VERSION = '1.46.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -101,8 +101,8 @@ module Aws
101
101
  def cost_calculation_lookback_period_in_days: () -> ::Integer
102
102
  def estimated_savings_percentage: () -> ::Float
103
103
  def estimated_savings_over_cost_calculation_lookback_period: () -> ::Float
104
- def current_resource_type: () -> ("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance" | "AuroraDbClusterStorage" | "DynamoDbReservedCapacity" | "MemoryDbReservedInstances" | "NatGateway")
105
- def recommended_resource_type: () -> ("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance" | "AuroraDbClusterStorage" | "DynamoDbReservedCapacity" | "MemoryDbReservedInstances" | "NatGateway")
104
+ def current_resource_type: () -> ("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance" | "AuroraDbClusterStorage" | "DynamoDbReservedCapacity" | "MemoryDbReservedInstances" | "NatGateway" | "DynamoDBTable" | "ElastiCacheCluster" | "MemoryDBCluster" | "DocumentDBCluster" | "WorkSpaces" | "SageMakerEndpoint")
105
+ def recommended_resource_type: () -> ("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance" | "AuroraDbClusterStorage" | "DynamoDbReservedCapacity" | "MemoryDbReservedInstances" | "NatGateway" | "DynamoDBTable" | "ElastiCacheCluster" | "MemoryDBCluster" | "DocumentDBCluster" | "WorkSpaces" | "SageMakerEndpoint")
106
106
  def region: () -> ::String
107
107
  def source: () -> ("ComputeOptimizer" | "CostExplorer")
108
108
  def last_refresh_timestamp: () -> ::Time
data/sig/params.rbs CHANGED
@@ -14,7 +14,7 @@ module Aws
14
14
  implementation_efforts: Array[("VeryLow" | "Low" | "Medium" | "High" | "VeryHigh")]?,
15
15
  account_ids: Array[::String]?,
16
16
  regions: Array[::String]?,
17
- resource_types: Array[("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance" | "AuroraDbClusterStorage" | "DynamoDbReservedCapacity" | "MemoryDbReservedInstances" | "NatGateway")]?,
17
+ resource_types: Array[("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance" | "AuroraDbClusterStorage" | "DynamoDbReservedCapacity" | "MemoryDbReservedInstances" | "NatGateway" | "DynamoDBTable" | "ElastiCacheCluster" | "MemoryDBCluster" | "DocumentDBCluster" | "WorkSpaces" | "SageMakerEndpoint")]?,
18
18
  action_types: Array[("Rightsize" | "Stop" | "Upgrade" | "PurchaseSavingsPlans" | "PurchaseReservedInstances" | "MigrateToGraviton" | "Delete" | "ScaleIn")]?,
19
19
  tags: Array[
20
20
  {
data/sig/types.rbs CHANGED
@@ -65,6 +65,11 @@ module Aws::CostOptimizationHub
65
65
  SENSITIVE: []
66
66
  end
67
67
 
68
+ class DocumentDbCluster
69
+ attr_accessor cost_calculation: Types::ResourceCostCalculation
70
+ SENSITIVE: []
71
+ end
72
+
68
73
  class DynamoDbReservedCapacity
69
74
  attr_accessor configuration: Types::DynamoDbReservedCapacityConfiguration
70
75
  attr_accessor cost_calculation: Types::ReservedInstancesCostCalculation
@@ -84,6 +89,11 @@ module Aws::CostOptimizationHub
84
89
  SENSITIVE: []
85
90
  end
86
91
 
92
+ class DynamoDbTable
93
+ attr_accessor cost_calculation: Types::ResourceCostCalculation
94
+ SENSITIVE: []
95
+ end
96
+
87
97
  class EbsVolume
88
98
  attr_accessor configuration: Types::EbsVolumeConfiguration
89
99
  attr_accessor cost_calculation: Types::ResourceCostCalculation
@@ -182,6 +192,11 @@ module Aws::CostOptimizationHub
182
192
  SENSITIVE: []
183
193
  end
184
194
 
195
+ class ElastiCacheCluster
196
+ attr_accessor cost_calculation: Types::ResourceCostCalculation
197
+ SENSITIVE: []
198
+ end
199
+
185
200
  class ElastiCacheReservedInstances
186
201
  attr_accessor configuration: Types::ElastiCacheReservedInstancesConfiguration
187
202
  attr_accessor cost_calculation: Types::ReservedInstancesCostCalculation
@@ -218,7 +233,7 @@ module Aws::CostOptimizationHub
218
233
  attr_accessor implementation_efforts: ::Array[("VeryLow" | "Low" | "Medium" | "High" | "VeryHigh")]
219
234
  attr_accessor account_ids: ::Array[::String]
220
235
  attr_accessor regions: ::Array[::String]
221
- attr_accessor resource_types: ::Array[("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance" | "AuroraDbClusterStorage" | "DynamoDbReservedCapacity" | "MemoryDbReservedInstances" | "NatGateway")]
236
+ attr_accessor resource_types: ::Array[("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance" | "AuroraDbClusterStorage" | "DynamoDbReservedCapacity" | "MemoryDbReservedInstances" | "NatGateway" | "DynamoDBTable" | "ElastiCacheCluster" | "MemoryDBCluster" | "DocumentDBCluster" | "WorkSpaces" | "SageMakerEndpoint")]
222
237
  attr_accessor action_types: ::Array[("Rightsize" | "Stop" | "Upgrade" | "PurchaseSavingsPlans" | "PurchaseReservedInstances" | "MigrateToGraviton" | "Delete" | "ScaleIn")]
223
238
  attr_accessor tags: ::Array[Types::Tag]
224
239
  attr_accessor resource_ids: ::Array[::String]
@@ -252,8 +267,8 @@ module Aws::CostOptimizationHub
252
267
  attr_accessor cost_calculation_lookback_period_in_days: ::Integer
253
268
  attr_accessor estimated_savings_percentage: ::Float
254
269
  attr_accessor estimated_savings_over_cost_calculation_lookback_period: ::Float
255
- attr_accessor current_resource_type: ("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance" | "AuroraDbClusterStorage" | "DynamoDbReservedCapacity" | "MemoryDbReservedInstances" | "NatGateway")
256
- attr_accessor recommended_resource_type: ("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance" | "AuroraDbClusterStorage" | "DynamoDbReservedCapacity" | "MemoryDbReservedInstances" | "NatGateway")
270
+ attr_accessor current_resource_type: ("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance" | "AuroraDbClusterStorage" | "DynamoDbReservedCapacity" | "MemoryDbReservedInstances" | "NatGateway" | "DynamoDBTable" | "ElastiCacheCluster" | "MemoryDBCluster" | "DocumentDBCluster" | "WorkSpaces" | "SageMakerEndpoint")
271
+ attr_accessor recommended_resource_type: ("Ec2Instance" | "LambdaFunction" | "EbsVolume" | "EcsService" | "Ec2AutoScalingGroup" | "Ec2InstanceSavingsPlans" | "ComputeSavingsPlans" | "SageMakerSavingsPlans" | "Ec2ReservedInstances" | "RdsReservedInstances" | "OpenSearchReservedInstances" | "RedshiftReservedInstances" | "ElastiCacheReservedInstances" | "RdsDbInstanceStorage" | "RdsDbInstance" | "AuroraDbClusterStorage" | "DynamoDbReservedCapacity" | "MemoryDbReservedInstances" | "NatGateway" | "DynamoDBTable" | "ElastiCacheCluster" | "MemoryDBCluster" | "DocumentDBCluster" | "WorkSpaces" | "SageMakerEndpoint")
257
272
  attr_accessor region: ::String
258
273
  attr_accessor source: ("ComputeOptimizer" | "CostExplorer")
259
274
  attr_accessor last_refresh_timestamp: ::Time
@@ -355,6 +370,11 @@ module Aws::CostOptimizationHub
355
370
  SENSITIVE: []
356
371
  end
357
372
 
373
+ class MemoryDbCluster
374
+ attr_accessor cost_calculation: Types::ResourceCostCalculation
375
+ SENSITIVE: []
376
+ end
377
+
358
378
  class MemoryDbReservedInstances
359
379
  attr_accessor configuration: Types::MemoryDbReservedInstancesConfiguration
360
380
  attr_accessor cost_calculation: Types::ReservedInstancesCostCalculation
@@ -584,6 +604,12 @@ module Aws::CostOptimizationHub
584
604
  attr_accessor dynamo_db_reserved_capacity: Types::DynamoDbReservedCapacity
585
605
  attr_accessor memory_db_reserved_instances: Types::MemoryDbReservedInstances
586
606
  attr_accessor nat_gateway: Types::NatGateway
607
+ attr_accessor dynamo_db_table: Types::DynamoDbTable
608
+ attr_accessor elasti_cache_cluster: Types::ElastiCacheCluster
609
+ attr_accessor memory_db_cluster: Types::MemoryDbCluster
610
+ attr_accessor document_db_cluster: Types::DocumentDbCluster
611
+ attr_accessor work_spaces: Types::WorkSpaces
612
+ attr_accessor sage_maker_endpoint: Types::SageMakerEndpoint
587
613
  attr_accessor unknown: untyped
588
614
  SENSITIVE: []
589
615
 
@@ -625,6 +651,18 @@ module Aws::CostOptimizationHub
625
651
  end
626
652
  class NatGateway < ResourceDetails
627
653
  end
654
+ class DynamoDbTable < ResourceDetails
655
+ end
656
+ class ElastiCacheCluster < ResourceDetails
657
+ end
658
+ class MemoryDbCluster < ResourceDetails
659
+ end
660
+ class DocumentDbCluster < ResourceDetails
661
+ end
662
+ class WorkSpaces < ResourceDetails
663
+ end
664
+ class SageMakerEndpoint < ResourceDetails
665
+ end
628
666
  class Unknown < ResourceDetails
629
667
  end
630
668
  end
@@ -643,6 +681,11 @@ module Aws::CostOptimizationHub
643
681
  SENSITIVE: []
644
682
  end
645
683
 
684
+ class SageMakerEndpoint
685
+ attr_accessor cost_calculation: Types::ResourceCostCalculation
686
+ SENSITIVE: []
687
+ end
688
+
646
689
  class SageMakerSavingsPlans
647
690
  attr_accessor configuration: Types::SageMakerSavingsPlansConfiguration
648
691
  attr_accessor cost_calculation: Types::SavingsPlansCostCalculation
@@ -744,5 +787,10 @@ module Aws::CostOptimizationHub
744
787
  attr_accessor message: ::String
745
788
  SENSITIVE: []
746
789
  end
790
+
791
+ class WorkSpaces
792
+ attr_accessor cost_calculation: Types::ResourceCostCalculation
793
+ SENSITIVE: []
794
+ end
747
795
  end
748
796
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-costoptimizationhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.45.0
4
+ version: 1.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services