UNPKG

@csermet/multiprovider

Version:

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

11 lines (10 loc) 256 B
import { RawAwsBilling } from './data'; import { AwsBilling } from '../../types/generated'; declare const _default: ({ service, account, }: { service: RawAwsBilling; account: string; }) => AwsBilling; /** * CloudWatch */ export default _default;