@infrascan/aws-ecs-scanner
Version:
Infrascan scanner definition for AWS ECS
9 lines (6 loc) • 322 B
text/typescript
import { ECSClient } from '@aws-sdk/client-ecs';
import { ServiceModule } from '@infrascan/shared-types';
export { ClusterGraphState, ServiceGraphState, TaskGraphState } from './graph.mjs';
export { ECS } from './types.d.mjs';
declare const ECSScanner: ServiceModule<ECSClient, "aws">;
export { ECSScanner as default };