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