UNPKG

@csermet/multiprovider

Version:

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

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