UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

18 lines (17 loc) 785 B
import Component_ from './Component'; import ContainerRecipe_ from './ContainerRecipe'; import DistributionConfiguration_ from './DistributionConfiguration'; import Image_ from './Image'; import ImagePipeline_ from './ImagePipeline'; import ImageRecipe_ from './ImageRecipe'; import InfrastructureConfiguration_ from './InfrastructureConfiguration'; export declare namespace ImageBuilder { const Component: typeof Component_; const ContainerRecipe: typeof ContainerRecipe_; const DistributionConfiguration: typeof DistributionConfiguration_; const Image: typeof Image_; const ImagePipeline: typeof ImagePipeline_; const ImageRecipe: typeof ImageRecipe_; const InfrastructureConfiguration: typeof InfrastructureConfiguration_; } export default ImageBuilder;