@@ -54,8 +54,8 @@ export interface GetRecommendationCommandOutput extends GetRecommendationRespons
5454 * // costCalculationLookbackPeriodInDays: Number("int"),
5555 * // estimatedSavingsPercentage: Number("double"),
5656 * // 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",
5959 * // region: "STRING_VALUE",
6060 * // source: "ComputeOptimizer" || "CostExplorer",
6161 * // lastRefreshTimestamp: new Date("TIMESTAMP"),
@@ -423,6 +423,12 @@ export interface GetRecommendationCommandOutput extends GetRecommendationRespons
423423 * // },
424424 * // costCalculation: "<ResourceCostCalculation>",
425425 * // },
426+ * // auroraDbClusterStorage: { // AuroraDbClusterStorage
427+ * // configuration: { // AuroraDbClusterStorageConfiguration
428+ * // storageType: "STRING_VALUE",
429+ * // },
430+ * // costCalculation: "<ResourceCostCalculation>",
431+ * // },
426432 * // dynamoDbReservedCapacity: { // DynamoDbReservedCapacity
427433 * // configuration: { // DynamoDbReservedCapacityConfiguration
428434 * // accountScope: "STRING_VALUE",
@@ -672,6 +678,12 @@ export interface GetRecommendationCommandOutput extends GetRecommendationRespons
672678 * // },
673679 * // costCalculation: "<ResourceCostCalculation>",
674680 * // },
681+ * // auroraDbClusterStorage: {
682+ * // configuration: {
683+ * // storageType: "STRING_VALUE",
684+ * // },
685+ * // costCalculation: "<ResourceCostCalculation>",
686+ * // },
675687 * // dynamoDbReservedCapacity: {
676688 * // configuration: {
677689 * // accountScope: "STRING_VALUE",
0 commit comments