UNPKG

@cloud-carbon-footprint/aws

Version:

The core logic to get cloud usage data and estimate energy and carbon emissions from Amazon Web Services.

5 lines (4 loc) 138 B
import { Credentials } from 'aws-sdk'; export default class AWSCredentialsProvider { static create(accountId: string): Credentials; }