UNPKG

aws-iam-policy-tool

Version:
6 lines (5 loc) 317 B
import { PolicyEntry } from './policy'; import { ArnType } from './operation'; import { RoleEntry } from './role'; export declare function readRoleFile(filePath: string, varSet: any): Promise<RoleEntry>; export declare function readPolicyFile(filePath: string, varSet: any, arnPrefix: ArnType): Promise<PolicyEntry>;