UNPKG

@csermet/multiprovider

Version:

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

9 lines (8 loc) 257 B
import { RawAwsAcm } from './data'; import { AwsAcm } from '../../types/generated'; declare const _default: ({ service, account: accountId, region, }: { service: RawAwsAcm; account: string; region: string; }) => AwsAcm; export default _default;