UNPKG

@csermet/multiprovider

Version:

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

17 lines (16 loc) 436 B
import { ServiceConnection } from '@cloudgraph/sdk'; import { RawAwsApiGatewayHttpApi } from './data'; declare const _default: ({ service, data, region, account, }: { account: string; service: RawAwsApiGatewayHttpApi; data: { name: string; data: { [property: string]: any[]; }; }[]; region: string; }) => { [property: string]: ServiceConnection[]; }; export default _default;