@cloud-copilot/iam-collect
Version:
Collect IAM information from AWS Accounts
17 lines • 666 B
TypeScript
import { type AwsService } from '../services.js';
import { type 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