UNPKG

@cloud-copilot/iam-collect

Version:

Collect IAM information from AWS Accounts

3 lines 286 B
import { TopLevelConfig } from '../config/config.js'; export declare function downloadData(configs: TopLevelConfig[], accountIds: string[], regions: string[], services: string[], concurrency: number | undefined, skipIndex: boolean): Promise<void>; //# sourceMappingURL=download.d.ts.map