UNPKG

archfit

Version:

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

3 lines (2 loc) 228 B
import { DynamoDBCapacityUtilization } from '../../interfaces/DynamoDBCapacityUtilization'; export declare function getDynamoDBUtilization(region: string, period: number, tables: string[]): Promise<DynamoDBCapacityUtilization>;