UNPKG

@csermet/multiprovider

Version:

cloud-graph provider plugin for AWS used to fetch AWS cloud data.

14 lines (13 loc) 426 B
import Account from '../services/account'; import ACM from '../services/acm'; import AwsTag from '../services/tag'; declare const _default: { [x: string]: typeof ACM; account: typeof Account; tag: typeof AwsTag; }; /** * serviceMap is an object that contains all currently supported services for AWS * serviceMap is used by the serviceFactory to produce instances of service classes */ export default _default;