|
201 | 201 | "LowestPrice"
|
202 | 202 | ]
|
203 | 203 | },
|
| 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 | + }, |
204 | 225 | "BlockStoragePerformanceConfiguration":{
|
205 | 226 | "type":"structure",
|
206 | 227 | "members":{
|
|
745 | 766 | },
|
746 | 767 | "GetPreferencesRequest":{
|
747 | 768 | "type":"structure",
|
748 |
| - "members":{} |
| 769 | + "members":{ |
| 770 | + } |
749 | 771 | },
|
750 | 772 | "GetPreferencesResponse":{
|
751 | 773 | "type":"structure",
|
|
1740 | 1762 | "shape":"RdsDbInstanceStorage",
|
1741 | 1763 | "documentation":"<p>The DB instance storage recommendation details.</p>"
|
1742 | 1764 | },
|
| 1765 | + "auroraDbClusterStorage":{ |
| 1766 | + "shape":"AuroraDbClusterStorage", |
| 1767 | + "documentation":"<p>The Aurora DB cluster storage recommendation details.</p>" |
| 1768 | + }, |
1743 | 1769 | "dynamoDbReservedCapacity":{
|
1744 | 1770 | "shape":"DynamoDbReservedCapacity",
|
1745 | 1771 | "documentation":"<p>The DynamoDB reserved capacity recommendation details.</p>"
|
|
1814 | 1840 | "ElastiCacheReservedInstances",
|
1815 | 1841 | "RdsDbInstanceStorage",
|
1816 | 1842 | "RdsDbInstance",
|
| 1843 | + "AuroraDbClusterStorage", |
1817 | 1844 | "DynamoDbReservedCapacity",
|
1818 | 1845 | "MemoryDbReservedInstances"
|
1819 | 1846 | ]
|
|
0 commit comments