Documentation ¶
Index ¶
- type MockDynamoDBAPI
- func (_m *MockDynamoDBAPI) BatchGetItem(_param0 *dynamodb.BatchGetItemInput) (*dynamodb.BatchGetItemOutput, error)
- func (_m *MockDynamoDBAPI) BatchGetItemPages(_param0 *dynamodb.BatchGetItemInput, ...) error
- func (_m *MockDynamoDBAPI) BatchGetItemPagesWithContext(_param0 aws.Context, _param1 *dynamodb.BatchGetItemInput, ...) error
- func (_m *MockDynamoDBAPI) BatchGetItemRequest(_param0 *dynamodb.BatchGetItemInput) (*request.Request, *dynamodb.BatchGetItemOutput)
- func (_m *MockDynamoDBAPI) BatchGetItemWithContext(_param0 aws.Context, _param1 *dynamodb.BatchGetItemInput, ...) (*dynamodb.BatchGetItemOutput, error)
- func (_m *MockDynamoDBAPI) BatchWriteItem(_param0 *dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error)
- func (_m *MockDynamoDBAPI) BatchWriteItemRequest(_param0 *dynamodb.BatchWriteItemInput) (*request.Request, *dynamodb.BatchWriteItemOutput)
- func (_m *MockDynamoDBAPI) BatchWriteItemWithContext(_param0 aws.Context, _param1 *dynamodb.BatchWriteItemInput, ...) (*dynamodb.BatchWriteItemOutput, error)
- func (_m *MockDynamoDBAPI) CreateTable(_param0 *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
- func (_m *MockDynamoDBAPI) CreateTableRequest(_param0 *dynamodb.CreateTableInput) (*request.Request, *dynamodb.CreateTableOutput)
- func (_m *MockDynamoDBAPI) CreateTableWithContext(_param0 aws.Context, _param1 *dynamodb.CreateTableInput, ...) (*dynamodb.CreateTableOutput, error)
- func (_m *MockDynamoDBAPI) DeleteItem(_param0 *dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error)
- func (_m *MockDynamoDBAPI) DeleteItemRequest(_param0 *dynamodb.DeleteItemInput) (*request.Request, *dynamodb.DeleteItemOutput)
- func (_m *MockDynamoDBAPI) DeleteItemWithContext(_param0 aws.Context, _param1 *dynamodb.DeleteItemInput, ...) (*dynamodb.DeleteItemOutput, error)
- func (_m *MockDynamoDBAPI) DeleteTable(_param0 *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
- func (_m *MockDynamoDBAPI) DeleteTableRequest(_param0 *dynamodb.DeleteTableInput) (*request.Request, *dynamodb.DeleteTableOutput)
- func (_m *MockDynamoDBAPI) DeleteTableWithContext(_param0 aws.Context, _param1 *dynamodb.DeleteTableInput, ...) (*dynamodb.DeleteTableOutput, error)
- func (_m *MockDynamoDBAPI) DescribeLimits(_param0 *dynamodb.DescribeLimitsInput) (*dynamodb.DescribeLimitsOutput, error)
- func (_m *MockDynamoDBAPI) DescribeLimitsRequest(_param0 *dynamodb.DescribeLimitsInput) (*request.Request, *dynamodb.DescribeLimitsOutput)
- func (_m *MockDynamoDBAPI) DescribeLimitsWithContext(_param0 aws.Context, _param1 *dynamodb.DescribeLimitsInput, ...) (*dynamodb.DescribeLimitsOutput, error)
- func (_m *MockDynamoDBAPI) DescribeTable(_param0 *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
- func (_m *MockDynamoDBAPI) DescribeTableRequest(_param0 *dynamodb.DescribeTableInput) (*request.Request, *dynamodb.DescribeTableOutput)
- func (_m *MockDynamoDBAPI) DescribeTableWithContext(_param0 aws.Context, _param1 *dynamodb.DescribeTableInput, ...) (*dynamodb.DescribeTableOutput, error)
- func (_m *MockDynamoDBAPI) DescribeTimeToLive(_param0 *dynamodb.DescribeTimeToLiveInput) (*dynamodb.DescribeTimeToLiveOutput, error)
- func (_m *MockDynamoDBAPI) DescribeTimeToLiveRequest(_param0 *dynamodb.DescribeTimeToLiveInput) (*request.Request, *dynamodb.DescribeTimeToLiveOutput)
- func (_m *MockDynamoDBAPI) DescribeTimeToLiveWithContext(_param0 aws.Context, _param1 *dynamodb.DescribeTimeToLiveInput, ...) (*dynamodb.DescribeTimeToLiveOutput, error)
- func (_m *MockDynamoDBAPI) EXPECT() *MockDynamoDBAPIMockRecorder
- func (_m *MockDynamoDBAPI) GetItem(_param0 *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
- func (_m *MockDynamoDBAPI) GetItemRequest(_param0 *dynamodb.GetItemInput) (*request.Request, *dynamodb.GetItemOutput)
- func (_m *MockDynamoDBAPI) GetItemWithContext(_param0 aws.Context, _param1 *dynamodb.GetItemInput, _param2 ...request.Option) (*dynamodb.GetItemOutput, error)
- func (_m *MockDynamoDBAPI) ListTables(_param0 *dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error)
- func (_m *MockDynamoDBAPI) ListTablesPages(_param0 *dynamodb.ListTablesInput, ...) error
- func (_m *MockDynamoDBAPI) ListTablesPagesWithContext(_param0 aws.Context, _param1 *dynamodb.ListTablesInput, ...) error
- func (_m *MockDynamoDBAPI) ListTablesRequest(_param0 *dynamodb.ListTablesInput) (*request.Request, *dynamodb.ListTablesOutput)
- func (_m *MockDynamoDBAPI) ListTablesWithContext(_param0 aws.Context, _param1 *dynamodb.ListTablesInput, ...) (*dynamodb.ListTablesOutput, error)
- func (_m *MockDynamoDBAPI) ListTagsOfResource(_param0 *dynamodb.ListTagsOfResourceInput) (*dynamodb.ListTagsOfResourceOutput, error)
- func (_m *MockDynamoDBAPI) ListTagsOfResourceRequest(_param0 *dynamodb.ListTagsOfResourceInput) (*request.Request, *dynamodb.ListTagsOfResourceOutput)
- func (_m *MockDynamoDBAPI) ListTagsOfResourceWithContext(_param0 aws.Context, _param1 *dynamodb.ListTagsOfResourceInput, ...) (*dynamodb.ListTagsOfResourceOutput, error)
- func (_m *MockDynamoDBAPI) PutItem(_param0 *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)
- func (_m *MockDynamoDBAPI) PutItemRequest(_param0 *dynamodb.PutItemInput) (*request.Request, *dynamodb.PutItemOutput)
- func (_m *MockDynamoDBAPI) PutItemWithContext(_param0 aws.Context, _param1 *dynamodb.PutItemInput, _param2 ...request.Option) (*dynamodb.PutItemOutput, error)
- func (_m *MockDynamoDBAPI) Query(_param0 *dynamodb.QueryInput) (*dynamodb.QueryOutput, error)
- func (_m *MockDynamoDBAPI) QueryPages(_param0 *dynamodb.QueryInput, _param1 func(*dynamodb.QueryOutput, bool) bool) error
- func (_m *MockDynamoDBAPI) QueryPagesWithContext(_param0 aws.Context, _param1 *dynamodb.QueryInput, ...) error
- func (_m *MockDynamoDBAPI) QueryRequest(_param0 *dynamodb.QueryInput) (*request.Request, *dynamodb.QueryOutput)
- func (_m *MockDynamoDBAPI) QueryWithContext(_param0 aws.Context, _param1 *dynamodb.QueryInput, _param2 ...request.Option) (*dynamodb.QueryOutput, error)
- func (_m *MockDynamoDBAPI) Scan(_param0 *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)
- func (_m *MockDynamoDBAPI) ScanPages(_param0 *dynamodb.ScanInput, _param1 func(*dynamodb.ScanOutput, bool) bool) error
- func (_m *MockDynamoDBAPI) ScanPagesWithContext(_param0 aws.Context, _param1 *dynamodb.ScanInput, ...) error
- func (_m *MockDynamoDBAPI) ScanRequest(_param0 *dynamodb.ScanInput) (*request.Request, *dynamodb.ScanOutput)
- func (_m *MockDynamoDBAPI) ScanWithContext(_param0 aws.Context, _param1 *dynamodb.ScanInput, _param2 ...request.Option) (*dynamodb.ScanOutput, error)
- func (_m *MockDynamoDBAPI) TagResource(_param0 *dynamodb.TagResourceInput) (*dynamodb.TagResourceOutput, error)
- func (_m *MockDynamoDBAPI) TagResourceRequest(_param0 *dynamodb.TagResourceInput) (*request.Request, *dynamodb.TagResourceOutput)
- func (_m *MockDynamoDBAPI) TagResourceWithContext(_param0 aws.Context, _param1 *dynamodb.TagResourceInput, ...) (*dynamodb.TagResourceOutput, error)
- func (_m *MockDynamoDBAPI) UntagResource(_param0 *dynamodb.UntagResourceInput) (*dynamodb.UntagResourceOutput, error)
- func (_m *MockDynamoDBAPI) UntagResourceRequest(_param0 *dynamodb.UntagResourceInput) (*request.Request, *dynamodb.UntagResourceOutput)
- func (_m *MockDynamoDBAPI) UntagResourceWithContext(_param0 aws.Context, _param1 *dynamodb.UntagResourceInput, ...) (*dynamodb.UntagResourceOutput, error)
- func (_m *MockDynamoDBAPI) UpdateItem(_param0 *dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error)
- func (_m *MockDynamoDBAPI) UpdateItemRequest(_param0 *dynamodb.UpdateItemInput) (*request.Request, *dynamodb.UpdateItemOutput)
- func (_m *MockDynamoDBAPI) UpdateItemWithContext(_param0 aws.Context, _param1 *dynamodb.UpdateItemInput, ...) (*dynamodb.UpdateItemOutput, error)
- func (_m *MockDynamoDBAPI) UpdateTable(_param0 *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
- func (_m *MockDynamoDBAPI) UpdateTableRequest(_param0 *dynamodb.UpdateTableInput) (*request.Request, *dynamodb.UpdateTableOutput)
- func (_m *MockDynamoDBAPI) UpdateTableWithContext(_param0 aws.Context, _param1 *dynamodb.UpdateTableInput, ...) (*dynamodb.UpdateTableOutput, error)
- func (_m *MockDynamoDBAPI) UpdateTimeToLive(_param0 *dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error)
- func (_m *MockDynamoDBAPI) UpdateTimeToLiveRequest(_param0 *dynamodb.UpdateTimeToLiveInput) (*request.Request, *dynamodb.UpdateTimeToLiveOutput)
- func (_m *MockDynamoDBAPI) UpdateTimeToLiveWithContext(_param0 aws.Context, _param1 *dynamodb.UpdateTimeToLiveInput, ...) (*dynamodb.UpdateTimeToLiveOutput, error)
- func (_m *MockDynamoDBAPI) WaitUntilTableExists(_param0 *dynamodb.DescribeTableInput) error
- func (_m *MockDynamoDBAPI) WaitUntilTableExistsWithContext(_param0 aws.Context, _param1 *dynamodb.DescribeTableInput, ...) error
- func (_m *MockDynamoDBAPI) WaitUntilTableNotExists(_param0 *dynamodb.DescribeTableInput) error
- func (_m *MockDynamoDBAPI) WaitUntilTableNotExistsWithContext(_param0 aws.Context, _param1 *dynamodb.DescribeTableInput, ...) error
- type MockDynamoDBAPIMockRecorder
- func (_mr *MockDynamoDBAPIMockRecorder) BatchGetItem(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) BatchGetItemPages(arg0, arg1 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) BatchGetItemRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) BatchGetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) BatchWriteItem(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) BatchWriteItemRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) CreateTable(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) CreateTableRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) CreateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DeleteItem(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DeleteItemRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DeleteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DeleteTable(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DeleteTableRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DeleteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DescribeLimits(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DescribeLimitsRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DescribeTable(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DescribeTableRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DescribeTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLive(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) GetItem(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) GetItemRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) GetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) ListTables(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) ListTablesPages(arg0, arg1 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) ListTablesRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) ListTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) ListTagsOfResource(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) PutItem(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) PutItemRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) PutItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) Query(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) QueryPages(arg0, arg1 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) QueryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) QueryRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) QueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) Scan(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) ScanPages(arg0, arg1 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) ScanPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) ScanRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) ScanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) UpdateItem(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) UpdateItemRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) UpdateItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) UpdateTable(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) UpdateTableRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) UpdateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLive(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExists(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists(arg0 interface{}) *gomock.Call
- func (_mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockKMSAPI
- func (_m *MockKMSAPI) CancelKeyDeletion(_param0 *kms.CancelKeyDeletionInput) (*kms.CancelKeyDeletionOutput, error)
- func (_m *MockKMSAPI) CancelKeyDeletionRequest(_param0 *kms.CancelKeyDeletionInput) (*request.Request, *kms.CancelKeyDeletionOutput)
- func (_m *MockKMSAPI) CancelKeyDeletionWithContext(_param0 aws.Context, _param1 *kms.CancelKeyDeletionInput, ...) (*kms.CancelKeyDeletionOutput, error)
- func (_m *MockKMSAPI) CreateAlias(_param0 *kms.CreateAliasInput) (*kms.CreateAliasOutput, error)
- func (_m *MockKMSAPI) CreateAliasRequest(_param0 *kms.CreateAliasInput) (*request.Request, *kms.CreateAliasOutput)
- func (_m *MockKMSAPI) CreateAliasWithContext(_param0 aws.Context, _param1 *kms.CreateAliasInput, _param2 ...request.Option) (*kms.CreateAliasOutput, error)
- func (_m *MockKMSAPI) CreateGrant(_param0 *kms.CreateGrantInput) (*kms.CreateGrantOutput, error)
- func (_m *MockKMSAPI) CreateGrantRequest(_param0 *kms.CreateGrantInput) (*request.Request, *kms.CreateGrantOutput)
- func (_m *MockKMSAPI) CreateGrantWithContext(_param0 aws.Context, _param1 *kms.CreateGrantInput, _param2 ...request.Option) (*kms.CreateGrantOutput, error)
- func (_m *MockKMSAPI) CreateKey(_param0 *kms.CreateKeyInput) (*kms.CreateKeyOutput, error)
- func (_m *MockKMSAPI) CreateKeyRequest(_param0 *kms.CreateKeyInput) (*request.Request, *kms.CreateKeyOutput)
- func (_m *MockKMSAPI) CreateKeyWithContext(_param0 aws.Context, _param1 *kms.CreateKeyInput, _param2 ...request.Option) (*kms.CreateKeyOutput, error)
- func (_m *MockKMSAPI) Decrypt(_param0 *kms.DecryptInput) (*kms.DecryptOutput, error)
- func (_m *MockKMSAPI) DecryptRequest(_param0 *kms.DecryptInput) (*request.Request, *kms.DecryptOutput)
- func (_m *MockKMSAPI) DecryptWithContext(_param0 aws.Context, _param1 *kms.DecryptInput, _param2 ...request.Option) (*kms.DecryptOutput, error)
- func (_m *MockKMSAPI) DeleteAlias(_param0 *kms.DeleteAliasInput) (*kms.DeleteAliasOutput, error)
- func (_m *MockKMSAPI) DeleteAliasRequest(_param0 *kms.DeleteAliasInput) (*request.Request, *kms.DeleteAliasOutput)
- func (_m *MockKMSAPI) DeleteAliasWithContext(_param0 aws.Context, _param1 *kms.DeleteAliasInput, _param2 ...request.Option) (*kms.DeleteAliasOutput, error)
- func (_m *MockKMSAPI) DeleteImportedKeyMaterial(_param0 *kms.DeleteImportedKeyMaterialInput) (*kms.DeleteImportedKeyMaterialOutput, error)
- func (_m *MockKMSAPI) DeleteImportedKeyMaterialRequest(_param0 *kms.DeleteImportedKeyMaterialInput) (*request.Request, *kms.DeleteImportedKeyMaterialOutput)
- func (_m *MockKMSAPI) DeleteImportedKeyMaterialWithContext(_param0 aws.Context, _param1 *kms.DeleteImportedKeyMaterialInput, ...) (*kms.DeleteImportedKeyMaterialOutput, error)
- func (_m *MockKMSAPI) DescribeKey(_param0 *kms.DescribeKeyInput) (*kms.DescribeKeyOutput, error)
- func (_m *MockKMSAPI) DescribeKeyRequest(_param0 *kms.DescribeKeyInput) (*request.Request, *kms.DescribeKeyOutput)
- func (_m *MockKMSAPI) DescribeKeyWithContext(_param0 aws.Context, _param1 *kms.DescribeKeyInput, _param2 ...request.Option) (*kms.DescribeKeyOutput, error)
- func (_m *MockKMSAPI) DisableKey(_param0 *kms.DisableKeyInput) (*kms.DisableKeyOutput, error)
- func (_m *MockKMSAPI) DisableKeyRequest(_param0 *kms.DisableKeyInput) (*request.Request, *kms.DisableKeyOutput)
- func (_m *MockKMSAPI) DisableKeyRotation(_param0 *kms.DisableKeyRotationInput) (*kms.DisableKeyRotationOutput, error)
- func (_m *MockKMSAPI) DisableKeyRotationRequest(_param0 *kms.DisableKeyRotationInput) (*request.Request, *kms.DisableKeyRotationOutput)
- func (_m *MockKMSAPI) DisableKeyRotationWithContext(_param0 aws.Context, _param1 *kms.DisableKeyRotationInput, ...) (*kms.DisableKeyRotationOutput, error)
- func (_m *MockKMSAPI) DisableKeyWithContext(_param0 aws.Context, _param1 *kms.DisableKeyInput, _param2 ...request.Option) (*kms.DisableKeyOutput, error)
- func (_m *MockKMSAPI) EXPECT() *MockKMSAPIMockRecorder
- func (_m *MockKMSAPI) EnableKey(_param0 *kms.EnableKeyInput) (*kms.EnableKeyOutput, error)
- func (_m *MockKMSAPI) EnableKeyRequest(_param0 *kms.EnableKeyInput) (*request.Request, *kms.EnableKeyOutput)
- func (_m *MockKMSAPI) EnableKeyRotation(_param0 *kms.EnableKeyRotationInput) (*kms.EnableKeyRotationOutput, error)
- func (_m *MockKMSAPI) EnableKeyRotationRequest(_param0 *kms.EnableKeyRotationInput) (*request.Request, *kms.EnableKeyRotationOutput)
- func (_m *MockKMSAPI) EnableKeyRotationWithContext(_param0 aws.Context, _param1 *kms.EnableKeyRotationInput, ...) (*kms.EnableKeyRotationOutput, error)
- func (_m *MockKMSAPI) EnableKeyWithContext(_param0 aws.Context, _param1 *kms.EnableKeyInput, _param2 ...request.Option) (*kms.EnableKeyOutput, error)
- func (_m *MockKMSAPI) Encrypt(_param0 *kms.EncryptInput) (*kms.EncryptOutput, error)
- func (_m *MockKMSAPI) EncryptRequest(_param0 *kms.EncryptInput) (*request.Request, *kms.EncryptOutput)
- func (_m *MockKMSAPI) EncryptWithContext(_param0 aws.Context, _param1 *kms.EncryptInput, _param2 ...request.Option) (*kms.EncryptOutput, error)
- func (_m *MockKMSAPI) GenerateDataKey(_param0 *kms.GenerateDataKeyInput) (*kms.GenerateDataKeyOutput, error)
- func (_m *MockKMSAPI) GenerateDataKeyRequest(_param0 *kms.GenerateDataKeyInput) (*request.Request, *kms.GenerateDataKeyOutput)
- func (_m *MockKMSAPI) GenerateDataKeyWithContext(_param0 aws.Context, _param1 *kms.GenerateDataKeyInput, ...) (*kms.GenerateDataKeyOutput, error)
- func (_m *MockKMSAPI) GenerateDataKeyWithoutPlaintext(_param0 *kms.GenerateDataKeyWithoutPlaintextInput) (*kms.GenerateDataKeyWithoutPlaintextOutput, error)
- func (_m *MockKMSAPI) GenerateDataKeyWithoutPlaintextRequest(_param0 *kms.GenerateDataKeyWithoutPlaintextInput) (*request.Request, *kms.GenerateDataKeyWithoutPlaintextOutput)
- func (_m *MockKMSAPI) GenerateDataKeyWithoutPlaintextWithContext(_param0 aws.Context, _param1 *kms.GenerateDataKeyWithoutPlaintextInput, ...) (*kms.GenerateDataKeyWithoutPlaintextOutput, error)
- func (_m *MockKMSAPI) GenerateRandom(_param0 *kms.GenerateRandomInput) (*kms.GenerateRandomOutput, error)
- func (_m *MockKMSAPI) GenerateRandomRequest(_param0 *kms.GenerateRandomInput) (*request.Request, *kms.GenerateRandomOutput)
- func (_m *MockKMSAPI) GenerateRandomWithContext(_param0 aws.Context, _param1 *kms.GenerateRandomInput, ...) (*kms.GenerateRandomOutput, error)
- func (_m *MockKMSAPI) GetKeyPolicy(_param0 *kms.GetKeyPolicyInput) (*kms.GetKeyPolicyOutput, error)
- func (_m *MockKMSAPI) GetKeyPolicyRequest(_param0 *kms.GetKeyPolicyInput) (*request.Request, *kms.GetKeyPolicyOutput)
- func (_m *MockKMSAPI) GetKeyPolicyWithContext(_param0 aws.Context, _param1 *kms.GetKeyPolicyInput, _param2 ...request.Option) (*kms.GetKeyPolicyOutput, error)
- func (_m *MockKMSAPI) GetKeyRotationStatus(_param0 *kms.GetKeyRotationStatusInput) (*kms.GetKeyRotationStatusOutput, error)
- func (_m *MockKMSAPI) GetKeyRotationStatusRequest(_param0 *kms.GetKeyRotationStatusInput) (*request.Request, *kms.GetKeyRotationStatusOutput)
- func (_m *MockKMSAPI) GetKeyRotationStatusWithContext(_param0 aws.Context, _param1 *kms.GetKeyRotationStatusInput, ...) (*kms.GetKeyRotationStatusOutput, error)
- func (_m *MockKMSAPI) GetParametersForImport(_param0 *kms.GetParametersForImportInput) (*kms.GetParametersForImportOutput, error)
- func (_m *MockKMSAPI) GetParametersForImportRequest(_param0 *kms.GetParametersForImportInput) (*request.Request, *kms.GetParametersForImportOutput)
- func (_m *MockKMSAPI) GetParametersForImportWithContext(_param0 aws.Context, _param1 *kms.GetParametersForImportInput, ...) (*kms.GetParametersForImportOutput, error)
- func (_m *MockKMSAPI) ImportKeyMaterial(_param0 *kms.ImportKeyMaterialInput) (*kms.ImportKeyMaterialOutput, error)
- func (_m *MockKMSAPI) ImportKeyMaterialRequest(_param0 *kms.ImportKeyMaterialInput) (*request.Request, *kms.ImportKeyMaterialOutput)
- func (_m *MockKMSAPI) ImportKeyMaterialWithContext(_param0 aws.Context, _param1 *kms.ImportKeyMaterialInput, ...) (*kms.ImportKeyMaterialOutput, error)
- func (_m *MockKMSAPI) ListAliases(_param0 *kms.ListAliasesInput) (*kms.ListAliasesOutput, error)
- func (_m *MockKMSAPI) ListAliasesPages(_param0 *kms.ListAliasesInput, _param1 func(*kms.ListAliasesOutput, bool) bool) error
- func (_m *MockKMSAPI) ListAliasesPagesWithContext(_param0 aws.Context, _param1 *kms.ListAliasesInput, ...) error
- func (_m *MockKMSAPI) ListAliasesRequest(_param0 *kms.ListAliasesInput) (*request.Request, *kms.ListAliasesOutput)
- func (_m *MockKMSAPI) ListAliasesWithContext(_param0 aws.Context, _param1 *kms.ListAliasesInput, _param2 ...request.Option) (*kms.ListAliasesOutput, error)
- func (_m *MockKMSAPI) ListGrants(_param0 *kms.ListGrantsInput) (*kms.ListGrantsResponse, error)
- func (_m *MockKMSAPI) ListGrantsPages(_param0 *kms.ListGrantsInput, _param1 func(*kms.ListGrantsResponse, bool) bool) error
- func (_m *MockKMSAPI) ListGrantsPagesWithContext(_param0 aws.Context, _param1 *kms.ListGrantsInput, ...) error
- func (_m *MockKMSAPI) ListGrantsRequest(_param0 *kms.ListGrantsInput) (*request.Request, *kms.ListGrantsResponse)
- func (_m *MockKMSAPI) ListGrantsWithContext(_param0 aws.Context, _param1 *kms.ListGrantsInput, _param2 ...request.Option) (*kms.ListGrantsResponse, error)
- func (_m *MockKMSAPI) ListKeyPolicies(_param0 *kms.ListKeyPoliciesInput) (*kms.ListKeyPoliciesOutput, error)
- func (_m *MockKMSAPI) ListKeyPoliciesPages(_param0 *kms.ListKeyPoliciesInput, ...) error
- func (_m *MockKMSAPI) ListKeyPoliciesPagesWithContext(_param0 aws.Context, _param1 *kms.ListKeyPoliciesInput, ...) error
- func (_m *MockKMSAPI) ListKeyPoliciesRequest(_param0 *kms.ListKeyPoliciesInput) (*request.Request, *kms.ListKeyPoliciesOutput)
- func (_m *MockKMSAPI) ListKeyPoliciesWithContext(_param0 aws.Context, _param1 *kms.ListKeyPoliciesInput, ...) (*kms.ListKeyPoliciesOutput, error)
- func (_m *MockKMSAPI) ListKeys(_param0 *kms.ListKeysInput) (*kms.ListKeysOutput, error)
- func (_m *MockKMSAPI) ListKeysPages(_param0 *kms.ListKeysInput, _param1 func(*kms.ListKeysOutput, bool) bool) error
- func (_m *MockKMSAPI) ListKeysPagesWithContext(_param0 aws.Context, _param1 *kms.ListKeysInput, ...) error
- func (_m *MockKMSAPI) ListKeysRequest(_param0 *kms.ListKeysInput) (*request.Request, *kms.ListKeysOutput)
- func (_m *MockKMSAPI) ListKeysWithContext(_param0 aws.Context, _param1 *kms.ListKeysInput, _param2 ...request.Option) (*kms.ListKeysOutput, error)
- func (_m *MockKMSAPI) ListResourceTags(_param0 *kms.ListResourceTagsInput) (*kms.ListResourceTagsOutput, error)
- func (_m *MockKMSAPI) ListResourceTagsRequest(_param0 *kms.ListResourceTagsInput) (*request.Request, *kms.ListResourceTagsOutput)
- func (_m *MockKMSAPI) ListResourceTagsWithContext(_param0 aws.Context, _param1 *kms.ListResourceTagsInput, ...) (*kms.ListResourceTagsOutput, error)
- func (_m *MockKMSAPI) ListRetirableGrants(_param0 *kms.ListRetirableGrantsInput) (*kms.ListGrantsResponse, error)
- func (_m *MockKMSAPI) ListRetirableGrantsRequest(_param0 *kms.ListRetirableGrantsInput) (*request.Request, *kms.ListGrantsResponse)
- func (_m *MockKMSAPI) ListRetirableGrantsWithContext(_param0 aws.Context, _param1 *kms.ListRetirableGrantsInput, ...) (*kms.ListGrantsResponse, error)
- func (_m *MockKMSAPI) PutKeyPolicy(_param0 *kms.PutKeyPolicyInput) (*kms.PutKeyPolicyOutput, error)
- func (_m *MockKMSAPI) PutKeyPolicyRequest(_param0 *kms.PutKeyPolicyInput) (*request.Request, *kms.PutKeyPolicyOutput)
- func (_m *MockKMSAPI) PutKeyPolicyWithContext(_param0 aws.Context, _param1 *kms.PutKeyPolicyInput, _param2 ...request.Option) (*kms.PutKeyPolicyOutput, error)
- func (_m *MockKMSAPI) ReEncrypt(_param0 *kms.ReEncryptInput) (*kms.ReEncryptOutput, error)
- func (_m *MockKMSAPI) ReEncryptRequest(_param0 *kms.ReEncryptInput) (*request.Request, *kms.ReEncryptOutput)
- func (_m *MockKMSAPI) ReEncryptWithContext(_param0 aws.Context, _param1 *kms.ReEncryptInput, _param2 ...request.Option) (*kms.ReEncryptOutput, error)
- func (_m *MockKMSAPI) RetireGrant(_param0 *kms.RetireGrantInput) (*kms.RetireGrantOutput, error)
- func (_m *MockKMSAPI) RetireGrantRequest(_param0 *kms.RetireGrantInput) (*request.Request, *kms.RetireGrantOutput)
- func (_m *MockKMSAPI) RetireGrantWithContext(_param0 aws.Context, _param1 *kms.RetireGrantInput, _param2 ...request.Option) (*kms.RetireGrantOutput, error)
- func (_m *MockKMSAPI) RevokeGrant(_param0 *kms.RevokeGrantInput) (*kms.RevokeGrantOutput, error)
- func (_m *MockKMSAPI) RevokeGrantRequest(_param0 *kms.RevokeGrantInput) (*request.Request, *kms.RevokeGrantOutput)
- func (_m *MockKMSAPI) RevokeGrantWithContext(_param0 aws.Context, _param1 *kms.RevokeGrantInput, _param2 ...request.Option) (*kms.RevokeGrantOutput, error)
- func (_m *MockKMSAPI) ScheduleKeyDeletion(_param0 *kms.ScheduleKeyDeletionInput) (*kms.ScheduleKeyDeletionOutput, error)
- func (_m *MockKMSAPI) ScheduleKeyDeletionRequest(_param0 *kms.ScheduleKeyDeletionInput) (*request.Request, *kms.ScheduleKeyDeletionOutput)
- func (_m *MockKMSAPI) ScheduleKeyDeletionWithContext(_param0 aws.Context, _param1 *kms.ScheduleKeyDeletionInput, ...) (*kms.ScheduleKeyDeletionOutput, error)
- func (_m *MockKMSAPI) TagResource(_param0 *kms.TagResourceInput) (*kms.TagResourceOutput, error)
- func (_m *MockKMSAPI) TagResourceRequest(_param0 *kms.TagResourceInput) (*request.Request, *kms.TagResourceOutput)
- func (_m *MockKMSAPI) TagResourceWithContext(_param0 aws.Context, _param1 *kms.TagResourceInput, _param2 ...request.Option) (*kms.TagResourceOutput, error)
- func (_m *MockKMSAPI) UntagResource(_param0 *kms.UntagResourceInput) (*kms.UntagResourceOutput, error)
- func (_m *MockKMSAPI) UntagResourceRequest(_param0 *kms.UntagResourceInput) (*request.Request, *kms.UntagResourceOutput)
- func (_m *MockKMSAPI) UntagResourceWithContext(_param0 aws.Context, _param1 *kms.UntagResourceInput, ...) (*kms.UntagResourceOutput, error)
- func (_m *MockKMSAPI) UpdateAlias(_param0 *kms.UpdateAliasInput) (*kms.UpdateAliasOutput, error)
- func (_m *MockKMSAPI) UpdateAliasRequest(_param0 *kms.UpdateAliasInput) (*request.Request, *kms.UpdateAliasOutput)
- func (_m *MockKMSAPI) UpdateAliasWithContext(_param0 aws.Context, _param1 *kms.UpdateAliasInput, _param2 ...request.Option) (*kms.UpdateAliasOutput, error)
- func (_m *MockKMSAPI) UpdateKeyDescription(_param0 *kms.UpdateKeyDescriptionInput) (*kms.UpdateKeyDescriptionOutput, error)
- func (_m *MockKMSAPI) UpdateKeyDescriptionRequest(_param0 *kms.UpdateKeyDescriptionInput) (*request.Request, *kms.UpdateKeyDescriptionOutput)
- func (_m *MockKMSAPI) UpdateKeyDescriptionWithContext(_param0 aws.Context, _param1 *kms.UpdateKeyDescriptionInput, ...) (*kms.UpdateKeyDescriptionOutput, error)
- type MockKMSAPIMockRecorder
- func (_mr *MockKMSAPIMockRecorder) CancelKeyDeletion(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) CancelKeyDeletionRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) CancelKeyDeletionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) CreateAlias(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) CreateAliasRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) CreateAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) CreateGrant(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) CreateGrantRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) CreateGrantWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) CreateKey(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) CreateKeyRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) CreateKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) Decrypt(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DecryptRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DecryptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DeleteAlias(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DeleteAliasRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DeleteAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DeleteImportedKeyMaterial(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DeleteImportedKeyMaterialRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DeleteImportedKeyMaterialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DescribeKey(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DescribeKeyRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DescribeKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DisableKey(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DisableKeyRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DisableKeyRotation(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DisableKeyRotationRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DisableKeyRotationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) DisableKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) EnableKey(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) EnableKeyRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) EnableKeyRotation(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) EnableKeyRotationRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) EnableKeyRotationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) EnableKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) Encrypt(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) EncryptRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) EncryptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GenerateDataKey(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GenerateDataKeyRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GenerateDataKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintext(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintextRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintextWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GenerateRandom(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GenerateRandomRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GenerateRandomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GetKeyPolicy(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GetKeyPolicyRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GetKeyPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GetKeyRotationStatus(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GetKeyRotationStatusRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GetKeyRotationStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GetParametersForImport(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GetParametersForImportRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) GetParametersForImportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ImportKeyMaterial(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ImportKeyMaterialRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ImportKeyMaterialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListAliases(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListAliasesPages(arg0, arg1 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListAliasesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListAliasesRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListAliasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListGrants(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListGrantsPages(arg0, arg1 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListGrantsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListGrantsRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListGrantsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListKeyPolicies(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListKeyPoliciesPages(arg0, arg1 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListKeyPoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListKeyPoliciesRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListKeyPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListKeys(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListKeysPages(arg0, arg1 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListKeysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListKeysRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListResourceTags(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListResourceTagsRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListResourceTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListRetirableGrants(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListRetirableGrantsRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ListRetirableGrantsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) PutKeyPolicy(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) PutKeyPolicyRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) PutKeyPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ReEncrypt(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ReEncryptRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ReEncryptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) RetireGrant(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) RetireGrantRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) RetireGrantWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) RevokeGrant(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) RevokeGrantRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) RevokeGrantWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ScheduleKeyDeletion(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ScheduleKeyDeletionRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) ScheduleKeyDeletionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) UpdateAlias(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) UpdateAliasRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) UpdateAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) UpdateKeyDescription(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) UpdateKeyDescriptionRequest(arg0 interface{}) *gomock.Call
- func (_mr *MockKMSAPIMockRecorder) UpdateKeyDescriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDynamoDBAPI ¶
type MockDynamoDBAPI struct {
// contains filtered or unexported fields
}
MockDynamoDBAPI is a mock of DynamoDBAPI interface
func NewMockDynamoDBAPI ¶
func NewMockDynamoDBAPI(ctrl *gomock.Controller) *MockDynamoDBAPI
NewMockDynamoDBAPI creates a new mock instance
func (*MockDynamoDBAPI) BatchGetItem ¶
func (_m *MockDynamoDBAPI) BatchGetItem(_param0 *dynamodb.BatchGetItemInput) (*dynamodb.BatchGetItemOutput, error)
BatchGetItem mocks base method
func (*MockDynamoDBAPI) BatchGetItemPages ¶
func (_m *MockDynamoDBAPI) BatchGetItemPages(_param0 *dynamodb.BatchGetItemInput, _param1 func(*dynamodb.BatchGetItemOutput, bool) bool) error
BatchGetItemPages mocks base method
func (*MockDynamoDBAPI) BatchGetItemPagesWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) BatchGetItemPagesWithContext(_param0 aws.Context, _param1 *dynamodb.BatchGetItemInput, _param2 func(*dynamodb.BatchGetItemOutput, bool) bool, _param3 ...request.Option) error
BatchGetItemPagesWithContext mocks base method
func (*MockDynamoDBAPI) BatchGetItemRequest ¶
func (_m *MockDynamoDBAPI) BatchGetItemRequest(_param0 *dynamodb.BatchGetItemInput) (*request.Request, *dynamodb.BatchGetItemOutput)
BatchGetItemRequest mocks base method
func (*MockDynamoDBAPI) BatchGetItemWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) BatchGetItemWithContext(_param0 aws.Context, _param1 *dynamodb.BatchGetItemInput, _param2 ...request.Option) (*dynamodb.BatchGetItemOutput, error)
BatchGetItemWithContext mocks base method
func (*MockDynamoDBAPI) BatchWriteItem ¶
func (_m *MockDynamoDBAPI) BatchWriteItem(_param0 *dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error)
BatchWriteItem mocks base method
func (*MockDynamoDBAPI) BatchWriteItemRequest ¶
func (_m *MockDynamoDBAPI) BatchWriteItemRequest(_param0 *dynamodb.BatchWriteItemInput) (*request.Request, *dynamodb.BatchWriteItemOutput)
BatchWriteItemRequest mocks base method
func (*MockDynamoDBAPI) BatchWriteItemWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) BatchWriteItemWithContext(_param0 aws.Context, _param1 *dynamodb.BatchWriteItemInput, _param2 ...request.Option) (*dynamodb.BatchWriteItemOutput, error)
BatchWriteItemWithContext mocks base method
func (*MockDynamoDBAPI) CreateTable ¶
func (_m *MockDynamoDBAPI) CreateTable(_param0 *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
CreateTable mocks base method
func (*MockDynamoDBAPI) CreateTableRequest ¶
func (_m *MockDynamoDBAPI) CreateTableRequest(_param0 *dynamodb.CreateTableInput) (*request.Request, *dynamodb.CreateTableOutput)
CreateTableRequest mocks base method
func (*MockDynamoDBAPI) CreateTableWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) CreateTableWithContext(_param0 aws.Context, _param1 *dynamodb.CreateTableInput, _param2 ...request.Option) (*dynamodb.CreateTableOutput, error)
CreateTableWithContext mocks base method
func (*MockDynamoDBAPI) DeleteItem ¶
func (_m *MockDynamoDBAPI) DeleteItem(_param0 *dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error)
DeleteItem mocks base method
func (*MockDynamoDBAPI) DeleteItemRequest ¶
func (_m *MockDynamoDBAPI) DeleteItemRequest(_param0 *dynamodb.DeleteItemInput) (*request.Request, *dynamodb.DeleteItemOutput)
DeleteItemRequest mocks base method
func (*MockDynamoDBAPI) DeleteItemWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) DeleteItemWithContext(_param0 aws.Context, _param1 *dynamodb.DeleteItemInput, _param2 ...request.Option) (*dynamodb.DeleteItemOutput, error)
DeleteItemWithContext mocks base method
func (*MockDynamoDBAPI) DeleteTable ¶
func (_m *MockDynamoDBAPI) DeleteTable(_param0 *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
DeleteTable mocks base method
func (*MockDynamoDBAPI) DeleteTableRequest ¶
func (_m *MockDynamoDBAPI) DeleteTableRequest(_param0 *dynamodb.DeleteTableInput) (*request.Request, *dynamodb.DeleteTableOutput)
DeleteTableRequest mocks base method
func (*MockDynamoDBAPI) DeleteTableWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) DeleteTableWithContext(_param0 aws.Context, _param1 *dynamodb.DeleteTableInput, _param2 ...request.Option) (*dynamodb.DeleteTableOutput, error)
DeleteTableWithContext mocks base method
func (*MockDynamoDBAPI) DescribeLimits ¶
func (_m *MockDynamoDBAPI) DescribeLimits(_param0 *dynamodb.DescribeLimitsInput) (*dynamodb.DescribeLimitsOutput, error)
DescribeLimits mocks base method
func (*MockDynamoDBAPI) DescribeLimitsRequest ¶
func (_m *MockDynamoDBAPI) DescribeLimitsRequest(_param0 *dynamodb.DescribeLimitsInput) (*request.Request, *dynamodb.DescribeLimitsOutput)
DescribeLimitsRequest mocks base method
func (*MockDynamoDBAPI) DescribeLimitsWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) DescribeLimitsWithContext(_param0 aws.Context, _param1 *dynamodb.DescribeLimitsInput, _param2 ...request.Option) (*dynamodb.DescribeLimitsOutput, error)
DescribeLimitsWithContext mocks base method
func (*MockDynamoDBAPI) DescribeTable ¶
func (_m *MockDynamoDBAPI) DescribeTable(_param0 *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
DescribeTable mocks base method
func (*MockDynamoDBAPI) DescribeTableRequest ¶
func (_m *MockDynamoDBAPI) DescribeTableRequest(_param0 *dynamodb.DescribeTableInput) (*request.Request, *dynamodb.DescribeTableOutput)
DescribeTableRequest mocks base method
func (*MockDynamoDBAPI) DescribeTableWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) DescribeTableWithContext(_param0 aws.Context, _param1 *dynamodb.DescribeTableInput, _param2 ...request.Option) (*dynamodb.DescribeTableOutput, error)
DescribeTableWithContext mocks base method
func (*MockDynamoDBAPI) DescribeTimeToLive ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) DescribeTimeToLive(_param0 *dynamodb.DescribeTimeToLiveInput) (*dynamodb.DescribeTimeToLiveOutput, error)
DescribeTimeToLive mocks base method
func (*MockDynamoDBAPI) DescribeTimeToLiveRequest ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) DescribeTimeToLiveRequest(_param0 *dynamodb.DescribeTimeToLiveInput) (*request.Request, *dynamodb.DescribeTimeToLiveOutput)
DescribeTimeToLiveRequest mocks base method
func (*MockDynamoDBAPI) DescribeTimeToLiveWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) DescribeTimeToLiveWithContext(_param0 aws.Context, _param1 *dynamodb.DescribeTimeToLiveInput, _param2 ...request.Option) (*dynamodb.DescribeTimeToLiveOutput, error)
DescribeTimeToLiveWithContext mocks base method
func (*MockDynamoDBAPI) EXPECT ¶
func (_m *MockDynamoDBAPI) EXPECT() *MockDynamoDBAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDynamoDBAPI) GetItem ¶
func (_m *MockDynamoDBAPI) GetItem(_param0 *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
GetItem mocks base method
func (*MockDynamoDBAPI) GetItemRequest ¶
func (_m *MockDynamoDBAPI) GetItemRequest(_param0 *dynamodb.GetItemInput) (*request.Request, *dynamodb.GetItemOutput)
GetItemRequest mocks base method
func (*MockDynamoDBAPI) GetItemWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) GetItemWithContext(_param0 aws.Context, _param1 *dynamodb.GetItemInput, _param2 ...request.Option) (*dynamodb.GetItemOutput, error)
GetItemWithContext mocks base method
func (*MockDynamoDBAPI) ListTables ¶
func (_m *MockDynamoDBAPI) ListTables(_param0 *dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error)
ListTables mocks base method
func (*MockDynamoDBAPI) ListTablesPages ¶
func (_m *MockDynamoDBAPI) ListTablesPages(_param0 *dynamodb.ListTablesInput, _param1 func(*dynamodb.ListTablesOutput, bool) bool) error
ListTablesPages mocks base method
func (*MockDynamoDBAPI) ListTablesPagesWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) ListTablesPagesWithContext(_param0 aws.Context, _param1 *dynamodb.ListTablesInput, _param2 func(*dynamodb.ListTablesOutput, bool) bool, _param3 ...request.Option) error
ListTablesPagesWithContext mocks base method
func (*MockDynamoDBAPI) ListTablesRequest ¶
func (_m *MockDynamoDBAPI) ListTablesRequest(_param0 *dynamodb.ListTablesInput) (*request.Request, *dynamodb.ListTablesOutput)
ListTablesRequest mocks base method
func (*MockDynamoDBAPI) ListTablesWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) ListTablesWithContext(_param0 aws.Context, _param1 *dynamodb.ListTablesInput, _param2 ...request.Option) (*dynamodb.ListTablesOutput, error)
ListTablesWithContext mocks base method
func (*MockDynamoDBAPI) ListTagsOfResource ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) ListTagsOfResource(_param0 *dynamodb.ListTagsOfResourceInput) (*dynamodb.ListTagsOfResourceOutput, error)
ListTagsOfResource mocks base method
func (*MockDynamoDBAPI) ListTagsOfResourceRequest ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) ListTagsOfResourceRequest(_param0 *dynamodb.ListTagsOfResourceInput) (*request.Request, *dynamodb.ListTagsOfResourceOutput)
ListTagsOfResourceRequest mocks base method
func (*MockDynamoDBAPI) ListTagsOfResourceWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) ListTagsOfResourceWithContext(_param0 aws.Context, _param1 *dynamodb.ListTagsOfResourceInput, _param2 ...request.Option) (*dynamodb.ListTagsOfResourceOutput, error)
ListTagsOfResourceWithContext mocks base method
func (*MockDynamoDBAPI) PutItem ¶
func (_m *MockDynamoDBAPI) PutItem(_param0 *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)
PutItem mocks base method
func (*MockDynamoDBAPI) PutItemRequest ¶
func (_m *MockDynamoDBAPI) PutItemRequest(_param0 *dynamodb.PutItemInput) (*request.Request, *dynamodb.PutItemOutput)
PutItemRequest mocks base method
func (*MockDynamoDBAPI) PutItemWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) PutItemWithContext(_param0 aws.Context, _param1 *dynamodb.PutItemInput, _param2 ...request.Option) (*dynamodb.PutItemOutput, error)
PutItemWithContext mocks base method
func (*MockDynamoDBAPI) Query ¶
func (_m *MockDynamoDBAPI) Query(_param0 *dynamodb.QueryInput) (*dynamodb.QueryOutput, error)
Query mocks base method
func (*MockDynamoDBAPI) QueryPages ¶
func (_m *MockDynamoDBAPI) QueryPages(_param0 *dynamodb.QueryInput, _param1 func(*dynamodb.QueryOutput, bool) bool) error
QueryPages mocks base method
func (*MockDynamoDBAPI) QueryPagesWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) QueryPagesWithContext(_param0 aws.Context, _param1 *dynamodb.QueryInput, _param2 func(*dynamodb.QueryOutput, bool) bool, _param3 ...request.Option) error
QueryPagesWithContext mocks base method
func (*MockDynamoDBAPI) QueryRequest ¶
func (_m *MockDynamoDBAPI) QueryRequest(_param0 *dynamodb.QueryInput) (*request.Request, *dynamodb.QueryOutput)
QueryRequest mocks base method
func (*MockDynamoDBAPI) QueryWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) QueryWithContext(_param0 aws.Context, _param1 *dynamodb.QueryInput, _param2 ...request.Option) (*dynamodb.QueryOutput, error)
QueryWithContext mocks base method
func (*MockDynamoDBAPI) Scan ¶
func (_m *MockDynamoDBAPI) Scan(_param0 *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)
Scan mocks base method
func (*MockDynamoDBAPI) ScanPages ¶
func (_m *MockDynamoDBAPI) ScanPages(_param0 *dynamodb.ScanInput, _param1 func(*dynamodb.ScanOutput, bool) bool) error
ScanPages mocks base method
func (*MockDynamoDBAPI) ScanPagesWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) ScanPagesWithContext(_param0 aws.Context, _param1 *dynamodb.ScanInput, _param2 func(*dynamodb.ScanOutput, bool) bool, _param3 ...request.Option) error
ScanPagesWithContext mocks base method
func (*MockDynamoDBAPI) ScanRequest ¶
func (_m *MockDynamoDBAPI) ScanRequest(_param0 *dynamodb.ScanInput) (*request.Request, *dynamodb.ScanOutput)
ScanRequest mocks base method
func (*MockDynamoDBAPI) ScanWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) ScanWithContext(_param0 aws.Context, _param1 *dynamodb.ScanInput, _param2 ...request.Option) (*dynamodb.ScanOutput, error)
ScanWithContext mocks base method
func (*MockDynamoDBAPI) TagResource ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) TagResource(_param0 *dynamodb.TagResourceInput) (*dynamodb.TagResourceOutput, error)
TagResource mocks base method
func (*MockDynamoDBAPI) TagResourceRequest ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) TagResourceRequest(_param0 *dynamodb.TagResourceInput) (*request.Request, *dynamodb.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockDynamoDBAPI) TagResourceWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) TagResourceWithContext(_param0 aws.Context, _param1 *dynamodb.TagResourceInput, _param2 ...request.Option) (*dynamodb.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockDynamoDBAPI) UntagResource ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) UntagResource(_param0 *dynamodb.UntagResourceInput) (*dynamodb.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockDynamoDBAPI) UntagResourceRequest ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) UntagResourceRequest(_param0 *dynamodb.UntagResourceInput) (*request.Request, *dynamodb.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockDynamoDBAPI) UntagResourceWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) UntagResourceWithContext(_param0 aws.Context, _param1 *dynamodb.UntagResourceInput, _param2 ...request.Option) (*dynamodb.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockDynamoDBAPI) UpdateItem ¶
func (_m *MockDynamoDBAPI) UpdateItem(_param0 *dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error)
UpdateItem mocks base method
func (*MockDynamoDBAPI) UpdateItemRequest ¶
func (_m *MockDynamoDBAPI) UpdateItemRequest(_param0 *dynamodb.UpdateItemInput) (*request.Request, *dynamodb.UpdateItemOutput)
UpdateItemRequest mocks base method
func (*MockDynamoDBAPI) UpdateItemWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) UpdateItemWithContext(_param0 aws.Context, _param1 *dynamodb.UpdateItemInput, _param2 ...request.Option) (*dynamodb.UpdateItemOutput, error)
UpdateItemWithContext mocks base method
func (*MockDynamoDBAPI) UpdateTable ¶
func (_m *MockDynamoDBAPI) UpdateTable(_param0 *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
UpdateTable mocks base method
func (*MockDynamoDBAPI) UpdateTableRequest ¶
func (_m *MockDynamoDBAPI) UpdateTableRequest(_param0 *dynamodb.UpdateTableInput) (*request.Request, *dynamodb.UpdateTableOutput)
UpdateTableRequest mocks base method
func (*MockDynamoDBAPI) UpdateTableWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) UpdateTableWithContext(_param0 aws.Context, _param1 *dynamodb.UpdateTableInput, _param2 ...request.Option) (*dynamodb.UpdateTableOutput, error)
UpdateTableWithContext mocks base method
func (*MockDynamoDBAPI) UpdateTimeToLive ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) UpdateTimeToLive(_param0 *dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error)
UpdateTimeToLive mocks base method
func (*MockDynamoDBAPI) UpdateTimeToLiveRequest ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) UpdateTimeToLiveRequest(_param0 *dynamodb.UpdateTimeToLiveInput) (*request.Request, *dynamodb.UpdateTimeToLiveOutput)
UpdateTimeToLiveRequest mocks base method
func (*MockDynamoDBAPI) UpdateTimeToLiveWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) UpdateTimeToLiveWithContext(_param0 aws.Context, _param1 *dynamodb.UpdateTimeToLiveInput, _param2 ...request.Option) (*dynamodb.UpdateTimeToLiveOutput, error)
UpdateTimeToLiveWithContext mocks base method
func (*MockDynamoDBAPI) WaitUntilTableExists ¶ added in v0.2.8
func (_m *MockDynamoDBAPI) WaitUntilTableExists(_param0 *dynamodb.DescribeTableInput) error
WaitUntilTableExists mocks base method
func (*MockDynamoDBAPI) WaitUntilTableExistsWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) WaitUntilTableExistsWithContext(_param0 aws.Context, _param1 *dynamodb.DescribeTableInput, _param2 ...request.WaiterOption) error
WaitUntilTableExistsWithContext mocks base method
func (*MockDynamoDBAPI) WaitUntilTableNotExists ¶ added in v0.2.8
func (_m *MockDynamoDBAPI) WaitUntilTableNotExists(_param0 *dynamodb.DescribeTableInput) error
WaitUntilTableNotExists mocks base method
func (*MockDynamoDBAPI) WaitUntilTableNotExistsWithContext ¶ added in v0.3.0
func (_m *MockDynamoDBAPI) WaitUntilTableNotExistsWithContext(_param0 aws.Context, _param1 *dynamodb.DescribeTableInput, _param2 ...request.WaiterOption) error
WaitUntilTableNotExistsWithContext mocks base method
type MockDynamoDBAPIMockRecorder ¶ added in v0.3.2
type MockDynamoDBAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockDynamoDBAPIMockRecorder is the mock recorder for MockDynamoDBAPI
func (*MockDynamoDBAPIMockRecorder) BatchGetItem ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) BatchGetItem(arg0 interface{}) *gomock.Call
BatchGetItem indicates an expected call of BatchGetItem
func (*MockDynamoDBAPIMockRecorder) BatchGetItemPages ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) BatchGetItemPages(arg0, arg1 interface{}) *gomock.Call
BatchGetItemPages indicates an expected call of BatchGetItemPages
func (*MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
BatchGetItemPagesWithContext indicates an expected call of BatchGetItemPagesWithContext
func (*MockDynamoDBAPIMockRecorder) BatchGetItemRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) BatchGetItemRequest(arg0 interface{}) *gomock.Call
BatchGetItemRequest indicates an expected call of BatchGetItemRequest
func (*MockDynamoDBAPIMockRecorder) BatchGetItemWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) BatchGetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchGetItemWithContext indicates an expected call of BatchGetItemWithContext
func (*MockDynamoDBAPIMockRecorder) BatchWriteItem ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) BatchWriteItem(arg0 interface{}) *gomock.Call
BatchWriteItem indicates an expected call of BatchWriteItem
func (*MockDynamoDBAPIMockRecorder) BatchWriteItemRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) BatchWriteItemRequest(arg0 interface{}) *gomock.Call
BatchWriteItemRequest indicates an expected call of BatchWriteItemRequest
func (*MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchWriteItemWithContext indicates an expected call of BatchWriteItemWithContext
func (*MockDynamoDBAPIMockRecorder) CreateTable ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) CreateTable(arg0 interface{}) *gomock.Call
CreateTable indicates an expected call of CreateTable
func (*MockDynamoDBAPIMockRecorder) CreateTableRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) CreateTableRequest(arg0 interface{}) *gomock.Call
CreateTableRequest indicates an expected call of CreateTableRequest
func (*MockDynamoDBAPIMockRecorder) CreateTableWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) CreateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateTableWithContext indicates an expected call of CreateTableWithContext
func (*MockDynamoDBAPIMockRecorder) DeleteItem ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DeleteItem(arg0 interface{}) *gomock.Call
DeleteItem indicates an expected call of DeleteItem
func (*MockDynamoDBAPIMockRecorder) DeleteItemRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DeleteItemRequest(arg0 interface{}) *gomock.Call
DeleteItemRequest indicates an expected call of DeleteItemRequest
func (*MockDynamoDBAPIMockRecorder) DeleteItemWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DeleteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteItemWithContext indicates an expected call of DeleteItemWithContext
func (*MockDynamoDBAPIMockRecorder) DeleteTable ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DeleteTable(arg0 interface{}) *gomock.Call
DeleteTable indicates an expected call of DeleteTable
func (*MockDynamoDBAPIMockRecorder) DeleteTableRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DeleteTableRequest(arg0 interface{}) *gomock.Call
DeleteTableRequest indicates an expected call of DeleteTableRequest
func (*MockDynamoDBAPIMockRecorder) DeleteTableWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DeleteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteTableWithContext indicates an expected call of DeleteTableWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeLimits ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DescribeLimits(arg0 interface{}) *gomock.Call
DescribeLimits indicates an expected call of DescribeLimits
func (*MockDynamoDBAPIMockRecorder) DescribeLimitsRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DescribeLimitsRequest(arg0 interface{}) *gomock.Call
DescribeLimitsRequest indicates an expected call of DescribeLimitsRequest
func (*MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeLimitsWithContext indicates an expected call of DescribeLimitsWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeTable ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DescribeTable(arg0 interface{}) *gomock.Call
DescribeTable indicates an expected call of DescribeTable
func (*MockDynamoDBAPIMockRecorder) DescribeTableRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DescribeTableRequest(arg0 interface{}) *gomock.Call
DescribeTableRequest indicates an expected call of DescribeTableRequest
func (*MockDynamoDBAPIMockRecorder) DescribeTableWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DescribeTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeTableWithContext indicates an expected call of DescribeTableWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLive ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLive(arg0 interface{}) *gomock.Call
DescribeTimeToLive indicates an expected call of DescribeTimeToLive
func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest(arg0 interface{}) *gomock.Call
DescribeTimeToLiveRequest indicates an expected call of DescribeTimeToLiveRequest
func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeTimeToLiveWithContext indicates an expected call of DescribeTimeToLiveWithContext
func (*MockDynamoDBAPIMockRecorder) GetItem ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) GetItem(arg0 interface{}) *gomock.Call
GetItem indicates an expected call of GetItem
func (*MockDynamoDBAPIMockRecorder) GetItemRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) GetItemRequest(arg0 interface{}) *gomock.Call
GetItemRequest indicates an expected call of GetItemRequest
func (*MockDynamoDBAPIMockRecorder) GetItemWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) GetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetItemWithContext indicates an expected call of GetItemWithContext
func (*MockDynamoDBAPIMockRecorder) ListTables ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) ListTables(arg0 interface{}) *gomock.Call
ListTables indicates an expected call of ListTables
func (*MockDynamoDBAPIMockRecorder) ListTablesPages ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) ListTablesPages(arg0, arg1 interface{}) *gomock.Call
ListTablesPages indicates an expected call of ListTablesPages
func (*MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListTablesPagesWithContext indicates an expected call of ListTablesPagesWithContext
func (*MockDynamoDBAPIMockRecorder) ListTablesRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) ListTablesRequest(arg0 interface{}) *gomock.Call
ListTablesRequest indicates an expected call of ListTablesRequest
func (*MockDynamoDBAPIMockRecorder) ListTablesWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) ListTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTablesWithContext indicates an expected call of ListTablesWithContext
func (*MockDynamoDBAPIMockRecorder) ListTagsOfResource ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) ListTagsOfResource(arg0 interface{}) *gomock.Call
ListTagsOfResource indicates an expected call of ListTagsOfResource
func (*MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest(arg0 interface{}) *gomock.Call
ListTagsOfResourceRequest indicates an expected call of ListTagsOfResourceRequest
func (*MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsOfResourceWithContext indicates an expected call of ListTagsOfResourceWithContext
func (*MockDynamoDBAPIMockRecorder) PutItem ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) PutItem(arg0 interface{}) *gomock.Call
PutItem indicates an expected call of PutItem
func (*MockDynamoDBAPIMockRecorder) PutItemRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) PutItemRequest(arg0 interface{}) *gomock.Call
PutItemRequest indicates an expected call of PutItemRequest
func (*MockDynamoDBAPIMockRecorder) PutItemWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) PutItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutItemWithContext indicates an expected call of PutItemWithContext
func (*MockDynamoDBAPIMockRecorder) Query ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) Query(arg0 interface{}) *gomock.Call
Query indicates an expected call of Query
func (*MockDynamoDBAPIMockRecorder) QueryPages ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) QueryPages(arg0, arg1 interface{}) *gomock.Call
QueryPages indicates an expected call of QueryPages
func (*MockDynamoDBAPIMockRecorder) QueryPagesWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) QueryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
QueryPagesWithContext indicates an expected call of QueryPagesWithContext
func (*MockDynamoDBAPIMockRecorder) QueryRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) QueryRequest(arg0 interface{}) *gomock.Call
QueryRequest indicates an expected call of QueryRequest
func (*MockDynamoDBAPIMockRecorder) QueryWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) QueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
QueryWithContext indicates an expected call of QueryWithContext
func (*MockDynamoDBAPIMockRecorder) Scan ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) Scan(arg0 interface{}) *gomock.Call
Scan indicates an expected call of Scan
func (*MockDynamoDBAPIMockRecorder) ScanPages ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) ScanPages(arg0, arg1 interface{}) *gomock.Call
ScanPages indicates an expected call of ScanPages
func (*MockDynamoDBAPIMockRecorder) ScanPagesWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) ScanPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ScanPagesWithContext indicates an expected call of ScanPagesWithContext
func (*MockDynamoDBAPIMockRecorder) ScanRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) ScanRequest(arg0 interface{}) *gomock.Call
ScanRequest indicates an expected call of ScanRequest
func (*MockDynamoDBAPIMockRecorder) ScanWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) ScanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ScanWithContext indicates an expected call of ScanWithContext
func (*MockDynamoDBAPIMockRecorder) TagResource ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockDynamoDBAPIMockRecorder) TagResourceRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockDynamoDBAPIMockRecorder) TagResourceWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockDynamoDBAPIMockRecorder) UntagResource ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockDynamoDBAPIMockRecorder) UntagResourceRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockDynamoDBAPIMockRecorder) UntagResourceWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateItem ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) UpdateItem(arg0 interface{}) *gomock.Call
UpdateItem indicates an expected call of UpdateItem
func (*MockDynamoDBAPIMockRecorder) UpdateItemRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) UpdateItemRequest(arg0 interface{}) *gomock.Call
UpdateItemRequest indicates an expected call of UpdateItemRequest
func (*MockDynamoDBAPIMockRecorder) UpdateItemWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) UpdateItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateItemWithContext indicates an expected call of UpdateItemWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateTable ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) UpdateTable(arg0 interface{}) *gomock.Call
UpdateTable indicates an expected call of UpdateTable
func (*MockDynamoDBAPIMockRecorder) UpdateTableRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) UpdateTableRequest(arg0 interface{}) *gomock.Call
UpdateTableRequest indicates an expected call of UpdateTableRequest
func (*MockDynamoDBAPIMockRecorder) UpdateTableWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) UpdateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateTableWithContext indicates an expected call of UpdateTableWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLive ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLive(arg0 interface{}) *gomock.Call
UpdateTimeToLive indicates an expected call of UpdateTimeToLive
func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest(arg0 interface{}) *gomock.Call
UpdateTimeToLiveRequest indicates an expected call of UpdateTimeToLiveRequest
func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateTimeToLiveWithContext indicates an expected call of UpdateTimeToLiveWithContext
func (*MockDynamoDBAPIMockRecorder) WaitUntilTableExists ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExists(arg0 interface{}) *gomock.Call
WaitUntilTableExists indicates an expected call of WaitUntilTableExists
func (*MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilTableExistsWithContext indicates an expected call of WaitUntilTableExistsWithContext
func (*MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists(arg0 interface{}) *gomock.Call
WaitUntilTableNotExists indicates an expected call of WaitUntilTableNotExists
func (*MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext ¶ added in v0.3.2
func (_mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilTableNotExistsWithContext indicates an expected call of WaitUntilTableNotExistsWithContext
type MockKMSAPI ¶
type MockKMSAPI struct {
// contains filtered or unexported fields
}
MockKMSAPI is a mock of KMSAPI interface
func NewMockKMSAPI ¶
func NewMockKMSAPI(ctrl *gomock.Controller) *MockKMSAPI
NewMockKMSAPI creates a new mock instance
func (*MockKMSAPI) CancelKeyDeletion ¶
func (_m *MockKMSAPI) CancelKeyDeletion(_param0 *kms.CancelKeyDeletionInput) (*kms.CancelKeyDeletionOutput, error)
CancelKeyDeletion mocks base method
func (*MockKMSAPI) CancelKeyDeletionRequest ¶
func (_m *MockKMSAPI) CancelKeyDeletionRequest(_param0 *kms.CancelKeyDeletionInput) (*request.Request, *kms.CancelKeyDeletionOutput)
CancelKeyDeletionRequest mocks base method
func (*MockKMSAPI) CancelKeyDeletionWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) CancelKeyDeletionWithContext(_param0 aws.Context, _param1 *kms.CancelKeyDeletionInput, _param2 ...request.Option) (*kms.CancelKeyDeletionOutput, error)
CancelKeyDeletionWithContext mocks base method
func (*MockKMSAPI) CreateAlias ¶
func (_m *MockKMSAPI) CreateAlias(_param0 *kms.CreateAliasInput) (*kms.CreateAliasOutput, error)
CreateAlias mocks base method
func (*MockKMSAPI) CreateAliasRequest ¶
func (_m *MockKMSAPI) CreateAliasRequest(_param0 *kms.CreateAliasInput) (*request.Request, *kms.CreateAliasOutput)
CreateAliasRequest mocks base method
func (*MockKMSAPI) CreateAliasWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) CreateAliasWithContext(_param0 aws.Context, _param1 *kms.CreateAliasInput, _param2 ...request.Option) (*kms.CreateAliasOutput, error)
CreateAliasWithContext mocks base method
func (*MockKMSAPI) CreateGrant ¶
func (_m *MockKMSAPI) CreateGrant(_param0 *kms.CreateGrantInput) (*kms.CreateGrantOutput, error)
CreateGrant mocks base method
func (*MockKMSAPI) CreateGrantRequest ¶
func (_m *MockKMSAPI) CreateGrantRequest(_param0 *kms.CreateGrantInput) (*request.Request, *kms.CreateGrantOutput)
CreateGrantRequest mocks base method
func (*MockKMSAPI) CreateGrantWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) CreateGrantWithContext(_param0 aws.Context, _param1 *kms.CreateGrantInput, _param2 ...request.Option) (*kms.CreateGrantOutput, error)
CreateGrantWithContext mocks base method
func (*MockKMSAPI) CreateKey ¶
func (_m *MockKMSAPI) CreateKey(_param0 *kms.CreateKeyInput) (*kms.CreateKeyOutput, error)
CreateKey mocks base method
func (*MockKMSAPI) CreateKeyRequest ¶
func (_m *MockKMSAPI) CreateKeyRequest(_param0 *kms.CreateKeyInput) (*request.Request, *kms.CreateKeyOutput)
CreateKeyRequest mocks base method
func (*MockKMSAPI) CreateKeyWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) CreateKeyWithContext(_param0 aws.Context, _param1 *kms.CreateKeyInput, _param2 ...request.Option) (*kms.CreateKeyOutput, error)
CreateKeyWithContext mocks base method
func (*MockKMSAPI) Decrypt ¶
func (_m *MockKMSAPI) Decrypt(_param0 *kms.DecryptInput) (*kms.DecryptOutput, error)
Decrypt mocks base method
func (*MockKMSAPI) DecryptRequest ¶
func (_m *MockKMSAPI) DecryptRequest(_param0 *kms.DecryptInput) (*request.Request, *kms.DecryptOutput)
DecryptRequest mocks base method
func (*MockKMSAPI) DecryptWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) DecryptWithContext(_param0 aws.Context, _param1 *kms.DecryptInput, _param2 ...request.Option) (*kms.DecryptOutput, error)
DecryptWithContext mocks base method
func (*MockKMSAPI) DeleteAlias ¶
func (_m *MockKMSAPI) DeleteAlias(_param0 *kms.DeleteAliasInput) (*kms.DeleteAliasOutput, error)
DeleteAlias mocks base method
func (*MockKMSAPI) DeleteAliasRequest ¶
func (_m *MockKMSAPI) DeleteAliasRequest(_param0 *kms.DeleteAliasInput) (*request.Request, *kms.DeleteAliasOutput)
DeleteAliasRequest mocks base method
func (*MockKMSAPI) DeleteAliasWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) DeleteAliasWithContext(_param0 aws.Context, _param1 *kms.DeleteAliasInput, _param2 ...request.Option) (*kms.DeleteAliasOutput, error)
DeleteAliasWithContext mocks base method
func (*MockKMSAPI) DeleteImportedKeyMaterial ¶ added in v0.2.8
func (_m *MockKMSAPI) DeleteImportedKeyMaterial(_param0 *kms.DeleteImportedKeyMaterialInput) (*kms.DeleteImportedKeyMaterialOutput, error)
DeleteImportedKeyMaterial mocks base method
func (*MockKMSAPI) DeleteImportedKeyMaterialRequest ¶ added in v0.2.8
func (_m *MockKMSAPI) DeleteImportedKeyMaterialRequest(_param0 *kms.DeleteImportedKeyMaterialInput) (*request.Request, *kms.DeleteImportedKeyMaterialOutput)
DeleteImportedKeyMaterialRequest mocks base method
func (*MockKMSAPI) DeleteImportedKeyMaterialWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) DeleteImportedKeyMaterialWithContext(_param0 aws.Context, _param1 *kms.DeleteImportedKeyMaterialInput, _param2 ...request.Option) (*kms.DeleteImportedKeyMaterialOutput, error)
DeleteImportedKeyMaterialWithContext mocks base method
func (*MockKMSAPI) DescribeKey ¶
func (_m *MockKMSAPI) DescribeKey(_param0 *kms.DescribeKeyInput) (*kms.DescribeKeyOutput, error)
DescribeKey mocks base method
func (*MockKMSAPI) DescribeKeyRequest ¶
func (_m *MockKMSAPI) DescribeKeyRequest(_param0 *kms.DescribeKeyInput) (*request.Request, *kms.DescribeKeyOutput)
DescribeKeyRequest mocks base method
func (*MockKMSAPI) DescribeKeyWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) DescribeKeyWithContext(_param0 aws.Context, _param1 *kms.DescribeKeyInput, _param2 ...request.Option) (*kms.DescribeKeyOutput, error)
DescribeKeyWithContext mocks base method
func (*MockKMSAPI) DisableKey ¶
func (_m *MockKMSAPI) DisableKey(_param0 *kms.DisableKeyInput) (*kms.DisableKeyOutput, error)
DisableKey mocks base method
func (*MockKMSAPI) DisableKeyRequest ¶
func (_m *MockKMSAPI) DisableKeyRequest(_param0 *kms.DisableKeyInput) (*request.Request, *kms.DisableKeyOutput)
DisableKeyRequest mocks base method
func (*MockKMSAPI) DisableKeyRotation ¶
func (_m *MockKMSAPI) DisableKeyRotation(_param0 *kms.DisableKeyRotationInput) (*kms.DisableKeyRotationOutput, error)
DisableKeyRotation mocks base method
func (*MockKMSAPI) DisableKeyRotationRequest ¶
func (_m *MockKMSAPI) DisableKeyRotationRequest(_param0 *kms.DisableKeyRotationInput) (*request.Request, *kms.DisableKeyRotationOutput)
DisableKeyRotationRequest mocks base method
func (*MockKMSAPI) DisableKeyRotationWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) DisableKeyRotationWithContext(_param0 aws.Context, _param1 *kms.DisableKeyRotationInput, _param2 ...request.Option) (*kms.DisableKeyRotationOutput, error)
DisableKeyRotationWithContext mocks base method
func (*MockKMSAPI) DisableKeyWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) DisableKeyWithContext(_param0 aws.Context, _param1 *kms.DisableKeyInput, _param2 ...request.Option) (*kms.DisableKeyOutput, error)
DisableKeyWithContext mocks base method
func (*MockKMSAPI) EXPECT ¶
func (_m *MockKMSAPI) EXPECT() *MockKMSAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockKMSAPI) EnableKey ¶
func (_m *MockKMSAPI) EnableKey(_param0 *kms.EnableKeyInput) (*kms.EnableKeyOutput, error)
EnableKey mocks base method
func (*MockKMSAPI) EnableKeyRequest ¶
func (_m *MockKMSAPI) EnableKeyRequest(_param0 *kms.EnableKeyInput) (*request.Request, *kms.EnableKeyOutput)
EnableKeyRequest mocks base method
func (*MockKMSAPI) EnableKeyRotation ¶
func (_m *MockKMSAPI) EnableKeyRotation(_param0 *kms.EnableKeyRotationInput) (*kms.EnableKeyRotationOutput, error)
EnableKeyRotation mocks base method
func (*MockKMSAPI) EnableKeyRotationRequest ¶
func (_m *MockKMSAPI) EnableKeyRotationRequest(_param0 *kms.EnableKeyRotationInput) (*request.Request, *kms.EnableKeyRotationOutput)
EnableKeyRotationRequest mocks base method
func (*MockKMSAPI) EnableKeyRotationWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) EnableKeyRotationWithContext(_param0 aws.Context, _param1 *kms.EnableKeyRotationInput, _param2 ...request.Option) (*kms.EnableKeyRotationOutput, error)
EnableKeyRotationWithContext mocks base method
func (*MockKMSAPI) EnableKeyWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) EnableKeyWithContext(_param0 aws.Context, _param1 *kms.EnableKeyInput, _param2 ...request.Option) (*kms.EnableKeyOutput, error)
EnableKeyWithContext mocks base method
func (*MockKMSAPI) Encrypt ¶
func (_m *MockKMSAPI) Encrypt(_param0 *kms.EncryptInput) (*kms.EncryptOutput, error)
Encrypt mocks base method
func (*MockKMSAPI) EncryptRequest ¶
func (_m *MockKMSAPI) EncryptRequest(_param0 *kms.EncryptInput) (*request.Request, *kms.EncryptOutput)
EncryptRequest mocks base method
func (*MockKMSAPI) EncryptWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) EncryptWithContext(_param0 aws.Context, _param1 *kms.EncryptInput, _param2 ...request.Option) (*kms.EncryptOutput, error)
EncryptWithContext mocks base method
func (*MockKMSAPI) GenerateDataKey ¶
func (_m *MockKMSAPI) GenerateDataKey(_param0 *kms.GenerateDataKeyInput) (*kms.GenerateDataKeyOutput, error)
GenerateDataKey mocks base method
func (*MockKMSAPI) GenerateDataKeyRequest ¶
func (_m *MockKMSAPI) GenerateDataKeyRequest(_param0 *kms.GenerateDataKeyInput) (*request.Request, *kms.GenerateDataKeyOutput)
GenerateDataKeyRequest mocks base method
func (*MockKMSAPI) GenerateDataKeyWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) GenerateDataKeyWithContext(_param0 aws.Context, _param1 *kms.GenerateDataKeyInput, _param2 ...request.Option) (*kms.GenerateDataKeyOutput, error)
GenerateDataKeyWithContext mocks base method
func (*MockKMSAPI) GenerateDataKeyWithoutPlaintext ¶
func (_m *MockKMSAPI) GenerateDataKeyWithoutPlaintext(_param0 *kms.GenerateDataKeyWithoutPlaintextInput) (*kms.GenerateDataKeyWithoutPlaintextOutput, error)
GenerateDataKeyWithoutPlaintext mocks base method
func (*MockKMSAPI) GenerateDataKeyWithoutPlaintextRequest ¶
func (_m *MockKMSAPI) GenerateDataKeyWithoutPlaintextRequest(_param0 *kms.GenerateDataKeyWithoutPlaintextInput) (*request.Request, *kms.GenerateDataKeyWithoutPlaintextOutput)
GenerateDataKeyWithoutPlaintextRequest mocks base method
func (*MockKMSAPI) GenerateDataKeyWithoutPlaintextWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) GenerateDataKeyWithoutPlaintextWithContext(_param0 aws.Context, _param1 *kms.GenerateDataKeyWithoutPlaintextInput, _param2 ...request.Option) (*kms.GenerateDataKeyWithoutPlaintextOutput, error)
GenerateDataKeyWithoutPlaintextWithContext mocks base method
func (*MockKMSAPI) GenerateRandom ¶
func (_m *MockKMSAPI) GenerateRandom(_param0 *kms.GenerateRandomInput) (*kms.GenerateRandomOutput, error)
GenerateRandom mocks base method
func (*MockKMSAPI) GenerateRandomRequest ¶
func (_m *MockKMSAPI) GenerateRandomRequest(_param0 *kms.GenerateRandomInput) (*request.Request, *kms.GenerateRandomOutput)
GenerateRandomRequest mocks base method
func (*MockKMSAPI) GenerateRandomWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) GenerateRandomWithContext(_param0 aws.Context, _param1 *kms.GenerateRandomInput, _param2 ...request.Option) (*kms.GenerateRandomOutput, error)
GenerateRandomWithContext mocks base method
func (*MockKMSAPI) GetKeyPolicy ¶
func (_m *MockKMSAPI) GetKeyPolicy(_param0 *kms.GetKeyPolicyInput) (*kms.GetKeyPolicyOutput, error)
GetKeyPolicy mocks base method
func (*MockKMSAPI) GetKeyPolicyRequest ¶
func (_m *MockKMSAPI) GetKeyPolicyRequest(_param0 *kms.GetKeyPolicyInput) (*request.Request, *kms.GetKeyPolicyOutput)
GetKeyPolicyRequest mocks base method
func (*MockKMSAPI) GetKeyPolicyWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) GetKeyPolicyWithContext(_param0 aws.Context, _param1 *kms.GetKeyPolicyInput, _param2 ...request.Option) (*kms.GetKeyPolicyOutput, error)
GetKeyPolicyWithContext mocks base method
func (*MockKMSAPI) GetKeyRotationStatus ¶
func (_m *MockKMSAPI) GetKeyRotationStatus(_param0 *kms.GetKeyRotationStatusInput) (*kms.GetKeyRotationStatusOutput, error)
GetKeyRotationStatus mocks base method
func (*MockKMSAPI) GetKeyRotationStatusRequest ¶
func (_m *MockKMSAPI) GetKeyRotationStatusRequest(_param0 *kms.GetKeyRotationStatusInput) (*request.Request, *kms.GetKeyRotationStatusOutput)
GetKeyRotationStatusRequest mocks base method
func (*MockKMSAPI) GetKeyRotationStatusWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) GetKeyRotationStatusWithContext(_param0 aws.Context, _param1 *kms.GetKeyRotationStatusInput, _param2 ...request.Option) (*kms.GetKeyRotationStatusOutput, error)
GetKeyRotationStatusWithContext mocks base method
func (*MockKMSAPI) GetParametersForImport ¶ added in v0.2.8
func (_m *MockKMSAPI) GetParametersForImport(_param0 *kms.GetParametersForImportInput) (*kms.GetParametersForImportOutput, error)
GetParametersForImport mocks base method
func (*MockKMSAPI) GetParametersForImportRequest ¶ added in v0.2.8
func (_m *MockKMSAPI) GetParametersForImportRequest(_param0 *kms.GetParametersForImportInput) (*request.Request, *kms.GetParametersForImportOutput)
GetParametersForImportRequest mocks base method
func (*MockKMSAPI) GetParametersForImportWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) GetParametersForImportWithContext(_param0 aws.Context, _param1 *kms.GetParametersForImportInput, _param2 ...request.Option) (*kms.GetParametersForImportOutput, error)
GetParametersForImportWithContext mocks base method
func (*MockKMSAPI) ImportKeyMaterial ¶ added in v0.2.8
func (_m *MockKMSAPI) ImportKeyMaterial(_param0 *kms.ImportKeyMaterialInput) (*kms.ImportKeyMaterialOutput, error)
ImportKeyMaterial mocks base method
func (*MockKMSAPI) ImportKeyMaterialRequest ¶ added in v0.2.8
func (_m *MockKMSAPI) ImportKeyMaterialRequest(_param0 *kms.ImportKeyMaterialInput) (*request.Request, *kms.ImportKeyMaterialOutput)
ImportKeyMaterialRequest mocks base method
func (*MockKMSAPI) ImportKeyMaterialWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) ImportKeyMaterialWithContext(_param0 aws.Context, _param1 *kms.ImportKeyMaterialInput, _param2 ...request.Option) (*kms.ImportKeyMaterialOutput, error)
ImportKeyMaterialWithContext mocks base method
func (*MockKMSAPI) ListAliases ¶
func (_m *MockKMSAPI) ListAliases(_param0 *kms.ListAliasesInput) (*kms.ListAliasesOutput, error)
ListAliases mocks base method
func (*MockKMSAPI) ListAliasesPages ¶
func (_m *MockKMSAPI) ListAliasesPages(_param0 *kms.ListAliasesInput, _param1 func(*kms.ListAliasesOutput, bool) bool) error
ListAliasesPages mocks base method
func (*MockKMSAPI) ListAliasesPagesWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) ListAliasesPagesWithContext(_param0 aws.Context, _param1 *kms.ListAliasesInput, _param2 func(*kms.ListAliasesOutput, bool) bool, _param3 ...request.Option) error
ListAliasesPagesWithContext mocks base method
func (*MockKMSAPI) ListAliasesRequest ¶
func (_m *MockKMSAPI) ListAliasesRequest(_param0 *kms.ListAliasesInput) (*request.Request, *kms.ListAliasesOutput)
ListAliasesRequest mocks base method
func (*MockKMSAPI) ListAliasesWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) ListAliasesWithContext(_param0 aws.Context, _param1 *kms.ListAliasesInput, _param2 ...request.Option) (*kms.ListAliasesOutput, error)
ListAliasesWithContext mocks base method
func (*MockKMSAPI) ListGrants ¶
func (_m *MockKMSAPI) ListGrants(_param0 *kms.ListGrantsInput) (*kms.ListGrantsResponse, error)
ListGrants mocks base method
func (*MockKMSAPI) ListGrantsPages ¶
func (_m *MockKMSAPI) ListGrantsPages(_param0 *kms.ListGrantsInput, _param1 func(*kms.ListGrantsResponse, bool) bool) error
ListGrantsPages mocks base method
func (*MockKMSAPI) ListGrantsPagesWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) ListGrantsPagesWithContext(_param0 aws.Context, _param1 *kms.ListGrantsInput, _param2 func(*kms.ListGrantsResponse, bool) bool, _param3 ...request.Option) error
ListGrantsPagesWithContext mocks base method
func (*MockKMSAPI) ListGrantsRequest ¶
func (_m *MockKMSAPI) ListGrantsRequest(_param0 *kms.ListGrantsInput) (*request.Request, *kms.ListGrantsResponse)
ListGrantsRequest mocks base method
func (*MockKMSAPI) ListGrantsWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) ListGrantsWithContext(_param0 aws.Context, _param1 *kms.ListGrantsInput, _param2 ...request.Option) (*kms.ListGrantsResponse, error)
ListGrantsWithContext mocks base method
func (*MockKMSAPI) ListKeyPolicies ¶
func (_m *MockKMSAPI) ListKeyPolicies(_param0 *kms.ListKeyPoliciesInput) (*kms.ListKeyPoliciesOutput, error)
ListKeyPolicies mocks base method
func (*MockKMSAPI) ListKeyPoliciesPages ¶
func (_m *MockKMSAPI) ListKeyPoliciesPages(_param0 *kms.ListKeyPoliciesInput, _param1 func(*kms.ListKeyPoliciesOutput, bool) bool) error
ListKeyPoliciesPages mocks base method
func (*MockKMSAPI) ListKeyPoliciesPagesWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) ListKeyPoliciesPagesWithContext(_param0 aws.Context, _param1 *kms.ListKeyPoliciesInput, _param2 func(*kms.ListKeyPoliciesOutput, bool) bool, _param3 ...request.Option) error
ListKeyPoliciesPagesWithContext mocks base method
func (*MockKMSAPI) ListKeyPoliciesRequest ¶
func (_m *MockKMSAPI) ListKeyPoliciesRequest(_param0 *kms.ListKeyPoliciesInput) (*request.Request, *kms.ListKeyPoliciesOutput)
ListKeyPoliciesRequest mocks base method
func (*MockKMSAPI) ListKeyPoliciesWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) ListKeyPoliciesWithContext(_param0 aws.Context, _param1 *kms.ListKeyPoliciesInput, _param2 ...request.Option) (*kms.ListKeyPoliciesOutput, error)
ListKeyPoliciesWithContext mocks base method
func (*MockKMSAPI) ListKeys ¶
func (_m *MockKMSAPI) ListKeys(_param0 *kms.ListKeysInput) (*kms.ListKeysOutput, error)
ListKeys mocks base method
func (*MockKMSAPI) ListKeysPages ¶
func (_m *MockKMSAPI) ListKeysPages(_param0 *kms.ListKeysInput, _param1 func(*kms.ListKeysOutput, bool) bool) error
ListKeysPages mocks base method
func (*MockKMSAPI) ListKeysPagesWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) ListKeysPagesWithContext(_param0 aws.Context, _param1 *kms.ListKeysInput, _param2 func(*kms.ListKeysOutput, bool) bool, _param3 ...request.Option) error
ListKeysPagesWithContext mocks base method
func (*MockKMSAPI) ListKeysRequest ¶
func (_m *MockKMSAPI) ListKeysRequest(_param0 *kms.ListKeysInput) (*request.Request, *kms.ListKeysOutput)
ListKeysRequest mocks base method
func (*MockKMSAPI) ListKeysWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) ListKeysWithContext(_param0 aws.Context, _param1 *kms.ListKeysInput, _param2 ...request.Option) (*kms.ListKeysOutput, error)
ListKeysWithContext mocks base method
func (*MockKMSAPI) ListResourceTags ¶ added in v0.3.0
func (_m *MockKMSAPI) ListResourceTags(_param0 *kms.ListResourceTagsInput) (*kms.ListResourceTagsOutput, error)
ListResourceTags mocks base method
func (*MockKMSAPI) ListResourceTagsRequest ¶ added in v0.3.0
func (_m *MockKMSAPI) ListResourceTagsRequest(_param0 *kms.ListResourceTagsInput) (*request.Request, *kms.ListResourceTagsOutput)
ListResourceTagsRequest mocks base method
func (*MockKMSAPI) ListResourceTagsWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) ListResourceTagsWithContext(_param0 aws.Context, _param1 *kms.ListResourceTagsInput, _param2 ...request.Option) (*kms.ListResourceTagsOutput, error)
ListResourceTagsWithContext mocks base method
func (*MockKMSAPI) ListRetirableGrants ¶
func (_m *MockKMSAPI) ListRetirableGrants(_param0 *kms.ListRetirableGrantsInput) (*kms.ListGrantsResponse, error)
ListRetirableGrants mocks base method
func (*MockKMSAPI) ListRetirableGrantsRequest ¶
func (_m *MockKMSAPI) ListRetirableGrantsRequest(_param0 *kms.ListRetirableGrantsInput) (*request.Request, *kms.ListGrantsResponse)
ListRetirableGrantsRequest mocks base method
func (*MockKMSAPI) ListRetirableGrantsWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) ListRetirableGrantsWithContext(_param0 aws.Context, _param1 *kms.ListRetirableGrantsInput, _param2 ...request.Option) (*kms.ListGrantsResponse, error)
ListRetirableGrantsWithContext mocks base method
func (*MockKMSAPI) PutKeyPolicy ¶
func (_m *MockKMSAPI) PutKeyPolicy(_param0 *kms.PutKeyPolicyInput) (*kms.PutKeyPolicyOutput, error)
PutKeyPolicy mocks base method
func (*MockKMSAPI) PutKeyPolicyRequest ¶
func (_m *MockKMSAPI) PutKeyPolicyRequest(_param0 *kms.PutKeyPolicyInput) (*request.Request, *kms.PutKeyPolicyOutput)
PutKeyPolicyRequest mocks base method
func (*MockKMSAPI) PutKeyPolicyWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) PutKeyPolicyWithContext(_param0 aws.Context, _param1 *kms.PutKeyPolicyInput, _param2 ...request.Option) (*kms.PutKeyPolicyOutput, error)
PutKeyPolicyWithContext mocks base method
func (*MockKMSAPI) ReEncrypt ¶
func (_m *MockKMSAPI) ReEncrypt(_param0 *kms.ReEncryptInput) (*kms.ReEncryptOutput, error)
ReEncrypt mocks base method
func (*MockKMSAPI) ReEncryptRequest ¶
func (_m *MockKMSAPI) ReEncryptRequest(_param0 *kms.ReEncryptInput) (*request.Request, *kms.ReEncryptOutput)
ReEncryptRequest mocks base method
func (*MockKMSAPI) ReEncryptWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) ReEncryptWithContext(_param0 aws.Context, _param1 *kms.ReEncryptInput, _param2 ...request.Option) (*kms.ReEncryptOutput, error)
ReEncryptWithContext mocks base method
func (*MockKMSAPI) RetireGrant ¶
func (_m *MockKMSAPI) RetireGrant(_param0 *kms.RetireGrantInput) (*kms.RetireGrantOutput, error)
RetireGrant mocks base method
func (*MockKMSAPI) RetireGrantRequest ¶
func (_m *MockKMSAPI) RetireGrantRequest(_param0 *kms.RetireGrantInput) (*request.Request, *kms.RetireGrantOutput)
RetireGrantRequest mocks base method
func (*MockKMSAPI) RetireGrantWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) RetireGrantWithContext(_param0 aws.Context, _param1 *kms.RetireGrantInput, _param2 ...request.Option) (*kms.RetireGrantOutput, error)
RetireGrantWithContext mocks base method
func (*MockKMSAPI) RevokeGrant ¶
func (_m *MockKMSAPI) RevokeGrant(_param0 *kms.RevokeGrantInput) (*kms.RevokeGrantOutput, error)
RevokeGrant mocks base method
func (*MockKMSAPI) RevokeGrantRequest ¶
func (_m *MockKMSAPI) RevokeGrantRequest(_param0 *kms.RevokeGrantInput) (*request.Request, *kms.RevokeGrantOutput)
RevokeGrantRequest mocks base method
func (*MockKMSAPI) RevokeGrantWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) RevokeGrantWithContext(_param0 aws.Context, _param1 *kms.RevokeGrantInput, _param2 ...request.Option) (*kms.RevokeGrantOutput, error)
RevokeGrantWithContext mocks base method
func (*MockKMSAPI) ScheduleKeyDeletion ¶
func (_m *MockKMSAPI) ScheduleKeyDeletion(_param0 *kms.ScheduleKeyDeletionInput) (*kms.ScheduleKeyDeletionOutput, error)
ScheduleKeyDeletion mocks base method
func (*MockKMSAPI) ScheduleKeyDeletionRequest ¶
func (_m *MockKMSAPI) ScheduleKeyDeletionRequest(_param0 *kms.ScheduleKeyDeletionInput) (*request.Request, *kms.ScheduleKeyDeletionOutput)
ScheduleKeyDeletionRequest mocks base method
func (*MockKMSAPI) ScheduleKeyDeletionWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) ScheduleKeyDeletionWithContext(_param0 aws.Context, _param1 *kms.ScheduleKeyDeletionInput, _param2 ...request.Option) (*kms.ScheduleKeyDeletionOutput, error)
ScheduleKeyDeletionWithContext mocks base method
func (*MockKMSAPI) TagResource ¶ added in v0.3.0
func (_m *MockKMSAPI) TagResource(_param0 *kms.TagResourceInput) (*kms.TagResourceOutput, error)
TagResource mocks base method
func (*MockKMSAPI) TagResourceRequest ¶ added in v0.3.0
func (_m *MockKMSAPI) TagResourceRequest(_param0 *kms.TagResourceInput) (*request.Request, *kms.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockKMSAPI) TagResourceWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) TagResourceWithContext(_param0 aws.Context, _param1 *kms.TagResourceInput, _param2 ...request.Option) (*kms.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockKMSAPI) UntagResource ¶ added in v0.3.0
func (_m *MockKMSAPI) UntagResource(_param0 *kms.UntagResourceInput) (*kms.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockKMSAPI) UntagResourceRequest ¶ added in v0.3.0
func (_m *MockKMSAPI) UntagResourceRequest(_param0 *kms.UntagResourceInput) (*request.Request, *kms.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockKMSAPI) UntagResourceWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) UntagResourceWithContext(_param0 aws.Context, _param1 *kms.UntagResourceInput, _param2 ...request.Option) (*kms.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockKMSAPI) UpdateAlias ¶
func (_m *MockKMSAPI) UpdateAlias(_param0 *kms.UpdateAliasInput) (*kms.UpdateAliasOutput, error)
UpdateAlias mocks base method
func (*MockKMSAPI) UpdateAliasRequest ¶
func (_m *MockKMSAPI) UpdateAliasRequest(_param0 *kms.UpdateAliasInput) (*request.Request, *kms.UpdateAliasOutput)
UpdateAliasRequest mocks base method
func (*MockKMSAPI) UpdateAliasWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) UpdateAliasWithContext(_param0 aws.Context, _param1 *kms.UpdateAliasInput, _param2 ...request.Option) (*kms.UpdateAliasOutput, error)
UpdateAliasWithContext mocks base method
func (*MockKMSAPI) UpdateKeyDescription ¶
func (_m *MockKMSAPI) UpdateKeyDescription(_param0 *kms.UpdateKeyDescriptionInput) (*kms.UpdateKeyDescriptionOutput, error)
UpdateKeyDescription mocks base method
func (*MockKMSAPI) UpdateKeyDescriptionRequest ¶
func (_m *MockKMSAPI) UpdateKeyDescriptionRequest(_param0 *kms.UpdateKeyDescriptionInput) (*request.Request, *kms.UpdateKeyDescriptionOutput)
UpdateKeyDescriptionRequest mocks base method
func (*MockKMSAPI) UpdateKeyDescriptionWithContext ¶ added in v0.3.0
func (_m *MockKMSAPI) UpdateKeyDescriptionWithContext(_param0 aws.Context, _param1 *kms.UpdateKeyDescriptionInput, _param2 ...request.Option) (*kms.UpdateKeyDescriptionOutput, error)
UpdateKeyDescriptionWithContext mocks base method
type MockKMSAPIMockRecorder ¶ added in v0.3.2
type MockKMSAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockKMSAPIMockRecorder is the mock recorder for MockKMSAPI
func (*MockKMSAPIMockRecorder) CancelKeyDeletion ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) CancelKeyDeletion(arg0 interface{}) *gomock.Call
CancelKeyDeletion indicates an expected call of CancelKeyDeletion
func (*MockKMSAPIMockRecorder) CancelKeyDeletionRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) CancelKeyDeletionRequest(arg0 interface{}) *gomock.Call
CancelKeyDeletionRequest indicates an expected call of CancelKeyDeletionRequest
func (*MockKMSAPIMockRecorder) CancelKeyDeletionWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) CancelKeyDeletionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CancelKeyDeletionWithContext indicates an expected call of CancelKeyDeletionWithContext
func (*MockKMSAPIMockRecorder) CreateAlias ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) CreateAlias(arg0 interface{}) *gomock.Call
CreateAlias indicates an expected call of CreateAlias
func (*MockKMSAPIMockRecorder) CreateAliasRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) CreateAliasRequest(arg0 interface{}) *gomock.Call
CreateAliasRequest indicates an expected call of CreateAliasRequest
func (*MockKMSAPIMockRecorder) CreateAliasWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) CreateAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateAliasWithContext indicates an expected call of CreateAliasWithContext
func (*MockKMSAPIMockRecorder) CreateGrant ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) CreateGrant(arg0 interface{}) *gomock.Call
CreateGrant indicates an expected call of CreateGrant
func (*MockKMSAPIMockRecorder) CreateGrantRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) CreateGrantRequest(arg0 interface{}) *gomock.Call
CreateGrantRequest indicates an expected call of CreateGrantRequest
func (*MockKMSAPIMockRecorder) CreateGrantWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) CreateGrantWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateGrantWithContext indicates an expected call of CreateGrantWithContext
func (*MockKMSAPIMockRecorder) CreateKey ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) CreateKey(arg0 interface{}) *gomock.Call
CreateKey indicates an expected call of CreateKey
func (*MockKMSAPIMockRecorder) CreateKeyRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) CreateKeyRequest(arg0 interface{}) *gomock.Call
CreateKeyRequest indicates an expected call of CreateKeyRequest
func (*MockKMSAPIMockRecorder) CreateKeyWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) CreateKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateKeyWithContext indicates an expected call of CreateKeyWithContext
func (*MockKMSAPIMockRecorder) Decrypt ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) Decrypt(arg0 interface{}) *gomock.Call
Decrypt indicates an expected call of Decrypt
func (*MockKMSAPIMockRecorder) DecryptRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DecryptRequest(arg0 interface{}) *gomock.Call
DecryptRequest indicates an expected call of DecryptRequest
func (*MockKMSAPIMockRecorder) DecryptWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DecryptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DecryptWithContext indicates an expected call of DecryptWithContext
func (*MockKMSAPIMockRecorder) DeleteAlias ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DeleteAlias(arg0 interface{}) *gomock.Call
DeleteAlias indicates an expected call of DeleteAlias
func (*MockKMSAPIMockRecorder) DeleteAliasRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DeleteAliasRequest(arg0 interface{}) *gomock.Call
DeleteAliasRequest indicates an expected call of DeleteAliasRequest
func (*MockKMSAPIMockRecorder) DeleteAliasWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DeleteAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteAliasWithContext indicates an expected call of DeleteAliasWithContext
func (*MockKMSAPIMockRecorder) DeleteImportedKeyMaterial ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DeleteImportedKeyMaterial(arg0 interface{}) *gomock.Call
DeleteImportedKeyMaterial indicates an expected call of DeleteImportedKeyMaterial
func (*MockKMSAPIMockRecorder) DeleteImportedKeyMaterialRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DeleteImportedKeyMaterialRequest(arg0 interface{}) *gomock.Call
DeleteImportedKeyMaterialRequest indicates an expected call of DeleteImportedKeyMaterialRequest
func (*MockKMSAPIMockRecorder) DeleteImportedKeyMaterialWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DeleteImportedKeyMaterialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteImportedKeyMaterialWithContext indicates an expected call of DeleteImportedKeyMaterialWithContext
func (*MockKMSAPIMockRecorder) DescribeKey ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DescribeKey(arg0 interface{}) *gomock.Call
DescribeKey indicates an expected call of DescribeKey
func (*MockKMSAPIMockRecorder) DescribeKeyRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DescribeKeyRequest(arg0 interface{}) *gomock.Call
DescribeKeyRequest indicates an expected call of DescribeKeyRequest
func (*MockKMSAPIMockRecorder) DescribeKeyWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DescribeKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeKeyWithContext indicates an expected call of DescribeKeyWithContext
func (*MockKMSAPIMockRecorder) DisableKey ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DisableKey(arg0 interface{}) *gomock.Call
DisableKey indicates an expected call of DisableKey
func (*MockKMSAPIMockRecorder) DisableKeyRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DisableKeyRequest(arg0 interface{}) *gomock.Call
DisableKeyRequest indicates an expected call of DisableKeyRequest
func (*MockKMSAPIMockRecorder) DisableKeyRotation ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DisableKeyRotation(arg0 interface{}) *gomock.Call
DisableKeyRotation indicates an expected call of DisableKeyRotation
func (*MockKMSAPIMockRecorder) DisableKeyRotationRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DisableKeyRotationRequest(arg0 interface{}) *gomock.Call
DisableKeyRotationRequest indicates an expected call of DisableKeyRotationRequest
func (*MockKMSAPIMockRecorder) DisableKeyRotationWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DisableKeyRotationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DisableKeyRotationWithContext indicates an expected call of DisableKeyRotationWithContext
func (*MockKMSAPIMockRecorder) DisableKeyWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) DisableKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DisableKeyWithContext indicates an expected call of DisableKeyWithContext
func (*MockKMSAPIMockRecorder) EnableKey ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) EnableKey(arg0 interface{}) *gomock.Call
EnableKey indicates an expected call of EnableKey
func (*MockKMSAPIMockRecorder) EnableKeyRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) EnableKeyRequest(arg0 interface{}) *gomock.Call
EnableKeyRequest indicates an expected call of EnableKeyRequest
func (*MockKMSAPIMockRecorder) EnableKeyRotation ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) EnableKeyRotation(arg0 interface{}) *gomock.Call
EnableKeyRotation indicates an expected call of EnableKeyRotation
func (*MockKMSAPIMockRecorder) EnableKeyRotationRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) EnableKeyRotationRequest(arg0 interface{}) *gomock.Call
EnableKeyRotationRequest indicates an expected call of EnableKeyRotationRequest
func (*MockKMSAPIMockRecorder) EnableKeyRotationWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) EnableKeyRotationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
EnableKeyRotationWithContext indicates an expected call of EnableKeyRotationWithContext
func (*MockKMSAPIMockRecorder) EnableKeyWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) EnableKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
EnableKeyWithContext indicates an expected call of EnableKeyWithContext
func (*MockKMSAPIMockRecorder) Encrypt ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) Encrypt(arg0 interface{}) *gomock.Call
Encrypt indicates an expected call of Encrypt
func (*MockKMSAPIMockRecorder) EncryptRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) EncryptRequest(arg0 interface{}) *gomock.Call
EncryptRequest indicates an expected call of EncryptRequest
func (*MockKMSAPIMockRecorder) EncryptWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) EncryptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
EncryptWithContext indicates an expected call of EncryptWithContext
func (*MockKMSAPIMockRecorder) GenerateDataKey ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GenerateDataKey(arg0 interface{}) *gomock.Call
GenerateDataKey indicates an expected call of GenerateDataKey
func (*MockKMSAPIMockRecorder) GenerateDataKeyRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GenerateDataKeyRequest(arg0 interface{}) *gomock.Call
GenerateDataKeyRequest indicates an expected call of GenerateDataKeyRequest
func (*MockKMSAPIMockRecorder) GenerateDataKeyWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GenerateDataKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GenerateDataKeyWithContext indicates an expected call of GenerateDataKeyWithContext
func (*MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintext(arg0 interface{}) *gomock.Call
GenerateDataKeyWithoutPlaintext indicates an expected call of GenerateDataKeyWithoutPlaintext
func (*MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintextRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintextRequest(arg0 interface{}) *gomock.Call
GenerateDataKeyWithoutPlaintextRequest indicates an expected call of GenerateDataKeyWithoutPlaintextRequest
func (*MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintextWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GenerateDataKeyWithoutPlaintextWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GenerateDataKeyWithoutPlaintextWithContext indicates an expected call of GenerateDataKeyWithoutPlaintextWithContext
func (*MockKMSAPIMockRecorder) GenerateRandom ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GenerateRandom(arg0 interface{}) *gomock.Call
GenerateRandom indicates an expected call of GenerateRandom
func (*MockKMSAPIMockRecorder) GenerateRandomRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GenerateRandomRequest(arg0 interface{}) *gomock.Call
GenerateRandomRequest indicates an expected call of GenerateRandomRequest
func (*MockKMSAPIMockRecorder) GenerateRandomWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GenerateRandomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GenerateRandomWithContext indicates an expected call of GenerateRandomWithContext
func (*MockKMSAPIMockRecorder) GetKeyPolicy ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GetKeyPolicy(arg0 interface{}) *gomock.Call
GetKeyPolicy indicates an expected call of GetKeyPolicy
func (*MockKMSAPIMockRecorder) GetKeyPolicyRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GetKeyPolicyRequest(arg0 interface{}) *gomock.Call
GetKeyPolicyRequest indicates an expected call of GetKeyPolicyRequest
func (*MockKMSAPIMockRecorder) GetKeyPolicyWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GetKeyPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetKeyPolicyWithContext indicates an expected call of GetKeyPolicyWithContext
func (*MockKMSAPIMockRecorder) GetKeyRotationStatus ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GetKeyRotationStatus(arg0 interface{}) *gomock.Call
GetKeyRotationStatus indicates an expected call of GetKeyRotationStatus
func (*MockKMSAPIMockRecorder) GetKeyRotationStatusRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GetKeyRotationStatusRequest(arg0 interface{}) *gomock.Call
GetKeyRotationStatusRequest indicates an expected call of GetKeyRotationStatusRequest
func (*MockKMSAPIMockRecorder) GetKeyRotationStatusWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GetKeyRotationStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetKeyRotationStatusWithContext indicates an expected call of GetKeyRotationStatusWithContext
func (*MockKMSAPIMockRecorder) GetParametersForImport ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GetParametersForImport(arg0 interface{}) *gomock.Call
GetParametersForImport indicates an expected call of GetParametersForImport
func (*MockKMSAPIMockRecorder) GetParametersForImportRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GetParametersForImportRequest(arg0 interface{}) *gomock.Call
GetParametersForImportRequest indicates an expected call of GetParametersForImportRequest
func (*MockKMSAPIMockRecorder) GetParametersForImportWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) GetParametersForImportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetParametersForImportWithContext indicates an expected call of GetParametersForImportWithContext
func (*MockKMSAPIMockRecorder) ImportKeyMaterial ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ImportKeyMaterial(arg0 interface{}) *gomock.Call
ImportKeyMaterial indicates an expected call of ImportKeyMaterial
func (*MockKMSAPIMockRecorder) ImportKeyMaterialRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ImportKeyMaterialRequest(arg0 interface{}) *gomock.Call
ImportKeyMaterialRequest indicates an expected call of ImportKeyMaterialRequest
func (*MockKMSAPIMockRecorder) ImportKeyMaterialWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ImportKeyMaterialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ImportKeyMaterialWithContext indicates an expected call of ImportKeyMaterialWithContext
func (*MockKMSAPIMockRecorder) ListAliases ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListAliases(arg0 interface{}) *gomock.Call
ListAliases indicates an expected call of ListAliases
func (*MockKMSAPIMockRecorder) ListAliasesPages ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListAliasesPages(arg0, arg1 interface{}) *gomock.Call
ListAliasesPages indicates an expected call of ListAliasesPages
func (*MockKMSAPIMockRecorder) ListAliasesPagesWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListAliasesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListAliasesPagesWithContext indicates an expected call of ListAliasesPagesWithContext
func (*MockKMSAPIMockRecorder) ListAliasesRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListAliasesRequest(arg0 interface{}) *gomock.Call
ListAliasesRequest indicates an expected call of ListAliasesRequest
func (*MockKMSAPIMockRecorder) ListAliasesWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListAliasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListAliasesWithContext indicates an expected call of ListAliasesWithContext
func (*MockKMSAPIMockRecorder) ListGrants ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListGrants(arg0 interface{}) *gomock.Call
ListGrants indicates an expected call of ListGrants
func (*MockKMSAPIMockRecorder) ListGrantsPages ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListGrantsPages(arg0, arg1 interface{}) *gomock.Call
ListGrantsPages indicates an expected call of ListGrantsPages
func (*MockKMSAPIMockRecorder) ListGrantsPagesWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListGrantsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListGrantsPagesWithContext indicates an expected call of ListGrantsPagesWithContext
func (*MockKMSAPIMockRecorder) ListGrantsRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListGrantsRequest(arg0 interface{}) *gomock.Call
ListGrantsRequest indicates an expected call of ListGrantsRequest
func (*MockKMSAPIMockRecorder) ListGrantsWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListGrantsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListGrantsWithContext indicates an expected call of ListGrantsWithContext
func (*MockKMSAPIMockRecorder) ListKeyPolicies ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListKeyPolicies(arg0 interface{}) *gomock.Call
ListKeyPolicies indicates an expected call of ListKeyPolicies
func (*MockKMSAPIMockRecorder) ListKeyPoliciesPages ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListKeyPoliciesPages(arg0, arg1 interface{}) *gomock.Call
ListKeyPoliciesPages indicates an expected call of ListKeyPoliciesPages
func (*MockKMSAPIMockRecorder) ListKeyPoliciesPagesWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListKeyPoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListKeyPoliciesPagesWithContext indicates an expected call of ListKeyPoliciesPagesWithContext
func (*MockKMSAPIMockRecorder) ListKeyPoliciesRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListKeyPoliciesRequest(arg0 interface{}) *gomock.Call
ListKeyPoliciesRequest indicates an expected call of ListKeyPoliciesRequest
func (*MockKMSAPIMockRecorder) ListKeyPoliciesWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListKeyPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListKeyPoliciesWithContext indicates an expected call of ListKeyPoliciesWithContext
func (*MockKMSAPIMockRecorder) ListKeys ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListKeys(arg0 interface{}) *gomock.Call
ListKeys indicates an expected call of ListKeys
func (*MockKMSAPIMockRecorder) ListKeysPages ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListKeysPages(arg0, arg1 interface{}) *gomock.Call
ListKeysPages indicates an expected call of ListKeysPages
func (*MockKMSAPIMockRecorder) ListKeysPagesWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListKeysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListKeysPagesWithContext indicates an expected call of ListKeysPagesWithContext
func (*MockKMSAPIMockRecorder) ListKeysRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListKeysRequest(arg0 interface{}) *gomock.Call
ListKeysRequest indicates an expected call of ListKeysRequest
func (*MockKMSAPIMockRecorder) ListKeysWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListKeysWithContext indicates an expected call of ListKeysWithContext
func (*MockKMSAPIMockRecorder) ListResourceTags ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListResourceTags(arg0 interface{}) *gomock.Call
ListResourceTags indicates an expected call of ListResourceTags
func (*MockKMSAPIMockRecorder) ListResourceTagsRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListResourceTagsRequest(arg0 interface{}) *gomock.Call
ListResourceTagsRequest indicates an expected call of ListResourceTagsRequest
func (*MockKMSAPIMockRecorder) ListResourceTagsWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListResourceTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListResourceTagsWithContext indicates an expected call of ListResourceTagsWithContext
func (*MockKMSAPIMockRecorder) ListRetirableGrants ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListRetirableGrants(arg0 interface{}) *gomock.Call
ListRetirableGrants indicates an expected call of ListRetirableGrants
func (*MockKMSAPIMockRecorder) ListRetirableGrantsRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListRetirableGrantsRequest(arg0 interface{}) *gomock.Call
ListRetirableGrantsRequest indicates an expected call of ListRetirableGrantsRequest
func (*MockKMSAPIMockRecorder) ListRetirableGrantsWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ListRetirableGrantsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListRetirableGrantsWithContext indicates an expected call of ListRetirableGrantsWithContext
func (*MockKMSAPIMockRecorder) PutKeyPolicy ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) PutKeyPolicy(arg0 interface{}) *gomock.Call
PutKeyPolicy indicates an expected call of PutKeyPolicy
func (*MockKMSAPIMockRecorder) PutKeyPolicyRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) PutKeyPolicyRequest(arg0 interface{}) *gomock.Call
PutKeyPolicyRequest indicates an expected call of PutKeyPolicyRequest
func (*MockKMSAPIMockRecorder) PutKeyPolicyWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) PutKeyPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutKeyPolicyWithContext indicates an expected call of PutKeyPolicyWithContext
func (*MockKMSAPIMockRecorder) ReEncrypt ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ReEncrypt(arg0 interface{}) *gomock.Call
ReEncrypt indicates an expected call of ReEncrypt
func (*MockKMSAPIMockRecorder) ReEncryptRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ReEncryptRequest(arg0 interface{}) *gomock.Call
ReEncryptRequest indicates an expected call of ReEncryptRequest
func (*MockKMSAPIMockRecorder) ReEncryptWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ReEncryptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ReEncryptWithContext indicates an expected call of ReEncryptWithContext
func (*MockKMSAPIMockRecorder) RetireGrant ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) RetireGrant(arg0 interface{}) *gomock.Call
RetireGrant indicates an expected call of RetireGrant
func (*MockKMSAPIMockRecorder) RetireGrantRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) RetireGrantRequest(arg0 interface{}) *gomock.Call
RetireGrantRequest indicates an expected call of RetireGrantRequest
func (*MockKMSAPIMockRecorder) RetireGrantWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) RetireGrantWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RetireGrantWithContext indicates an expected call of RetireGrantWithContext
func (*MockKMSAPIMockRecorder) RevokeGrant ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) RevokeGrant(arg0 interface{}) *gomock.Call
RevokeGrant indicates an expected call of RevokeGrant
func (*MockKMSAPIMockRecorder) RevokeGrantRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) RevokeGrantRequest(arg0 interface{}) *gomock.Call
RevokeGrantRequest indicates an expected call of RevokeGrantRequest
func (*MockKMSAPIMockRecorder) RevokeGrantWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) RevokeGrantWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RevokeGrantWithContext indicates an expected call of RevokeGrantWithContext
func (*MockKMSAPIMockRecorder) ScheduleKeyDeletion ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ScheduleKeyDeletion(arg0 interface{}) *gomock.Call
ScheduleKeyDeletion indicates an expected call of ScheduleKeyDeletion
func (*MockKMSAPIMockRecorder) ScheduleKeyDeletionRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ScheduleKeyDeletionRequest(arg0 interface{}) *gomock.Call
ScheduleKeyDeletionRequest indicates an expected call of ScheduleKeyDeletionRequest
func (*MockKMSAPIMockRecorder) ScheduleKeyDeletionWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) ScheduleKeyDeletionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ScheduleKeyDeletionWithContext indicates an expected call of ScheduleKeyDeletionWithContext
func (*MockKMSAPIMockRecorder) TagResource ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockKMSAPIMockRecorder) TagResourceRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockKMSAPIMockRecorder) TagResourceWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockKMSAPIMockRecorder) UntagResource ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockKMSAPIMockRecorder) UntagResourceRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockKMSAPIMockRecorder) UntagResourceWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext
func (*MockKMSAPIMockRecorder) UpdateAlias ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) UpdateAlias(arg0 interface{}) *gomock.Call
UpdateAlias indicates an expected call of UpdateAlias
func (*MockKMSAPIMockRecorder) UpdateAliasRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) UpdateAliasRequest(arg0 interface{}) *gomock.Call
UpdateAliasRequest indicates an expected call of UpdateAliasRequest
func (*MockKMSAPIMockRecorder) UpdateAliasWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) UpdateAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateAliasWithContext indicates an expected call of UpdateAliasWithContext
func (*MockKMSAPIMockRecorder) UpdateKeyDescription ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) UpdateKeyDescription(arg0 interface{}) *gomock.Call
UpdateKeyDescription indicates an expected call of UpdateKeyDescription
func (*MockKMSAPIMockRecorder) UpdateKeyDescriptionRequest ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) UpdateKeyDescriptionRequest(arg0 interface{}) *gomock.Call
UpdateKeyDescriptionRequest indicates an expected call of UpdateKeyDescriptionRequest
func (*MockKMSAPIMockRecorder) UpdateKeyDescriptionWithContext ¶ added in v0.3.2
func (_mr *MockKMSAPIMockRecorder) UpdateKeyDescriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateKeyDescriptionWithContext indicates an expected call of UpdateKeyDescriptionWithContext