typed-aws
Version:
Helps you write AWS CloudFormation in TypeScript
18 lines (17 loc) • 647 B
TypeScript
import ByteMatchSet_ from './ByteMatchSet';
import IPSet_ from './IPSet';
import Rule_ from './Rule';
import SizeConstraintSet_ from './SizeConstraintSet';
import SqlInjectionMatchSet_ from './SqlInjectionMatchSet';
import WebACL_ from './WebACL';
import XssMatchSet_ from './XssMatchSet';
export declare namespace WAF {
const ByteMatchSet: typeof ByteMatchSet_;
const IPSet: typeof IPSet_;
const Rule: typeof Rule_;
const SizeConstraintSet: typeof SizeConstraintSet_;
const SqlInjectionMatchSet: typeof SqlInjectionMatchSet_;
const WebACL: typeof WebACL_;
const XssMatchSet: typeof XssMatchSet_;
}
export default WAF;