UNPKG

archfit

Version:

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

3 lines (2 loc) 186 B
import { GetMetricDataCommand } from '@aws-sdk/client-cloudwatch'; export declare function createMetricDataCommand(queries: string[], period: number, id?: string): GetMetricDataCommand;