UNPKG

aws-lockbox

Version:

AWS SSM Parameter Store secrets manager with TypeScript support

8 lines (7 loc) 141 B
interface AWSError { code?: string; } export declare class Throttler { static isThrottledError(err: AWSError): boolean; } export {};