UNPKG

@csermet/multiprovider

Version:

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

16 lines (15 loc) 400 B
import { ServiceConnection } from '@cloudgraph/sdk'; import { NatGateway } from 'aws-sdk/clients/ec2'; declare const _default: ({ service: natGw, data, region, }: { service: NatGateway; data: { name: string; data: { [property: string]: any[]; }; }[]; region: string; }) => { [property: string]: ServiceConnection[]; }; export default _default;