Documentation ¶
Index ¶
- type AliasesClient
- type KeysClient
- func (k *KeysClient) DescribeKey(input *kms.DescribeKeyInput) (*kms.DescribeKeyOutput, error)
- func (k *KeysClient) DisableKey(input *kms.DisableKeyInput) (*kms.DisableKeyOutput, error)
- func (k *KeysClient) ListKeys(input *kms.ListKeysInput) (*kms.ListKeysOutput, error)
- func (k *KeysClient) ListResourceTags(input *kms.ListResourceTagsInput) (*kms.ListResourceTagsOutput, error)
- func (k *KeysClient) ScheduleKeyDeletion(input *kms.ScheduleKeyDeletionInput) (*kms.ScheduleKeyDeletionOutput, error)
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliasesClient ¶
type AliasesClient struct { ListAliasesCall struct { CallCount int Receives struct { Input *kms.ListAliasesInput } Returns struct { Output *kms.ListAliasesOutput Error error } } DeleteAliasCall struct { CallCount int Receives struct { Input *kms.DeleteAliasInput } Returns struct { Output *kms.DeleteAliasOutput Error error } } }
func (*AliasesClient) DeleteAlias ¶
func (a *AliasesClient) DeleteAlias(input *kms.DeleteAliasInput) (*kms.DeleteAliasOutput, error)
func (*AliasesClient) ListAliases ¶
func (a *AliasesClient) ListAliases(input *kms.ListAliasesInput) (*kms.ListAliasesOutput, error)
type KeysClient ¶ added in v0.24.0
type KeysClient struct { ListKeysCall struct { CallCount int Receives struct { Input *kms.ListKeysInput } Returns struct { Output *kms.ListKeysOutput Error error } } DescribeKeyCall struct { CallCount int Receives struct { Input *kms.DescribeKeyInput } Returns struct { Output *kms.DescribeKeyOutput Error error } } ListResourceTagsCall struct { CallCount int Receives struct { Input *kms.ListResourceTagsInput } Returns struct { Output *kms.ListResourceTagsOutput Error error } } DisableKeyCall struct { CallCount int Receives struct { Input *kms.DisableKeyInput } Returns struct { Output *kms.DisableKeyOutput Error error } } ScheduleKeyDeletionCall struct { CallCount int Receives struct { Input *kms.ScheduleKeyDeletionInput } Returns struct { Output *kms.ScheduleKeyDeletionOutput Error error } } }
func (*KeysClient) DescribeKey ¶ added in v0.24.0
func (k *KeysClient) DescribeKey(input *kms.DescribeKeyInput) (*kms.DescribeKeyOutput, error)
func (*KeysClient) DisableKey ¶ added in v0.24.0
func (k *KeysClient) DisableKey(input *kms.DisableKeyInput) (*kms.DisableKeyOutput, error)
func (*KeysClient) ListKeys ¶ added in v0.24.0
func (k *KeysClient) ListKeys(input *kms.ListKeysInput) (*kms.ListKeysOutput, error)
func (*KeysClient) ListResourceTags ¶ added in v0.24.0
func (k *KeysClient) ListResourceTags(input *kms.ListResourceTagsInput) (*kms.ListResourceTagsOutput, error)
func (*KeysClient) ScheduleKeyDeletion ¶ added in v0.24.0
func (k *KeysClient) ScheduleKeyDeletion(input *kms.ScheduleKeyDeletionInput) (*kms.ScheduleKeyDeletionOutput, error)
type Logger ¶
type Logger struct { PrintfCall struct { CallCount int Receives struct { Message string Arguments []interface{} } Messages []string } PromptWithDetailsCall struct { CallCount int Receives struct { Type string Name string } Returns struct { Proceed bool } } }
func (*Logger) PromptWithDetails ¶
Click to show internal directories.
Click to hide internal directories.