UNPKG

@cloud-copilot/iam-collect

Version:

Collect IAM information from AWS Accounts

10 lines 396 B
import { AwsService } from '../services.js'; import { Indexer } from './indexer.js'; /** * Get the indexers for a given AWS service. * * @param awsService the AWS service to get the indexers for * @returns An array of indexers that are for the specified service. */ export declare function getIndexersForService(awsService: AwsService): Indexer<any>[]; //# sourceMappingURL=indexMap.d.ts.map