UNPKG

@cloud-copilot/iam-collect

Version:

Collect IAM information from AWS Accounts

17 lines 656 B
import { AwsService } from '../services.js'; import { Sync } from './sync.js'; /** * Get the global syncs for a given AWS service. * * @param service The AWS service to get the syncs for * @returns An array of syncs that are global for the specified service. */ export declare function getGlobalSyncsForService(service: AwsService): Sync[]; /** * Get the regional syncs for a given AWS service. * * @param service The AWS service to get the syncs for * @returns An array of syncs that are regional for the specified service. */ export declare function getRegionalSyncsForService(service: AwsService): Sync[]; //# sourceMappingURL=syncMap.d.ts.map