UNPKG

@cloud-carbon-footprint/aws

Version:

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

6 lines (5 loc) 218 B
import { Provider } from '@aws-sdk/types'; import { AwsCredentialIdentity } from '@aws-sdk/types'; export default class AWSCredentialsProvider { static create(accountId: string): Provider<AwsCredentialIdentity>; }