UNPKG

@csermet/multiprovider

Version:

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

12 lines (11 loc) 278 B
import { Entity, ServiceConnection } from '@cloudgraph/sdk'; declare const _default: ({ service, data, }: { service: { id: string; regions: string[]; }; data: Entity[]; }) => { [property: string]: ServiceConnection[]; }; export default _default;