@cloud-copilot/iam-policy
Version:
An ORM for AWS IAM policies
9 lines • 355 B
TypeScript
import { type Policy } from './policies/policy.js';
/**
* Load a Policy from a policy document
*
* @param policyDocument the policy document JSON object
* @returns the Policy object for the backing policy document
*/
export declare function loadPolicy<T = undefined>(policyDocument: any, metadata?: T): Policy<T>;
//# sourceMappingURL=parser.d.ts.map