UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

26 lines (25 loc) 1.05 kB
import ByteMatchSet_ from './ByteMatchSet'; import GeoMatchSet_ from './GeoMatchSet'; import IPSet_ from './IPSet'; import RateBasedRule_ from './RateBasedRule'; import RegexPatternSet_ from './RegexPatternSet'; import Rule_ from './Rule'; import SizeConstraintSet_ from './SizeConstraintSet'; import SqlInjectionMatchSet_ from './SqlInjectionMatchSet'; import WebACL_ from './WebACL'; import WebACLAssociation_ from './WebACLAssociation'; import XssMatchSet_ from './XssMatchSet'; export declare namespace WAFRegional { const ByteMatchSet: typeof ByteMatchSet_; const GeoMatchSet: typeof GeoMatchSet_; const IPSet: typeof IPSet_; const RateBasedRule: typeof RateBasedRule_; const RegexPatternSet: typeof RegexPatternSet_; const Rule: typeof Rule_; const SizeConstraintSet: typeof SizeConstraintSet_; const SqlInjectionMatchSet: typeof SqlInjectionMatchSet_; const WebACL: typeof WebACL_; const WebACLAssociation: typeof WebACLAssociation_; const XssMatchSet: typeof XssMatchSet_; } export default WAFRegional;