UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 467 B
import Dataset_ from './Dataset'; import Job_ from './Job'; import Project_ from './Project'; import Recipe_ from './Recipe'; import Ruleset_ from './Ruleset'; import Schedule_ from './Schedule'; export declare namespace DataBrew { const Dataset: typeof Dataset_; const Job: typeof Job_; const Project: typeof Project_; const Recipe: typeof Recipe_; const Ruleset: typeof Ruleset_; const Schedule: typeof Schedule_; } export default DataBrew;