UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

14 lines (13 loc) 429 B
import ACL_ from './ACL'; import Cluster_ from './Cluster'; import ParameterGroup_ from './ParameterGroup'; import SubnetGroup_ from './SubnetGroup'; import User_ from './User'; export declare namespace MemoryDB { const ACL: typeof ACL_; const Cluster: typeof Cluster_; const ParameterGroup: typeof ParameterGroup_; const SubnetGroup: typeof SubnetGroup_; const User: typeof User_; } export default MemoryDB;