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