UNPKG

archfit

Version:

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

4 lines (3 loc) 268 B
import { RestApi } from '@aws-sdk/client-api-gateway'; import { APIGatewayErrorRates } from '../../interfaces/APIGatewayErrorRates'; export declare function getAPIGatewayErrorRate(region: string, period: number, instances: RestApi[]): Promise<APIGatewayErrorRates[]>;