UNPKG

@csermet/multiprovider

Version:

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

12 lines (11 loc) 314 B
import { AwsRedshiftCluster } from '../../types/generated'; import { RawAwsRedshiftCluster } from './data'; declare const _default: ({ service, account, region, }: { service: RawAwsRedshiftCluster; account: string; region: string; }) => AwsRedshiftCluster; /** * Redshift */ export default _default;