Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateAlias(input *kms.CreateAliasInput) (*kms.CreateAliasOutput, error) Decrypt(*kms.DecryptInput) (*kms.DecryptOutput, error) GenerateDataKey(*kms.GenerateDataKeyInput) (*kms.GenerateDataKeyOutput, error) }
Client defines a subset of the kms client methods. The methods defined here are used to interact with KMS
Click to show internal directories.
Click to hide internal directories.