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