UNPKG

archfit

Version:

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

3 lines (2 loc) 132 B
import { Reservation } from '@aws-sdk/client-ec2'; export declare function getEC2Instances(region: string): Promise<Reservation[]>;