UNPKG

archfit

Version:

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

3 lines (2 loc) 130 B
import { DBInstance } from '@aws-sdk/client-rds'; export declare function getRDSDatabases(region: string): Promise<DBInstance[]>;