UNPKG

@csermet/multiprovider

Version:

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

11 lines (10 loc) 295 B
import { Organization } from 'aws-sdk/clients/organizations'; import { AwsOrganization } from '../../types/generated'; declare const _default: ({ service: data, account, }: { service: Organization; account: string; }) => AwsOrganization; /** * Organization */ export default _default;