UNPKG

@csermet/multiprovider

Version:

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

23 lines (22 loc) 515 B
import { Snapshot, TagList } from 'aws-sdk/clients/ec2'; import { ServiceConnection } from '@cloudgraph/sdk'; declare const _default: ({ service: snapshot, data, region, account, }: { account: string; data: { name: string; data: { [property: string]: any[]; }; }[]; service: Snapshot & { region: string; Tags?: TagList; }; region: string; }) => { [key: string]: ServiceConnection[]; }; /** * EBS Snapshot */ export default _default;