UNPKG

aws-spot-price

Version:

CLI utility to list current global AWS EC2 Spot Instance prices.

11 lines (10 loc) 342 B
type AuthErrorCode = 'CredentialsNotFound' | 'UnAuthorized'; export declare class AuthError extends Error { constructor(message: string, code: AuthErrorCode); readonly code: AuthErrorCode; } export declare const awsCredentialsCheck: (options?: { accessKeyId?: string; secretAccessKey?: string; }) => Promise<void>; export {};