UNPKG

@cloud-copilot/iam-collect

Version:

Collect IAM information from AWS Accounts

8 lines 238 B
import { Indexer } from '../indexer.js'; interface S3BucketIndex { accountId: string; region: string; } export declare const S3BucketIndexer: Indexer<Record<string, S3BucketIndex>>; export {}; //# sourceMappingURL=buckets.d.ts.map