typed-aws
Version:
Helps you write AWS CloudFormation in TypeScript
12 lines (11 loc) • 361 B
TypeScript
import Addon_ from './Addon';
import Cluster_ from './Cluster';
import FargateProfile_ from './FargateProfile';
import Nodegroup_ from './Nodegroup';
export declare namespace EKS {
const Addon: typeof Addon_;
const Cluster: typeof Cluster_;
const FargateProfile: typeof FargateProfile_;
const Nodegroup: typeof Nodegroup_;
}
export default EKS;