UNPKG

@csermet/multiprovider

Version:

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

12 lines (11 loc) 364 B
import { AwsElasticBeanstalkApp } from '../../types/generated'; import { RawAwsElasticBeanstalkApp } from './data'; declare const _default: ({ account, region, service: application, }: { account: string; region: string; service: RawAwsElasticBeanstalkApp; }) => AwsElasticBeanstalkApp; /** * Elastic Beanstalk Application */ export default _default;