# Functions
GetEncryptRequest returns the raw bytes of a signed AWS KMS EncryptRequest.
No description provided by the author
NewCredentialCreator returns a CredentialCreator that uses the provided AWS KMS key and IAM role to create a new credential.
NewKMSDecrypter returns a new KMSDecrypter that uses the provided configuration to configure the AWS session.
# Variables
Errors.
Errors.
Errors.
Errors.
Errors.
# Structs
CredentialCreator is an implementation of the secrethub.Verifier and secrethub.Encrypter interface that can be used to create an AWS service account.
KMSDecrypter is an implementation of the secrethub.Decrypter interface that uses AWS KMS for decryption.