Skip to content

Commit 9822b1c

Browse files
author
AWS
committed
Cost Optimization Hub Update: Support recommendations for Aurora instance and Aurora cluster storage.
1 parent 02a1743 commit 9822b1c

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Cost Optimization Hub",
4+
"contributor": "",
5+
"description": "Support recommendations for Aurora instance and Aurora cluster storage."
6+
}

services/costoptimizationhub/src/main/resources/codegen-resources/service-2.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,27 @@
201201
"LowestPrice"
202202
]
203203
},
204+
"AuroraDbClusterStorage":{
205+
"type":"structure",
206+
"members":{
207+
"configuration":{
208+
"shape":"AuroraDbClusterStorageConfiguration",
209+
"documentation":"<p>The Aurora DB cluster storage configuration used for recommendations.</p>"
210+
},
211+
"costCalculation":{"shape":"ResourceCostCalculation"}
212+
},
213+
"documentation":"<p>Contains the details of an Aurora DB cluster storage.</p>"
214+
},
215+
"AuroraDbClusterStorageConfiguration":{
216+
"type":"structure",
217+
"members":{
218+
"storageType":{
219+
"shape":"String",
220+
"documentation":"<p>The storage type to associate with the Aurora DB cluster.</p>"
221+
}
222+
},
223+
"documentation":"<p>The Aurora DB cluster storage configuration used for recommendations.</p>"
224+
},
204225
"BlockStoragePerformanceConfiguration":{
205226
"type":"structure",
206227
"members":{
@@ -745,7 +766,8 @@
745766
},
746767
"GetPreferencesRequest":{
747768
"type":"structure",
748-
"members":{}
769+
"members":{
770+
}
749771
},
750772
"GetPreferencesResponse":{
751773
"type":"structure",
@@ -1740,6 +1762,10 @@
17401762
"shape":"RdsDbInstanceStorage",
17411763
"documentation":"<p>The DB instance storage recommendation details.</p>"
17421764
},
1765+
"auroraDbClusterStorage":{
1766+
"shape":"AuroraDbClusterStorage",
1767+
"documentation":"<p>The Aurora DB cluster storage recommendation details.</p>"
1768+
},
17431769
"dynamoDbReservedCapacity":{
17441770
"shape":"DynamoDbReservedCapacity",
17451771
"documentation":"<p>The DynamoDB reserved capacity recommendation details.</p>"
@@ -1814,6 +1840,7 @@
18141840
"ElastiCacheReservedInstances",
18151841
"RdsDbInstanceStorage",
18161842
"RdsDbInstance",
1843+
"AuroraDbClusterStorage",
18171844
"DynamoDbReservedCapacity",
18181845
"MemoryDbReservedInstances"
18191846
]

0 commit comments

Comments
 (0)