UNPKG

@csermet/multiprovider

Version:

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

19 lines (18 loc) 385 B
import { ServiceConnection } from '@cloudgraph/sdk'; import { RawAwsS3 } from './data'; declare const _default: ({ service, data, region, }: { data: { name: string; data: { [property: string]: any[]; }; }[]; service: RawAwsS3; region: string; }) => { [key: string]: ServiceConnection[]; }; /** * S3 */ export default _default;