UNPKG

@cloud-copilot/iam-collect

Version:

Collect IAM information from AWS Accounts

9 lines 549 B
export type { StorageConfig, TopLevelConfig } from './config/config.js'; export { loadConfigFiles } from './config/configFile.js'; export { downloadData } from './download/download.js'; export { index } from './index/index.js'; export { mergeSqliteDatabases } from './mergeSqlite/mergeSqlite.js'; export type { AwsIamStore } from './persistence/AwsIamStore.js'; export { createInMemoryStorageClient, createStorageClient } from './persistence/util.js'; export type { allServices, AwsService } from './services.js'; //# sourceMappingURL=index.d.ts.map