@cloud-carbon-footprint/aws
Version:
The core logic to get cloud usage data and estimate energy and carbon emissions from Amazon Web Services.
7 lines • 649 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AWS_CLOUD_CONSTANTS = exports.AWS_EMISSIONS_FACTORS_METRIC_TON_PER_KWH = void 0;
var AwsFootprintEstimationConstants_1 = require("./AwsFootprintEstimationConstants");
Object.defineProperty(exports, "AWS_EMISSIONS_FACTORS_METRIC_TON_PER_KWH", { enumerable: true, get: function () { return AwsFootprintEstimationConstants_1.AWS_EMISSIONS_FACTORS_METRIC_TON_PER_KWH; } });
Object.defineProperty(exports, "AWS_CLOUD_CONSTANTS", { enumerable: true, get: function () { return AwsFootprintEstimationConstants_1.AWS_CLOUD_CONSTANTS; } });
//# sourceMappingURL=index.js.map