Documentation ¶
Index ¶
- type CancelKeyDeletionFuture
- type Client
- type ConnectCustomKeyStoreFuture
- type CreateAliasFuture
- type CreateCustomKeyStoreFuture
- type CreateGrantFuture
- type CreateKeyFuture
- type DecryptFuture
- type DeleteAliasFuture
- type DeleteCustomKeyStoreFuture
- type DeleteImportedKeyMaterialFuture
- type DescribeCustomKeyStoresFuture
- type DescribeKeyFuture
- type DisableKeyFuture
- type DisableKeyRotationFuture
- type DisconnectCustomKeyStoreFuture
- type EnableKeyFuture
- type EnableKeyRotationFuture
- type EncryptFuture
- type GenerateDataKeyFuture
- type GenerateDataKeyPairFuture
- type GenerateDataKeyPairWithoutPlaintextFuture
- type GenerateDataKeyWithoutPlaintextFuture
- type GenerateRandomFuture
- type GetKeyPolicyFuture
- type GetKeyRotationStatusFuture
- type GetParametersForImportFuture
- type GetPublicKeyFuture
- type ImportKeyMaterialFuture
- type ListAliasesFuture
- type ListGrantsFuture
- type ListKeyPoliciesFuture
- type ListKeysFuture
- type ListResourceTagsFuture
- type ListRetirableGrantsFuture
- type PutKeyPolicyFuture
- type ReEncryptFuture
- type RetireGrantFuture
- type RevokeGrantFuture
- type ScheduleKeyDeletionFuture
- type SignFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateAliasFuture
- type UpdateCustomKeyStoreFuture
- type UpdateKeyDescriptionFuture
- type VerifyFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelKeyDeletionFuture ¶
type CancelKeyDeletionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CancelKeyDeletionFuture) Get ¶
func (r *CancelKeyDeletionFuture) Get(ctx workflow.Context) (*kms.CancelKeyDeletionOutput, error)
type Client ¶
type Client interface { CancelKeyDeletion(ctx workflow.Context, input *kms.CancelKeyDeletionInput) (*kms.CancelKeyDeletionOutput, error) CancelKeyDeletionAsync(ctx workflow.Context, input *kms.CancelKeyDeletionInput) *CancelKeyDeletionFuture ConnectCustomKeyStore(ctx workflow.Context, input *kms.ConnectCustomKeyStoreInput) (*kms.ConnectCustomKeyStoreOutput, error) ConnectCustomKeyStoreAsync(ctx workflow.Context, input *kms.ConnectCustomKeyStoreInput) *ConnectCustomKeyStoreFuture CreateAlias(ctx workflow.Context, input *kms.CreateAliasInput) (*kms.CreateAliasOutput, error) CreateAliasAsync(ctx workflow.Context, input *kms.CreateAliasInput) *CreateAliasFuture CreateCustomKeyStore(ctx workflow.Context, input *kms.CreateCustomKeyStoreInput) (*kms.CreateCustomKeyStoreOutput, error) CreateCustomKeyStoreAsync(ctx workflow.Context, input *kms.CreateCustomKeyStoreInput) *CreateCustomKeyStoreFuture CreateGrant(ctx workflow.Context, input *kms.CreateGrantInput) (*kms.CreateGrantOutput, error) CreateGrantAsync(ctx workflow.Context, input *kms.CreateGrantInput) *CreateGrantFuture CreateKey(ctx workflow.Context, input *kms.CreateKeyInput) (*kms.CreateKeyOutput, error) CreateKeyAsync(ctx workflow.Context, input *kms.CreateKeyInput) *CreateKeyFuture Decrypt(ctx workflow.Context, input *kms.DecryptInput) (*kms.DecryptOutput, error) DecryptAsync(ctx workflow.Context, input *kms.DecryptInput) *DecryptFuture DeleteAlias(ctx workflow.Context, input *kms.DeleteAliasInput) (*kms.DeleteAliasOutput, error) DeleteAliasAsync(ctx workflow.Context, input *kms.DeleteAliasInput) *DeleteAliasFuture DeleteCustomKeyStore(ctx workflow.Context, input *kms.DeleteCustomKeyStoreInput) (*kms.DeleteCustomKeyStoreOutput, error) DeleteCustomKeyStoreAsync(ctx workflow.Context, input *kms.DeleteCustomKeyStoreInput) *DeleteCustomKeyStoreFuture DeleteImportedKeyMaterial(ctx workflow.Context, input *kms.DeleteImportedKeyMaterialInput) (*kms.DeleteImportedKeyMaterialOutput, error) DeleteImportedKeyMaterialAsync(ctx workflow.Context, input *kms.DeleteImportedKeyMaterialInput) *DeleteImportedKeyMaterialFuture DescribeCustomKeyStores(ctx workflow.Context, input *kms.DescribeCustomKeyStoresInput) (*kms.DescribeCustomKeyStoresOutput, error) DescribeCustomKeyStoresAsync(ctx workflow.Context, input *kms.DescribeCustomKeyStoresInput) *DescribeCustomKeyStoresFuture DescribeKey(ctx workflow.Context, input *kms.DescribeKeyInput) (*kms.DescribeKeyOutput, error) DescribeKeyAsync(ctx workflow.Context, input *kms.DescribeKeyInput) *DescribeKeyFuture DisableKey(ctx workflow.Context, input *kms.DisableKeyInput) (*kms.DisableKeyOutput, error) DisableKeyAsync(ctx workflow.Context, input *kms.DisableKeyInput) *DisableKeyFuture DisableKeyRotation(ctx workflow.Context, input *kms.DisableKeyRotationInput) (*kms.DisableKeyRotationOutput, error) DisableKeyRotationAsync(ctx workflow.Context, input *kms.DisableKeyRotationInput) *DisableKeyRotationFuture DisconnectCustomKeyStore(ctx workflow.Context, input *kms.DisconnectCustomKeyStoreInput) (*kms.DisconnectCustomKeyStoreOutput, error) DisconnectCustomKeyStoreAsync(ctx workflow.Context, input *kms.DisconnectCustomKeyStoreInput) *DisconnectCustomKeyStoreFuture EnableKey(ctx workflow.Context, input *kms.EnableKeyInput) (*kms.EnableKeyOutput, error) EnableKeyAsync(ctx workflow.Context, input *kms.EnableKeyInput) *EnableKeyFuture EnableKeyRotation(ctx workflow.Context, input *kms.EnableKeyRotationInput) (*kms.EnableKeyRotationOutput, error) EnableKeyRotationAsync(ctx workflow.Context, input *kms.EnableKeyRotationInput) *EnableKeyRotationFuture Encrypt(ctx workflow.Context, input *kms.EncryptInput) (*kms.EncryptOutput, error) EncryptAsync(ctx workflow.Context, input *kms.EncryptInput) *EncryptFuture GenerateDataKey(ctx workflow.Context, input *kms.GenerateDataKeyInput) (*kms.GenerateDataKeyOutput, error) GenerateDataKeyAsync(ctx workflow.Context, input *kms.GenerateDataKeyInput) *GenerateDataKeyFuture GenerateDataKeyPair(ctx workflow.Context, input *kms.GenerateDataKeyPairInput) (*kms.GenerateDataKeyPairOutput, error) GenerateDataKeyPairAsync(ctx workflow.Context, input *kms.GenerateDataKeyPairInput) *GenerateDataKeyPairFuture GenerateDataKeyPairWithoutPlaintext(ctx workflow.Context, input *kms.GenerateDataKeyPairWithoutPlaintextInput) (*kms.GenerateDataKeyPairWithoutPlaintextOutput, error) GenerateDataKeyPairWithoutPlaintextAsync(ctx workflow.Context, input *kms.GenerateDataKeyPairWithoutPlaintextInput) *GenerateDataKeyPairWithoutPlaintextFuture GenerateDataKeyWithoutPlaintext(ctx workflow.Context, input *kms.GenerateDataKeyWithoutPlaintextInput) (*kms.GenerateDataKeyWithoutPlaintextOutput, error) GenerateDataKeyWithoutPlaintextAsync(ctx workflow.Context, input *kms.GenerateDataKeyWithoutPlaintextInput) *GenerateDataKeyWithoutPlaintextFuture GenerateRandom(ctx workflow.Context, input *kms.GenerateRandomInput) (*kms.GenerateRandomOutput, error) GenerateRandomAsync(ctx workflow.Context, input *kms.GenerateRandomInput) *GenerateRandomFuture GetKeyPolicy(ctx workflow.Context, input *kms.GetKeyPolicyInput) (*kms.GetKeyPolicyOutput, error) GetKeyPolicyAsync(ctx workflow.Context, input *kms.GetKeyPolicyInput) *GetKeyPolicyFuture GetKeyRotationStatus(ctx workflow.Context, input *kms.GetKeyRotationStatusInput) (*kms.GetKeyRotationStatusOutput, error) GetKeyRotationStatusAsync(ctx workflow.Context, input *kms.GetKeyRotationStatusInput) *GetKeyRotationStatusFuture GetParametersForImport(ctx workflow.Context, input *kms.GetParametersForImportInput) (*kms.GetParametersForImportOutput, error) GetParametersForImportAsync(ctx workflow.Context, input *kms.GetParametersForImportInput) *GetParametersForImportFuture GetPublicKey(ctx workflow.Context, input *kms.GetPublicKeyInput) (*kms.GetPublicKeyOutput, error) GetPublicKeyAsync(ctx workflow.Context, input *kms.GetPublicKeyInput) *GetPublicKeyFuture ImportKeyMaterial(ctx workflow.Context, input *kms.ImportKeyMaterialInput) (*kms.ImportKeyMaterialOutput, error) ImportKeyMaterialAsync(ctx workflow.Context, input *kms.ImportKeyMaterialInput) *ImportKeyMaterialFuture ListAliases(ctx workflow.Context, input *kms.ListAliasesInput) (*kms.ListAliasesOutput, error) ListAliasesAsync(ctx workflow.Context, input *kms.ListAliasesInput) *ListAliasesFuture ListGrants(ctx workflow.Context, input *kms.ListGrantsInput) (*kms.ListGrantsResponse, error) ListGrantsAsync(ctx workflow.Context, input *kms.ListGrantsInput) *ListGrantsFuture ListKeyPolicies(ctx workflow.Context, input *kms.ListKeyPoliciesInput) (*kms.ListKeyPoliciesOutput, error) ListKeyPoliciesAsync(ctx workflow.Context, input *kms.ListKeyPoliciesInput) *ListKeyPoliciesFuture ListKeys(ctx workflow.Context, input *kms.ListKeysInput) (*kms.ListKeysOutput, error) ListKeysAsync(ctx workflow.Context, input *kms.ListKeysInput) *ListKeysFuture ListResourceTags(ctx workflow.Context, input *kms.ListResourceTagsInput) (*kms.ListResourceTagsOutput, error) ListResourceTagsAsync(ctx workflow.Context, input *kms.ListResourceTagsInput) *ListResourceTagsFuture ListRetirableGrants(ctx workflow.Context, input *kms.ListRetirableGrantsInput) (*kms.ListGrantsResponse, error) ListRetirableGrantsAsync(ctx workflow.Context, input *kms.ListRetirableGrantsInput) *ListRetirableGrantsFuture PutKeyPolicy(ctx workflow.Context, input *kms.PutKeyPolicyInput) (*kms.PutKeyPolicyOutput, error) PutKeyPolicyAsync(ctx workflow.Context, input *kms.PutKeyPolicyInput) *PutKeyPolicyFuture ReEncrypt(ctx workflow.Context, input *kms.ReEncryptInput) (*kms.ReEncryptOutput, error) ReEncryptAsync(ctx workflow.Context, input *kms.ReEncryptInput) *ReEncryptFuture RetireGrant(ctx workflow.Context, input *kms.RetireGrantInput) (*kms.RetireGrantOutput, error) RetireGrantAsync(ctx workflow.Context, input *kms.RetireGrantInput) *RetireGrantFuture RevokeGrant(ctx workflow.Context, input *kms.RevokeGrantInput) (*kms.RevokeGrantOutput, error) RevokeGrantAsync(ctx workflow.Context, input *kms.RevokeGrantInput) *RevokeGrantFuture ScheduleKeyDeletion(ctx workflow.Context, input *kms.ScheduleKeyDeletionInput) (*kms.ScheduleKeyDeletionOutput, error) ScheduleKeyDeletionAsync(ctx workflow.Context, input *kms.ScheduleKeyDeletionInput) *ScheduleKeyDeletionFuture Sign(ctx workflow.Context, input *kms.SignInput) (*kms.SignOutput, error) SignAsync(ctx workflow.Context, input *kms.SignInput) *SignFuture TagResource(ctx workflow.Context, input *kms.TagResourceInput) (*kms.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *kms.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *kms.UntagResourceInput) (*kms.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *kms.UntagResourceInput) *UntagResourceFuture UpdateAlias(ctx workflow.Context, input *kms.UpdateAliasInput) (*kms.UpdateAliasOutput, error) UpdateAliasAsync(ctx workflow.Context, input *kms.UpdateAliasInput) *UpdateAliasFuture UpdateCustomKeyStore(ctx workflow.Context, input *kms.UpdateCustomKeyStoreInput) (*kms.UpdateCustomKeyStoreOutput, error) UpdateCustomKeyStoreAsync(ctx workflow.Context, input *kms.UpdateCustomKeyStoreInput) *UpdateCustomKeyStoreFuture UpdateKeyDescription(ctx workflow.Context, input *kms.UpdateKeyDescriptionInput) (*kms.UpdateKeyDescriptionOutput, error) UpdateKeyDescriptionAsync(ctx workflow.Context, input *kms.UpdateKeyDescriptionInput) *UpdateKeyDescriptionFuture Verify(ctx workflow.Context, input *kms.VerifyInput) (*kms.VerifyOutput, error) VerifyAsync(ctx workflow.Context, input *kms.VerifyInput) *VerifyFuture }
type ConnectCustomKeyStoreFuture ¶
type ConnectCustomKeyStoreFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ConnectCustomKeyStoreFuture) Get ¶
func (r *ConnectCustomKeyStoreFuture) Get(ctx workflow.Context) (*kms.ConnectCustomKeyStoreOutput, error)
type CreateAliasFuture ¶
func (*CreateAliasFuture) Get ¶
func (r *CreateAliasFuture) Get(ctx workflow.Context) (*kms.CreateAliasOutput, error)
type CreateCustomKeyStoreFuture ¶
type CreateCustomKeyStoreFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateCustomKeyStoreFuture) Get ¶
func (r *CreateCustomKeyStoreFuture) Get(ctx workflow.Context) (*kms.CreateCustomKeyStoreOutput, error)
type CreateGrantFuture ¶
func (*CreateGrantFuture) Get ¶
func (r *CreateGrantFuture) Get(ctx workflow.Context) (*kms.CreateGrantOutput, error)
type CreateKeyFuture ¶
func (*CreateKeyFuture) Get ¶
func (r *CreateKeyFuture) Get(ctx workflow.Context) (*kms.CreateKeyOutput, error)
type DecryptFuture ¶
func (*DecryptFuture) Get ¶
func (r *DecryptFuture) Get(ctx workflow.Context) (*kms.DecryptOutput, error)
type DeleteAliasFuture ¶
func (*DeleteAliasFuture) Get ¶
func (r *DeleteAliasFuture) Get(ctx workflow.Context) (*kms.DeleteAliasOutput, error)
type DeleteCustomKeyStoreFuture ¶
type DeleteCustomKeyStoreFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteCustomKeyStoreFuture) Get ¶
func (r *DeleteCustomKeyStoreFuture) Get(ctx workflow.Context) (*kms.DeleteCustomKeyStoreOutput, error)
type DeleteImportedKeyMaterialFuture ¶
type DeleteImportedKeyMaterialFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteImportedKeyMaterialFuture) Get ¶
func (r *DeleteImportedKeyMaterialFuture) Get(ctx workflow.Context) (*kms.DeleteImportedKeyMaterialOutput, error)
type DescribeCustomKeyStoresFuture ¶
type DescribeCustomKeyStoresFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCustomKeyStoresFuture) Get ¶
func (r *DescribeCustomKeyStoresFuture) Get(ctx workflow.Context) (*kms.DescribeCustomKeyStoresOutput, error)
type DescribeKeyFuture ¶
func (*DescribeKeyFuture) Get ¶
func (r *DescribeKeyFuture) Get(ctx workflow.Context) (*kms.DescribeKeyOutput, error)
type DisableKeyFuture ¶
func (*DisableKeyFuture) Get ¶
func (r *DisableKeyFuture) Get(ctx workflow.Context) (*kms.DisableKeyOutput, error)
type DisableKeyRotationFuture ¶
type DisableKeyRotationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisableKeyRotationFuture) Get ¶
func (r *DisableKeyRotationFuture) Get(ctx workflow.Context) (*kms.DisableKeyRotationOutput, error)
type DisconnectCustomKeyStoreFuture ¶
type DisconnectCustomKeyStoreFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisconnectCustomKeyStoreFuture) Get ¶
func (r *DisconnectCustomKeyStoreFuture) Get(ctx workflow.Context) (*kms.DisconnectCustomKeyStoreOutput, error)
type EnableKeyFuture ¶
func (*EnableKeyFuture) Get ¶
func (r *EnableKeyFuture) Get(ctx workflow.Context) (*kms.EnableKeyOutput, error)
type EnableKeyRotationFuture ¶
type EnableKeyRotationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*EnableKeyRotationFuture) Get ¶
func (r *EnableKeyRotationFuture) Get(ctx workflow.Context) (*kms.EnableKeyRotationOutput, error)
type EncryptFuture ¶
func (*EncryptFuture) Get ¶
func (r *EncryptFuture) Get(ctx workflow.Context) (*kms.EncryptOutput, error)
type GenerateDataKeyFuture ¶
type GenerateDataKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GenerateDataKeyFuture) Get ¶
func (r *GenerateDataKeyFuture) Get(ctx workflow.Context) (*kms.GenerateDataKeyOutput, error)
type GenerateDataKeyPairFuture ¶
type GenerateDataKeyPairFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GenerateDataKeyPairFuture) Get ¶
func (r *GenerateDataKeyPairFuture) Get(ctx workflow.Context) (*kms.GenerateDataKeyPairOutput, error)
type GenerateDataKeyPairWithoutPlaintextFuture ¶
type GenerateDataKeyPairWithoutPlaintextFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GenerateDataKeyPairWithoutPlaintextFuture) Get ¶
func (r *GenerateDataKeyPairWithoutPlaintextFuture) Get(ctx workflow.Context) (*kms.GenerateDataKeyPairWithoutPlaintextOutput, error)
type GenerateDataKeyWithoutPlaintextFuture ¶
type GenerateDataKeyWithoutPlaintextFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GenerateDataKeyWithoutPlaintextFuture) Get ¶
func (r *GenerateDataKeyWithoutPlaintextFuture) Get(ctx workflow.Context) (*kms.GenerateDataKeyWithoutPlaintextOutput, error)
type GenerateRandomFuture ¶
func (*GenerateRandomFuture) Get ¶
func (r *GenerateRandomFuture) Get(ctx workflow.Context) (*kms.GenerateRandomOutput, error)
type GetKeyPolicyFuture ¶
func (*GetKeyPolicyFuture) Get ¶
func (r *GetKeyPolicyFuture) Get(ctx workflow.Context) (*kms.GetKeyPolicyOutput, error)
type GetKeyRotationStatusFuture ¶
type GetKeyRotationStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetKeyRotationStatusFuture) Get ¶
func (r *GetKeyRotationStatusFuture) Get(ctx workflow.Context) (*kms.GetKeyRotationStatusOutput, error)
type GetParametersForImportFuture ¶
type GetParametersForImportFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetParametersForImportFuture) Get ¶
func (r *GetParametersForImportFuture) Get(ctx workflow.Context) (*kms.GetParametersForImportOutput, error)
type GetPublicKeyFuture ¶
func (*GetPublicKeyFuture) Get ¶
func (r *GetPublicKeyFuture) Get(ctx workflow.Context) (*kms.GetPublicKeyOutput, error)
type ImportKeyMaterialFuture ¶
type ImportKeyMaterialFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ImportKeyMaterialFuture) Get ¶
func (r *ImportKeyMaterialFuture) Get(ctx workflow.Context) (*kms.ImportKeyMaterialOutput, error)
type ListAliasesFuture ¶
func (*ListAliasesFuture) Get ¶
func (r *ListAliasesFuture) Get(ctx workflow.Context) (*kms.ListAliasesOutput, error)
type ListGrantsFuture ¶
func (*ListGrantsFuture) Get ¶
func (r *ListGrantsFuture) Get(ctx workflow.Context) (*kms.ListGrantsResponse, error)
type ListKeyPoliciesFuture ¶
type ListKeyPoliciesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListKeyPoliciesFuture) Get ¶
func (r *ListKeyPoliciesFuture) Get(ctx workflow.Context) (*kms.ListKeyPoliciesOutput, error)
type ListKeysFuture ¶
func (*ListKeysFuture) Get ¶
func (r *ListKeysFuture) Get(ctx workflow.Context) (*kms.ListKeysOutput, error)
type ListResourceTagsFuture ¶
type ListResourceTagsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListResourceTagsFuture) Get ¶
func (r *ListResourceTagsFuture) Get(ctx workflow.Context) (*kms.ListResourceTagsOutput, error)
type ListRetirableGrantsFuture ¶
type ListRetirableGrantsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListRetirableGrantsFuture) Get ¶
func (r *ListRetirableGrantsFuture) Get(ctx workflow.Context) (*kms.ListGrantsResponse, error)
type PutKeyPolicyFuture ¶
func (*PutKeyPolicyFuture) Get ¶
func (r *PutKeyPolicyFuture) Get(ctx workflow.Context) (*kms.PutKeyPolicyOutput, error)
type ReEncryptFuture ¶
func (*ReEncryptFuture) Get ¶
func (r *ReEncryptFuture) Get(ctx workflow.Context) (*kms.ReEncryptOutput, error)
type RetireGrantFuture ¶
func (*RetireGrantFuture) Get ¶
func (r *RetireGrantFuture) Get(ctx workflow.Context) (*kms.RetireGrantOutput, error)
type RevokeGrantFuture ¶
func (*RevokeGrantFuture) Get ¶
func (r *RevokeGrantFuture) Get(ctx workflow.Context) (*kms.RevokeGrantOutput, error)
type ScheduleKeyDeletionFuture ¶
type ScheduleKeyDeletionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ScheduleKeyDeletionFuture) Get ¶
func (r *ScheduleKeyDeletionFuture) Get(ctx workflow.Context) (*kms.ScheduleKeyDeletionOutput, error)
type SignFuture ¶
func (*SignFuture) Get ¶
func (r *SignFuture) Get(ctx workflow.Context) (*kms.SignOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*kms.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*kms.UntagResourceOutput, error)
type UpdateAliasFuture ¶
func (*UpdateAliasFuture) Get ¶
func (r *UpdateAliasFuture) Get(ctx workflow.Context) (*kms.UpdateAliasOutput, error)
type UpdateCustomKeyStoreFuture ¶
type UpdateCustomKeyStoreFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateCustomKeyStoreFuture) Get ¶
func (r *UpdateCustomKeyStoreFuture) Get(ctx workflow.Context) (*kms.UpdateCustomKeyStoreOutput, error)
type UpdateKeyDescriptionFuture ¶
type UpdateKeyDescriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateKeyDescriptionFuture) Get ¶
func (r *UpdateKeyDescriptionFuture) Get(ctx workflow.Context) (*kms.UpdateKeyDescriptionOutput, error)
type VerifyFuture ¶
func (*VerifyFuture) Get ¶
func (r *VerifyFuture) Get(ctx workflow.Context) (*kms.VerifyOutput, error)
Click to show internal directories.
Click to hide internal directories.