UNPKG

@csermet/multiprovider

Version:

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

9 lines (8 loc) 319 B
import { AwsCognitoIdentityPool } from '../../types/generated'; import { RawAwsCognitoIdentityPool } from './data'; declare const _default: ({ service: rawData, account, region, }: { service: RawAwsCognitoIdentityPool; account: string; region: string; }) => AwsCognitoIdentityPool; export default _default;