UNPKG

archfit

Version:

Validate the fitness of your AWS solutions, without the heavy lifting!

3 lines (2 loc) 127 B
import { ECSClient } from '@aws-sdk/client-ecs'; export declare function getECSClusters(client: ECSClient): Promise<string[]>;