UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

14 lines (13 loc) 489 B
import BackupPlan_ from './BackupPlan'; import BackupSelection_ from './BackupSelection'; import BackupVault_ from './BackupVault'; import Framework_ from './Framework'; import ReportPlan_ from './ReportPlan'; export declare namespace Backup { const BackupPlan: typeof BackupPlan_; const BackupSelection: typeof BackupSelection_; const BackupVault: typeof BackupVault_; const Framework: typeof Framework_; const ReportPlan: typeof ReportPlan_; } export default Backup;