@am92/kms
Version:
Key Management Service
12 lines (11 loc) • 421 B
TypeScript
import { KmsErrorMap } from '../../TYPES';
/** @ignore */
export declare const INVALID_CONFIG_ERROR: KmsErrorMap;
/** @ignore */
export declare const INVALID_KEY_SPEC_ERROR: KmsErrorMap;
/** @ignore */
export declare const INVALID_KEY_PAIR_SPEC_ERROR: KmsErrorMap;
/** @ignore */
export declare const INVALD_MASTER_KEY_HEX_ERROR: KmsErrorMap;
/** @ignore */
export declare const INVALID_MASTER_IV_HEX_ERROR: KmsErrorMap;