@csermet/multiprovider
Version:
cloud-graph provider plugin for AWS used to fetch AWS cloud data.
12 lines (11 loc) • 361 B
TypeScript
import { RawAwsConfigurationRecorder } from './data';
import { AwsConfigurationRecorder } from '../../types/generated';
declare const _default: ({ service: rawData, account, region, }: {
service: RawAwsConfigurationRecorder;
account: string;
region: string;
}) => AwsConfigurationRecorder;
/**
* Configuration Recorder
*/
export default _default;