UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 497 B
import Detector_ from './Detector'; import Filter_ from './Filter'; import IPSet_ from './IPSet'; import Master_ from './Master'; import Member_ from './Member'; import ThreatIntelSet_ from './ThreatIntelSet'; export declare namespace GuardDuty { const Detector: typeof Detector_; const Filter: typeof Filter_; const IPSet: typeof IPSet_; const Master: typeof Master_; const Member: typeof Member_; const ThreatIntelSet: typeof ThreatIntelSet_; } export default GuardDuty;