@@ -58,8 +58,8 @@ export interface GetRecommendationCommandOutput extends GetRecommendationRespons
58
58
* // costCalculationLookbackPeriodInDays: Number("int"),
59
59
* // estimatedSavingsPercentage: Number("double"),
60
60
* // estimatedSavingsOverCostCalculationLookbackPeriod: Number("double"),
61
- * // currentResourceType: "Ec2Instance" || "LambdaFunction" || "EbsVolume" || "EcsService" || "Ec2AutoScalingGroup" || "Ec2InstanceSavingsPlans" || "ComputeSavingsPlans" || "SageMakerSavingsPlans" || "Ec2ReservedInstances" || "RdsReservedInstances" || "OpenSearchReservedInstances" || "RedshiftReservedInstances" || "ElastiCacheReservedInstances",
62
- * // recommendedResourceType: "Ec2Instance" || "LambdaFunction" || "EbsVolume" || "EcsService" || "Ec2AutoScalingGroup" || "Ec2InstanceSavingsPlans" || "ComputeSavingsPlans" || "SageMakerSavingsPlans" || "Ec2ReservedInstances" || "RdsReservedInstances" || "OpenSearchReservedInstances" || "RedshiftReservedInstances" || "ElastiCacheReservedInstances",
61
+ * // currentResourceType: "Ec2Instance" || "LambdaFunction" || "EbsVolume" || "EcsService" || "Ec2AutoScalingGroup" || "Ec2InstanceSavingsPlans" || "ComputeSavingsPlans" || "SageMakerSavingsPlans" || "Ec2ReservedInstances" || "RdsReservedInstances" || "OpenSearchReservedInstances" || "RedshiftReservedInstances" || "ElastiCacheReservedInstances" || "RdsDbInstanceStorage" || "RdsDbInstance" ,
62
+ * // recommendedResourceType: "Ec2Instance" || "LambdaFunction" || "EbsVolume" || "EcsService" || "Ec2AutoScalingGroup" || "Ec2InstanceSavingsPlans" || "ComputeSavingsPlans" || "SageMakerSavingsPlans" || "Ec2ReservedInstances" || "RdsReservedInstances" || "OpenSearchReservedInstances" || "RedshiftReservedInstances" || "ElastiCacheReservedInstances" || "RdsDbInstanceStorage" || "RdsDbInstance" ,
63
63
* // region: "STRING_VALUE",
64
64
* // source: "ComputeOptimizer" || "CostExplorer",
65
65
* // lastRefreshTimestamp: new Date("TIMESTAMP"),
@@ -403,6 +403,23 @@ export interface GetRecommendationCommandOutput extends GetRecommendationRespons
403
403
* // },
404
404
* // },
405
405
* // },
406
+ * // rdsDbInstance: { // RdsDbInstance
407
+ * // configuration: { // RdsDbInstanceConfiguration
408
+ * // instance: { // DbInstanceConfiguration
409
+ * // dbInstanceClass: "STRING_VALUE",
410
+ * // },
411
+ * // },
412
+ * // costCalculation: "<ResourceCostCalculation>",
413
+ * // },
414
+ * // rdsDbInstanceStorage: { // RdsDbInstanceStorage
415
+ * // configuration: { // RdsDbInstanceStorageConfiguration
416
+ * // storageType: "STRING_VALUE",
417
+ * // allocatedStorageInGb: Number("double"),
418
+ * // iops: Number("double"),
419
+ * // storageThroughput: Number("double"),
420
+ * // },
421
+ * // costCalculation: "<ResourceCostCalculation>",
422
+ * // },
406
423
* // },
407
424
* // recommendedResourceDetails: {// Union: only one key present
408
425
* // lambdaFunction: {
@@ -596,6 +613,23 @@ export interface GetRecommendationCommandOutput extends GetRecommendationRespons
596
613
* // },
597
614
* // costCalculation: "<SavingsPlansCostCalculation>",
598
615
* // },
616
+ * // rdsDbInstance: {
617
+ * // configuration: {
618
+ * // instance: {
619
+ * // dbInstanceClass: "STRING_VALUE",
620
+ * // },
621
+ * // },
622
+ * // costCalculation: "<ResourceCostCalculation>",
623
+ * // },
624
+ * // rdsDbInstanceStorage: {
625
+ * // configuration: {
626
+ * // storageType: "STRING_VALUE",
627
+ * // allocatedStorageInGb: Number("double"),
628
+ * // iops: Number("double"),
629
+ * // storageThroughput: Number("double"),
630
+ * // },
631
+ * // costCalculation: "<ResourceCostCalculation>",
632
+ * // },
599
633
* // },
600
634
* // tags: [ // TagList
601
635
* // { // Tag
0 commit comments