@@ -54,8 +54,8 @@ export interface GetRecommendationCommandOutput extends GetRecommendationRespons
54
54
* // costCalculationLookbackPeriodInDays: Number("int"),
55
55
* // estimatedSavingsPercentage: Number("double"),
56
56
* // estimatedSavingsOverCostCalculationLookbackPeriod: Number("double"),
57
- * // currentResourceType: "Ec2Instance" || "LambdaFunction" || "EbsVolume" || "EcsService" || "Ec2AutoScalingGroup" || "Ec2InstanceSavingsPlans" || "ComputeSavingsPlans" || "SageMakerSavingsPlans" || "Ec2ReservedInstances" || "RdsReservedInstances" || "OpenSearchReservedInstances" || "RedshiftReservedInstances" || "ElastiCacheReservedInstances" || "RdsDbInstanceStorage" || "RdsDbInstance" || "DynamoDbReservedCapacity" || "MemoryDbReservedInstances",
58
- * // recommendedResourceType: "Ec2Instance" || "LambdaFunction" || "EbsVolume" || "EcsService" || "Ec2AutoScalingGroup" || "Ec2InstanceSavingsPlans" || "ComputeSavingsPlans" || "SageMakerSavingsPlans" || "Ec2ReservedInstances" || "RdsReservedInstances" || "OpenSearchReservedInstances" || "RedshiftReservedInstances" || "ElastiCacheReservedInstances" || "RdsDbInstanceStorage" || "RdsDbInstance" || "DynamoDbReservedCapacity" || "MemoryDbReservedInstances",
57
+ * // currentResourceType: "Ec2Instance" || "LambdaFunction" || "EbsVolume" || "EcsService" || "Ec2AutoScalingGroup" || "Ec2InstanceSavingsPlans" || "ComputeSavingsPlans" || "SageMakerSavingsPlans" || "Ec2ReservedInstances" || "RdsReservedInstances" || "OpenSearchReservedInstances" || "RedshiftReservedInstances" || "ElastiCacheReservedInstances" || "RdsDbInstanceStorage" || "RdsDbInstance" || "AuroraDbClusterStorage" || " DynamoDbReservedCapacity" || "MemoryDbReservedInstances",
58
+ * // recommendedResourceType: "Ec2Instance" || "LambdaFunction" || "EbsVolume" || "EcsService" || "Ec2AutoScalingGroup" || "Ec2InstanceSavingsPlans" || "ComputeSavingsPlans" || "SageMakerSavingsPlans" || "Ec2ReservedInstances" || "RdsReservedInstances" || "OpenSearchReservedInstances" || "RedshiftReservedInstances" || "ElastiCacheReservedInstances" || "RdsDbInstanceStorage" || "RdsDbInstance" || "AuroraDbClusterStorage" || " DynamoDbReservedCapacity" || "MemoryDbReservedInstances",
59
59
* // region: "STRING_VALUE",
60
60
* // source: "ComputeOptimizer" || "CostExplorer",
61
61
* // lastRefreshTimestamp: new Date("TIMESTAMP"),
@@ -423,6 +423,12 @@ export interface GetRecommendationCommandOutput extends GetRecommendationRespons
423
423
* // },
424
424
* // costCalculation: "<ResourceCostCalculation>",
425
425
* // },
426
+ * // auroraDbClusterStorage: { // AuroraDbClusterStorage
427
+ * // configuration: { // AuroraDbClusterStorageConfiguration
428
+ * // storageType: "STRING_VALUE",
429
+ * // },
430
+ * // costCalculation: "<ResourceCostCalculation>",
431
+ * // },
426
432
* // dynamoDbReservedCapacity: { // DynamoDbReservedCapacity
427
433
* // configuration: { // DynamoDbReservedCapacityConfiguration
428
434
* // accountScope: "STRING_VALUE",
@@ -672,6 +678,12 @@ export interface GetRecommendationCommandOutput extends GetRecommendationRespons
672
678
* // },
673
679
* // costCalculation: "<ResourceCostCalculation>",
674
680
* // },
681
+ * // auroraDbClusterStorage: {
682
+ * // configuration: {
683
+ * // storageType: "STRING_VALUE",
684
+ * // },
685
+ * // costCalculation: "<ResourceCostCalculation>",
686
+ * // },
675
687
* // dynamoDbReservedCapacity: {
676
688
* // configuration: {
677
689
* // accountScope: "STRING_VALUE",
0 commit comments