# Variables
ErrKmsClient is returned when AWS KMS encounters an error.
# Structs
KeyFactory is a factory for creating Kms [MasterKey].
MasterKey contains the Kms Master Key, KMS Client, and it implements the [model.MasterKey] interface.
MrkKeyFactory is a factory for creating Kms [MrkMasterKey].
MrkMasterKey is a Kms [MasterKey] that uses a KMS multi-Region key.
# Interfaces
KeyHandler is an interface specific to the Kms [MasterKey] which is used by the KmsMasterKeyProvider.