UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

22 lines (21 loc) 1.08 kB
import Cluster_ from './Cluster'; import ClusterParameterGroup_ from './ClusterParameterGroup'; import ClusterSecurityGroup_ from './ClusterSecurityGroup'; import ClusterSecurityGroupIngress_ from './ClusterSecurityGroupIngress'; import ClusterSubnetGroup_ from './ClusterSubnetGroup'; import EndpointAccess_ from './EndpointAccess'; import EndpointAuthorization_ from './EndpointAuthorization'; import EventSubscription_ from './EventSubscription'; import ScheduledAction_ from './ScheduledAction'; export declare namespace Redshift { const Cluster: typeof Cluster_; const ClusterParameterGroup: typeof ClusterParameterGroup_; const ClusterSecurityGroup: typeof ClusterSecurityGroup_; const ClusterSecurityGroupIngress: typeof ClusterSecurityGroupIngress_; const ClusterSubnetGroup: typeof ClusterSubnetGroup_; const EndpointAccess: typeof EndpointAccess_; const EndpointAuthorization: typeof EndpointAuthorization_; const EventSubscription: typeof EventSubscription_; const ScheduledAction: typeof ScheduledAction_; } export default Redshift;