UNPKG

@csermet/multiprovider

Version:

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

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