import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
This exception is deprecated.
*/ export interface KmsKeyDisabledException extends __ServiceException__<_KmsKeyDisabledExceptionDetails> { name: "KmsKeyDisabledException"; } export interface _KmsKeyDisabledExceptionDetails { }