Versions in this module Expand all Collapse all v0 v0.6.0 Jun 3, 2015 Changes in this version + type KMSAPI interface + CreateAlias func(*kms.CreateAliasInput) (*kms.CreateAliasOutput, error) + CreateGrant func(*kms.CreateGrantInput) (*kms.CreateGrantOutput, error) + CreateKey func(*kms.CreateKeyInput) (*kms.CreateKeyOutput, error) + Decrypt func(*kms.DecryptInput) (*kms.DecryptOutput, error) + DeleteAlias func(*kms.DeleteAliasInput) (*kms.DeleteAliasOutput, error) + DescribeKey func(*kms.DescribeKeyInput) (*kms.DescribeKeyOutput, error) + DisableKey func(*kms.DisableKeyInput) (*kms.DisableKeyOutput, error) + DisableKeyRotation func(*kms.DisableKeyRotationInput) (*kms.DisableKeyRotationOutput, error) + EnableKey func(*kms.EnableKeyInput) (*kms.EnableKeyOutput, error) + EnableKeyRotation func(*kms.EnableKeyRotationInput) (*kms.EnableKeyRotationOutput, error) + Encrypt func(*kms.EncryptInput) (*kms.EncryptOutput, error) + GenerateDataKey func(*kms.GenerateDataKeyInput) (*kms.GenerateDataKeyOutput, error) + GenerateDataKeyWithoutPlaintext func(*kms.GenerateDataKeyWithoutPlaintextInput) (*kms.GenerateDataKeyWithoutPlaintextOutput, error) + GenerateRandom func(*kms.GenerateRandomInput) (*kms.GenerateRandomOutput, error) + GetKeyPolicy func(*kms.GetKeyPolicyInput) (*kms.GetKeyPolicyOutput, error) + GetKeyRotationStatus func(*kms.GetKeyRotationStatusInput) (*kms.GetKeyRotationStatusOutput, error) + ListAliases func(*kms.ListAliasesInput) (*kms.ListAliasesOutput, error) + ListGrants func(*kms.ListGrantsInput) (*kms.ListGrantsOutput, error) + ListKeyPolicies func(*kms.ListKeyPoliciesInput) (*kms.ListKeyPoliciesOutput, error) + ListKeys func(*kms.ListKeysInput) (*kms.ListKeysOutput, error) + PutKeyPolicy func(*kms.PutKeyPolicyInput) (*kms.PutKeyPolicyOutput, error) + ReEncrypt func(*kms.ReEncryptInput) (*kms.ReEncryptOutput, error) + RetireGrant func(*kms.RetireGrantInput) (*kms.RetireGrantOutput, error) + RevokeGrant func(*kms.RevokeGrantInput) (*kms.RevokeGrantOutput, error) + UpdateAlias func(*kms.UpdateAliasInput) (*kms.UpdateAliasOutput, error) + UpdateKeyDescription func(*kms.UpdateKeyDescriptionInput) (*kms.UpdateKeyDescriptionOutput, error)