@cloud-carbon-footprint/aws
Version:
The core logic to get cloud usage data and estimate energy and carbon emissions from Amazon Web Services.
9 lines (8 loc) • 464 B
TypeScript
import { AWS_RECOMMENDATIONS_TARGETS, RecommendationResult } from '@cloud-carbon-footprint/common';
import { ServiceWrapper } from '../ServiceWrapper';
export default class Recommendations {
static getRecommendations(recommendationTarget: AWS_RECOMMENDATIONS_TARGETS, serviceWrapper: ServiceWrapper): Promise<RecommendationResult[]>;
private static getComputeOptimizer;
private static getRightsizing;
private static getUniquesWithHighestSavings;
}