UNPKG

@nolanrigo/cloudformation

Version:

TypeScript-based imperative way to define AWS CloudFormation templates

20 lines (19 loc) 1.05 kB
export { default as Model } from "./Model"; export { default as UsagePlan } from "./UsagePlan"; export { default as ClientCertificate } from "./ClientCertificate"; export { default as DocumentationVersion } from "./DocumentationVersion"; export { default as Account } from "./Account"; export { default as DocumentationPart } from "./DocumentationPart"; export { default as Method } from "./Method"; export { default as RequestValidator } from "./RequestValidator"; export { default as Deployment } from "./Deployment"; export { default as ApiKey } from "./ApiKey"; export { default as Authorizer } from "./Authorizer"; export { default as BasePathMapping } from "./BasePathMapping"; export { default as Resource } from "./Resource"; export { default as DomainName } from "./DomainName"; export { default as Stage } from "./Stage"; export { default as UsagePlanKey } from "./UsagePlanKey"; export { default as VpcLink } from "./VpcLink"; export { default as GatewayResponse } from "./GatewayResponse"; export { default as RestApi } from "./RestApi";