UNPKG

@csermet/multiprovider

Version:

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

20 lines (19 loc) 414 B
import { ServiceConnection } from '@cloudgraph/sdk'; import { RawAwsEip } from './data'; declare const _default: ({ service: eip, data, region, }: { account: string; data: { name: string; data: { [property: string]: any[]; }; }[]; service: RawAwsEip; region: string; }) => { [key: string]: ServiceConnection[]; }; /** * EIP */ export default _default;