mock_lambdaiface

package
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2018 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package mock_lambdaiface is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockLambdaAPI

type MockLambdaAPI struct {
	// contains filtered or unexported fields
}

MockLambdaAPI is a mock of LambdaAPI interface

func NewMockLambdaAPI

func NewMockLambdaAPI(ctrl *gomock.Controller) *MockLambdaAPI

NewMockLambdaAPI creates a new mock instance

func (*MockLambdaAPI) AddPermission

AddPermission mocks base method

func (*MockLambdaAPI) AddPermissionRequest

func (m *MockLambdaAPI) AddPermissionRequest(arg0 *lambda.AddPermissionInput) (*request.Request, *lambda.AddPermissionOutput)

AddPermissionRequest mocks base method

func (*MockLambdaAPI) AddPermissionWithContext

func (m *MockLambdaAPI) AddPermissionWithContext(arg0 aws.Context, arg1 *lambda.AddPermissionInput, arg2 ...request.Option) (*lambda.AddPermissionOutput, error)

AddPermissionWithContext mocks base method

func (*MockLambdaAPI) CreateAlias

CreateAlias mocks base method

func (*MockLambdaAPI) CreateAliasRequest

func (m *MockLambdaAPI) CreateAliasRequest(arg0 *lambda.CreateAliasInput) (*request.Request, *lambda.AliasConfiguration)

CreateAliasRequest mocks base method

func (*MockLambdaAPI) CreateAliasWithContext

func (m *MockLambdaAPI) CreateAliasWithContext(arg0 aws.Context, arg1 *lambda.CreateAliasInput, arg2 ...request.Option) (*lambda.AliasConfiguration, error)

CreateAliasWithContext mocks base method

func (*MockLambdaAPI) CreateEventSourceMapping

CreateEventSourceMapping mocks base method

func (*MockLambdaAPI) CreateEventSourceMappingRequest

CreateEventSourceMappingRequest mocks base method

func (*MockLambdaAPI) CreateEventSourceMappingWithContext

func (m *MockLambdaAPI) CreateEventSourceMappingWithContext(arg0 aws.Context, arg1 *lambda.CreateEventSourceMappingInput, arg2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

CreateEventSourceMappingWithContext mocks base method

func (*MockLambdaAPI) CreateFunction

CreateFunction mocks base method

func (*MockLambdaAPI) CreateFunctionRequest

CreateFunctionRequest mocks base method

func (*MockLambdaAPI) CreateFunctionWithContext

func (m *MockLambdaAPI) CreateFunctionWithContext(arg0 aws.Context, arg1 *lambda.CreateFunctionInput, arg2 ...request.Option) (*lambda.FunctionConfiguration, error)

CreateFunctionWithContext mocks base method

func (*MockLambdaAPI) DeleteAlias

DeleteAlias mocks base method

func (*MockLambdaAPI) DeleteAliasRequest

func (m *MockLambdaAPI) DeleteAliasRequest(arg0 *lambda.DeleteAliasInput) (*request.Request, *lambda.DeleteAliasOutput)

DeleteAliasRequest mocks base method

func (*MockLambdaAPI) DeleteAliasWithContext

func (m *MockLambdaAPI) DeleteAliasWithContext(arg0 aws.Context, arg1 *lambda.DeleteAliasInput, arg2 ...request.Option) (*lambda.DeleteAliasOutput, error)

DeleteAliasWithContext mocks base method

func (*MockLambdaAPI) DeleteEventSourceMapping

DeleteEventSourceMapping mocks base method

func (*MockLambdaAPI) DeleteEventSourceMappingRequest

DeleteEventSourceMappingRequest mocks base method

func (*MockLambdaAPI) DeleteEventSourceMappingWithContext

func (m *MockLambdaAPI) DeleteEventSourceMappingWithContext(arg0 aws.Context, arg1 *lambda.DeleteEventSourceMappingInput, arg2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

DeleteEventSourceMappingWithContext mocks base method

func (*MockLambdaAPI) DeleteFunction

DeleteFunction mocks base method

func (*MockLambdaAPI) DeleteFunctionConcurrency

DeleteFunctionConcurrency mocks base method

func (*MockLambdaAPI) DeleteFunctionConcurrencyRequest

DeleteFunctionConcurrencyRequest mocks base method

func (*MockLambdaAPI) DeleteFunctionConcurrencyWithContext

func (m *MockLambdaAPI) DeleteFunctionConcurrencyWithContext(arg0 aws.Context, arg1 *lambda.DeleteFunctionConcurrencyInput, arg2 ...request.Option) (*lambda.DeleteFunctionConcurrencyOutput, error)

DeleteFunctionConcurrencyWithContext mocks base method

func (*MockLambdaAPI) DeleteFunctionRequest

func (m *MockLambdaAPI) DeleteFunctionRequest(arg0 *lambda.DeleteFunctionInput) (*request.Request, *lambda.DeleteFunctionOutput)

DeleteFunctionRequest mocks base method

func (*MockLambdaAPI) DeleteFunctionWithContext

func (m *MockLambdaAPI) DeleteFunctionWithContext(arg0 aws.Context, arg1 *lambda.DeleteFunctionInput, arg2 ...request.Option) (*lambda.DeleteFunctionOutput, error)

DeleteFunctionWithContext mocks base method

func (*MockLambdaAPI) EXPECT

EXPECT returns an object that allows the caller to indicate expected use

func (*MockLambdaAPI) GetAccountSettings

GetAccountSettings mocks base method

func (*MockLambdaAPI) GetAccountSettingsRequest

GetAccountSettingsRequest mocks base method

func (*MockLambdaAPI) GetAccountSettingsWithContext

func (m *MockLambdaAPI) GetAccountSettingsWithContext(arg0 aws.Context, arg1 *lambda.GetAccountSettingsInput, arg2 ...request.Option) (*lambda.GetAccountSettingsOutput, error)

GetAccountSettingsWithContext mocks base method

func (*MockLambdaAPI) GetAlias

GetAlias mocks base method

func (*MockLambdaAPI) GetAliasRequest

GetAliasRequest mocks base method

func (*MockLambdaAPI) GetAliasWithContext

func (m *MockLambdaAPI) GetAliasWithContext(arg0 aws.Context, arg1 *lambda.GetAliasInput, arg2 ...request.Option) (*lambda.AliasConfiguration, error)

GetAliasWithContext mocks base method

func (*MockLambdaAPI) GetEventSourceMapping

GetEventSourceMapping mocks base method

func (*MockLambdaAPI) GetEventSourceMappingRequest

GetEventSourceMappingRequest mocks base method

func (*MockLambdaAPI) GetEventSourceMappingWithContext

func (m *MockLambdaAPI) GetEventSourceMappingWithContext(arg0 aws.Context, arg1 *lambda.GetEventSourceMappingInput, arg2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

GetEventSourceMappingWithContext mocks base method

func (*MockLambdaAPI) GetFunction

GetFunction mocks base method

func (*MockLambdaAPI) GetFunctionConfiguration

GetFunctionConfiguration mocks base method

func (*MockLambdaAPI) GetFunctionConfigurationRequest

func (m *MockLambdaAPI) GetFunctionConfigurationRequest(arg0 *lambda.GetFunctionConfigurationInput) (*request.Request, *lambda.FunctionConfiguration)

GetFunctionConfigurationRequest mocks base method

func (*MockLambdaAPI) GetFunctionConfigurationWithContext

func (m *MockLambdaAPI) GetFunctionConfigurationWithContext(arg0 aws.Context, arg1 *lambda.GetFunctionConfigurationInput, arg2 ...request.Option) (*lambda.FunctionConfiguration, error)

GetFunctionConfigurationWithContext mocks base method

func (*MockLambdaAPI) GetFunctionRequest

func (m *MockLambdaAPI) GetFunctionRequest(arg0 *lambda.GetFunctionInput) (*request.Request, *lambda.GetFunctionOutput)

GetFunctionRequest mocks base method

func (*MockLambdaAPI) GetFunctionWithContext

func (m *MockLambdaAPI) GetFunctionWithContext(arg0 aws.Context, arg1 *lambda.GetFunctionInput, arg2 ...request.Option) (*lambda.GetFunctionOutput, error)

GetFunctionWithContext mocks base method

func (*MockLambdaAPI) GetPolicy

GetPolicy mocks base method

func (*MockLambdaAPI) GetPolicyRequest

func (m *MockLambdaAPI) GetPolicyRequest(arg0 *lambda.GetPolicyInput) (*request.Request, *lambda.GetPolicyOutput)

GetPolicyRequest mocks base method

func (*MockLambdaAPI) GetPolicyWithContext

func (m *MockLambdaAPI) GetPolicyWithContext(arg0 aws.Context, arg1 *lambda.GetPolicyInput, arg2 ...request.Option) (*lambda.GetPolicyOutput, error)

GetPolicyWithContext mocks base method

func (*MockLambdaAPI) Invoke

Invoke mocks base method

func (*MockLambdaAPI) InvokeAsync

InvokeAsync mocks base method

func (*MockLambdaAPI) InvokeAsyncRequest

func (m *MockLambdaAPI) InvokeAsyncRequest(arg0 *lambda.InvokeAsyncInput) (*request.Request, *lambda.InvokeAsyncOutput)

InvokeAsyncRequest mocks base method

func (*MockLambdaAPI) InvokeAsyncWithContext

func (m *MockLambdaAPI) InvokeAsyncWithContext(arg0 aws.Context, arg1 *lambda.InvokeAsyncInput, arg2 ...request.Option) (*lambda.InvokeAsyncOutput, error)

InvokeAsyncWithContext mocks base method

func (*MockLambdaAPI) InvokeRequest

func (m *MockLambdaAPI) InvokeRequest(arg0 *lambda.InvokeInput) (*request.Request, *lambda.InvokeOutput)

InvokeRequest mocks base method

func (*MockLambdaAPI) InvokeWithContext

func (m *MockLambdaAPI) InvokeWithContext(arg0 aws.Context, arg1 *lambda.InvokeInput, arg2 ...request.Option) (*lambda.InvokeOutput, error)

InvokeWithContext mocks base method

func (*MockLambdaAPI) ListAliases

ListAliases mocks base method

func (*MockLambdaAPI) ListAliasesRequest

func (m *MockLambdaAPI) ListAliasesRequest(arg0 *lambda.ListAliasesInput) (*request.Request, *lambda.ListAliasesOutput)

ListAliasesRequest mocks base method

func (*MockLambdaAPI) ListAliasesWithContext

func (m *MockLambdaAPI) ListAliasesWithContext(arg0 aws.Context, arg1 *lambda.ListAliasesInput, arg2 ...request.Option) (*lambda.ListAliasesOutput, error)

ListAliasesWithContext mocks base method

func (*MockLambdaAPI) ListEventSourceMappings

ListEventSourceMappings mocks base method

func (*MockLambdaAPI) ListEventSourceMappingsPages

func (m *MockLambdaAPI) ListEventSourceMappingsPages(arg0 *lambda.ListEventSourceMappingsInput, arg1 func(*lambda.ListEventSourceMappingsOutput, bool) bool) error

ListEventSourceMappingsPages mocks base method

func (*MockLambdaAPI) ListEventSourceMappingsPagesWithContext

func (m *MockLambdaAPI) ListEventSourceMappingsPagesWithContext(arg0 aws.Context, arg1 *lambda.ListEventSourceMappingsInput, arg2 func(*lambda.ListEventSourceMappingsOutput, bool) bool, arg3 ...request.Option) error

ListEventSourceMappingsPagesWithContext mocks base method

func (*MockLambdaAPI) ListEventSourceMappingsRequest

ListEventSourceMappingsRequest mocks base method

func (*MockLambdaAPI) ListEventSourceMappingsWithContext

func (m *MockLambdaAPI) ListEventSourceMappingsWithContext(arg0 aws.Context, arg1 *lambda.ListEventSourceMappingsInput, arg2 ...request.Option) (*lambda.ListEventSourceMappingsOutput, error)

ListEventSourceMappingsWithContext mocks base method

func (*MockLambdaAPI) ListFunctions

ListFunctions mocks base method

func (*MockLambdaAPI) ListFunctionsPages

func (m *MockLambdaAPI) ListFunctionsPages(arg0 *lambda.ListFunctionsInput, arg1 func(*lambda.ListFunctionsOutput, bool) bool) error

ListFunctionsPages mocks base method

func (*MockLambdaAPI) ListFunctionsPagesWithContext

func (m *MockLambdaAPI) ListFunctionsPagesWithContext(arg0 aws.Context, arg1 *lambda.ListFunctionsInput, arg2 func(*lambda.ListFunctionsOutput, bool) bool, arg3 ...request.Option) error

ListFunctionsPagesWithContext mocks base method

func (*MockLambdaAPI) ListFunctionsRequest

func (m *MockLambdaAPI) ListFunctionsRequest(arg0 *lambda.ListFunctionsInput) (*request.Request, *lambda.ListFunctionsOutput)

ListFunctionsRequest mocks base method

func (*MockLambdaAPI) ListFunctionsWithContext

func (m *MockLambdaAPI) ListFunctionsWithContext(arg0 aws.Context, arg1 *lambda.ListFunctionsInput, arg2 ...request.Option) (*lambda.ListFunctionsOutput, error)

ListFunctionsWithContext mocks base method

func (*MockLambdaAPI) ListTags

ListTags mocks base method

func (*MockLambdaAPI) ListTagsRequest

func (m *MockLambdaAPI) ListTagsRequest(arg0 *lambda.ListTagsInput) (*request.Request, *lambda.ListTagsOutput)

ListTagsRequest mocks base method

func (*MockLambdaAPI) ListTagsWithContext

func (m *MockLambdaAPI) ListTagsWithContext(arg0 aws.Context, arg1 *lambda.ListTagsInput, arg2 ...request.Option) (*lambda.ListTagsOutput, error)

ListTagsWithContext mocks base method

func (*MockLambdaAPI) ListVersionsByFunction

ListVersionsByFunction mocks base method

func (*MockLambdaAPI) ListVersionsByFunctionRequest

ListVersionsByFunctionRequest mocks base method

func (*MockLambdaAPI) ListVersionsByFunctionWithContext

func (m *MockLambdaAPI) ListVersionsByFunctionWithContext(arg0 aws.Context, arg1 *lambda.ListVersionsByFunctionInput, arg2 ...request.Option) (*lambda.ListVersionsByFunctionOutput, error)

ListVersionsByFunctionWithContext mocks base method

func (*MockLambdaAPI) PublishVersion

PublishVersion mocks base method

func (*MockLambdaAPI) PublishVersionRequest

PublishVersionRequest mocks base method

func (*MockLambdaAPI) PublishVersionWithContext

func (m *MockLambdaAPI) PublishVersionWithContext(arg0 aws.Context, arg1 *lambda.PublishVersionInput, arg2 ...request.Option) (*lambda.FunctionConfiguration, error)

PublishVersionWithContext mocks base method

func (*MockLambdaAPI) PutFunctionConcurrency

PutFunctionConcurrency mocks base method

func (*MockLambdaAPI) PutFunctionConcurrencyRequest

PutFunctionConcurrencyRequest mocks base method

func (*MockLambdaAPI) PutFunctionConcurrencyWithContext

func (m *MockLambdaAPI) PutFunctionConcurrencyWithContext(arg0 aws.Context, arg1 *lambda.PutFunctionConcurrencyInput, arg2 ...request.Option) (*lambda.PutFunctionConcurrencyOutput, error)

PutFunctionConcurrencyWithContext mocks base method

func (*MockLambdaAPI) RemovePermission

RemovePermission mocks base method

func (*MockLambdaAPI) RemovePermissionRequest

RemovePermissionRequest mocks base method

func (*MockLambdaAPI) RemovePermissionWithContext

func (m *MockLambdaAPI) RemovePermissionWithContext(arg0 aws.Context, arg1 *lambda.RemovePermissionInput, arg2 ...request.Option) (*lambda.RemovePermissionOutput, error)

RemovePermissionWithContext mocks base method

func (*MockLambdaAPI) TagResource

TagResource mocks base method

func (*MockLambdaAPI) TagResourceRequest

func (m *MockLambdaAPI) TagResourceRequest(arg0 *lambda.TagResourceInput) (*request.Request, *lambda.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockLambdaAPI) TagResourceWithContext

func (m *MockLambdaAPI) TagResourceWithContext(arg0 aws.Context, arg1 *lambda.TagResourceInput, arg2 ...request.Option) (*lambda.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockLambdaAPI) UntagResource

UntagResource mocks base method

func (*MockLambdaAPI) UntagResourceRequest

func (m *MockLambdaAPI) UntagResourceRequest(arg0 *lambda.UntagResourceInput) (*request.Request, *lambda.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockLambdaAPI) UntagResourceWithContext

func (m *MockLambdaAPI) UntagResourceWithContext(arg0 aws.Context, arg1 *lambda.UntagResourceInput, arg2 ...request.Option) (*lambda.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockLambdaAPI) UpdateAlias

UpdateAlias mocks base method

func (*MockLambdaAPI) UpdateAliasRequest

func (m *MockLambdaAPI) UpdateAliasRequest(arg0 *lambda.UpdateAliasInput) (*request.Request, *lambda.AliasConfiguration)

UpdateAliasRequest mocks base method

func (*MockLambdaAPI) UpdateAliasWithContext

func (m *MockLambdaAPI) UpdateAliasWithContext(arg0 aws.Context, arg1 *lambda.UpdateAliasInput, arg2 ...request.Option) (*lambda.AliasConfiguration, error)

UpdateAliasWithContext mocks base method

func (*MockLambdaAPI) UpdateEventSourceMapping

UpdateEventSourceMapping mocks base method

func (*MockLambdaAPI) UpdateEventSourceMappingRequest

UpdateEventSourceMappingRequest mocks base method

func (*MockLambdaAPI) UpdateEventSourceMappingWithContext

func (m *MockLambdaAPI) UpdateEventSourceMappingWithContext(arg0 aws.Context, arg1 *lambda.UpdateEventSourceMappingInput, arg2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

UpdateEventSourceMappingWithContext mocks base method

func (*MockLambdaAPI) UpdateFunctionCode

UpdateFunctionCode mocks base method

func (*MockLambdaAPI) UpdateFunctionCodeRequest

func (m *MockLambdaAPI) UpdateFunctionCodeRequest(arg0 *lambda.UpdateFunctionCodeInput) (*request.Request, *lambda.FunctionConfiguration)

UpdateFunctionCodeRequest mocks base method

func (*MockLambdaAPI) UpdateFunctionCodeWithContext

func (m *MockLambdaAPI) UpdateFunctionCodeWithContext(arg0 aws.Context, arg1 *lambda.UpdateFunctionCodeInput, arg2 ...request.Option) (*lambda.FunctionConfiguration, error)

UpdateFunctionCodeWithContext mocks base method

func (*MockLambdaAPI) UpdateFunctionConfiguration

func (m *MockLambdaAPI) UpdateFunctionConfiguration(arg0 *lambda.UpdateFunctionConfigurationInput) (*lambda.FunctionConfiguration, error)

UpdateFunctionConfiguration mocks base method

func (*MockLambdaAPI) UpdateFunctionConfigurationRequest

func (m *MockLambdaAPI) UpdateFunctionConfigurationRequest(arg0 *lambda.UpdateFunctionConfigurationInput) (*request.Request, *lambda.FunctionConfiguration)

UpdateFunctionConfigurationRequest mocks base method

func (*MockLambdaAPI) UpdateFunctionConfigurationWithContext

func (m *MockLambdaAPI) UpdateFunctionConfigurationWithContext(arg0 aws.Context, arg1 *lambda.UpdateFunctionConfigurationInput, arg2 ...request.Option) (*lambda.FunctionConfiguration, error)

UpdateFunctionConfigurationWithContext mocks base method

type MockLambdaAPIMockRecorder

type MockLambdaAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockLambdaAPIMockRecorder is the mock recorder for MockLambdaAPI

func (*MockLambdaAPIMockRecorder) AddPermission

func (mr *MockLambdaAPIMockRecorder) AddPermission(arg0 interface{}) *gomock.Call

AddPermission indicates an expected call of AddPermission

func (*MockLambdaAPIMockRecorder) AddPermissionRequest

func (mr *MockLambdaAPIMockRecorder) AddPermissionRequest(arg0 interface{}) *gomock.Call

AddPermissionRequest indicates an expected call of AddPermissionRequest

func (*MockLambdaAPIMockRecorder) AddPermissionWithContext

func (mr *MockLambdaAPIMockRecorder) AddPermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddPermissionWithContext indicates an expected call of AddPermissionWithContext

func (*MockLambdaAPIMockRecorder) CreateAlias

func (mr *MockLambdaAPIMockRecorder) CreateAlias(arg0 interface{}) *gomock.Call

CreateAlias indicates an expected call of CreateAlias

func (*MockLambdaAPIMockRecorder) CreateAliasRequest

func (mr *MockLambdaAPIMockRecorder) CreateAliasRequest(arg0 interface{}) *gomock.Call

CreateAliasRequest indicates an expected call of CreateAliasRequest

func (*MockLambdaAPIMockRecorder) CreateAliasWithContext

func (mr *MockLambdaAPIMockRecorder) CreateAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAliasWithContext indicates an expected call of CreateAliasWithContext

func (*MockLambdaAPIMockRecorder) CreateEventSourceMapping

func (mr *MockLambdaAPIMockRecorder) CreateEventSourceMapping(arg0 interface{}) *gomock.Call

CreateEventSourceMapping indicates an expected call of CreateEventSourceMapping

func (*MockLambdaAPIMockRecorder) CreateEventSourceMappingRequest

func (mr *MockLambdaAPIMockRecorder) CreateEventSourceMappingRequest(arg0 interface{}) *gomock.Call

CreateEventSourceMappingRequest indicates an expected call of CreateEventSourceMappingRequest

func (*MockLambdaAPIMockRecorder) CreateEventSourceMappingWithContext

func (mr *MockLambdaAPIMockRecorder) CreateEventSourceMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateEventSourceMappingWithContext indicates an expected call of CreateEventSourceMappingWithContext

func (*MockLambdaAPIMockRecorder) CreateFunction

func (mr *MockLambdaAPIMockRecorder) CreateFunction(arg0 interface{}) *gomock.Call

CreateFunction indicates an expected call of CreateFunction

func (*MockLambdaAPIMockRecorder) CreateFunctionRequest

func (mr *MockLambdaAPIMockRecorder) CreateFunctionRequest(arg0 interface{}) *gomock.Call

CreateFunctionRequest indicates an expected call of CreateFunctionRequest

func (*MockLambdaAPIMockRecorder) CreateFunctionWithContext

func (mr *MockLambdaAPIMockRecorder) CreateFunctionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFunctionWithContext indicates an expected call of CreateFunctionWithContext

func (*MockLambdaAPIMockRecorder) DeleteAlias

func (mr *MockLambdaAPIMockRecorder) DeleteAlias(arg0 interface{}) *gomock.Call

DeleteAlias indicates an expected call of DeleteAlias

func (*MockLambdaAPIMockRecorder) DeleteAliasRequest

func (mr *MockLambdaAPIMockRecorder) DeleteAliasRequest(arg0 interface{}) *gomock.Call

DeleteAliasRequest indicates an expected call of DeleteAliasRequest

func (*MockLambdaAPIMockRecorder) DeleteAliasWithContext

func (mr *MockLambdaAPIMockRecorder) DeleteAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAliasWithContext indicates an expected call of DeleteAliasWithContext

func (*MockLambdaAPIMockRecorder) DeleteEventSourceMapping

func (mr *MockLambdaAPIMockRecorder) DeleteEventSourceMapping(arg0 interface{}) *gomock.Call

DeleteEventSourceMapping indicates an expected call of DeleteEventSourceMapping

func (*MockLambdaAPIMockRecorder) DeleteEventSourceMappingRequest

func (mr *MockLambdaAPIMockRecorder) DeleteEventSourceMappingRequest(arg0 interface{}) *gomock.Call

DeleteEventSourceMappingRequest indicates an expected call of DeleteEventSourceMappingRequest

func (*MockLambdaAPIMockRecorder) DeleteEventSourceMappingWithContext

func (mr *MockLambdaAPIMockRecorder) DeleteEventSourceMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEventSourceMappingWithContext indicates an expected call of DeleteEventSourceMappingWithContext

func (*MockLambdaAPIMockRecorder) DeleteFunction

func (mr *MockLambdaAPIMockRecorder) DeleteFunction(arg0 interface{}) *gomock.Call

DeleteFunction indicates an expected call of DeleteFunction

func (*MockLambdaAPIMockRecorder) DeleteFunctionConcurrency

func (mr *MockLambdaAPIMockRecorder) DeleteFunctionConcurrency(arg0 interface{}) *gomock.Call

DeleteFunctionConcurrency indicates an expected call of DeleteFunctionConcurrency

func (*MockLambdaAPIMockRecorder) DeleteFunctionConcurrencyRequest

func (mr *MockLambdaAPIMockRecorder) DeleteFunctionConcurrencyRequest(arg0 interface{}) *gomock.Call

DeleteFunctionConcurrencyRequest indicates an expected call of DeleteFunctionConcurrencyRequest

func (*MockLambdaAPIMockRecorder) DeleteFunctionConcurrencyWithContext

func (mr *MockLambdaAPIMockRecorder) DeleteFunctionConcurrencyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFunctionConcurrencyWithContext indicates an expected call of DeleteFunctionConcurrencyWithContext

func (*MockLambdaAPIMockRecorder) DeleteFunctionRequest

func (mr *MockLambdaAPIMockRecorder) DeleteFunctionRequest(arg0 interface{}) *gomock.Call

DeleteFunctionRequest indicates an expected call of DeleteFunctionRequest

func (*MockLambdaAPIMockRecorder) DeleteFunctionWithContext

func (mr *MockLambdaAPIMockRecorder) DeleteFunctionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFunctionWithContext indicates an expected call of DeleteFunctionWithContext

func (*MockLambdaAPIMockRecorder) GetAccountSettings

func (mr *MockLambdaAPIMockRecorder) GetAccountSettings(arg0 interface{}) *gomock.Call

GetAccountSettings indicates an expected call of GetAccountSettings

func (*MockLambdaAPIMockRecorder) GetAccountSettingsRequest

func (mr *MockLambdaAPIMockRecorder) GetAccountSettingsRequest(arg0 interface{}) *gomock.Call

GetAccountSettingsRequest indicates an expected call of GetAccountSettingsRequest

func (*MockLambdaAPIMockRecorder) GetAccountSettingsWithContext

func (mr *MockLambdaAPIMockRecorder) GetAccountSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountSettingsWithContext indicates an expected call of GetAccountSettingsWithContext

func (*MockLambdaAPIMockRecorder) GetAlias

func (mr *MockLambdaAPIMockRecorder) GetAlias(arg0 interface{}) *gomock.Call

GetAlias indicates an expected call of GetAlias

func (*MockLambdaAPIMockRecorder) GetAliasRequest

func (mr *MockLambdaAPIMockRecorder) GetAliasRequest(arg0 interface{}) *gomock.Call

GetAliasRequest indicates an expected call of GetAliasRequest

func (*MockLambdaAPIMockRecorder) GetAliasWithContext

func (mr *MockLambdaAPIMockRecorder) GetAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAliasWithContext indicates an expected call of GetAliasWithContext

func (*MockLambdaAPIMockRecorder) GetEventSourceMapping

func (mr *MockLambdaAPIMockRecorder) GetEventSourceMapping(arg0 interface{}) *gomock.Call

GetEventSourceMapping indicates an expected call of GetEventSourceMapping

func (*MockLambdaAPIMockRecorder) GetEventSourceMappingRequest

func (mr *MockLambdaAPIMockRecorder) GetEventSourceMappingRequest(arg0 interface{}) *gomock.Call

GetEventSourceMappingRequest indicates an expected call of GetEventSourceMappingRequest

func (*MockLambdaAPIMockRecorder) GetEventSourceMappingWithContext

func (mr *MockLambdaAPIMockRecorder) GetEventSourceMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEventSourceMappingWithContext indicates an expected call of GetEventSourceMappingWithContext

func (*MockLambdaAPIMockRecorder) GetFunction

func (mr *MockLambdaAPIMockRecorder) GetFunction(arg0 interface{}) *gomock.Call

GetFunction indicates an expected call of GetFunction

func (*MockLambdaAPIMockRecorder) GetFunctionConfiguration

func (mr *MockLambdaAPIMockRecorder) GetFunctionConfiguration(arg0 interface{}) *gomock.Call

GetFunctionConfiguration indicates an expected call of GetFunctionConfiguration

func (*MockLambdaAPIMockRecorder) GetFunctionConfigurationRequest

func (mr *MockLambdaAPIMockRecorder) GetFunctionConfigurationRequest(arg0 interface{}) *gomock.Call

GetFunctionConfigurationRequest indicates an expected call of GetFunctionConfigurationRequest

func (*MockLambdaAPIMockRecorder) GetFunctionConfigurationWithContext

func (mr *MockLambdaAPIMockRecorder) GetFunctionConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFunctionConfigurationWithContext indicates an expected call of GetFunctionConfigurationWithContext

func (*MockLambdaAPIMockRecorder) GetFunctionRequest

func (mr *MockLambdaAPIMockRecorder) GetFunctionRequest(arg0 interface{}) *gomock.Call

GetFunctionRequest indicates an expected call of GetFunctionRequest

func (*MockLambdaAPIMockRecorder) GetFunctionWithContext

func (mr *MockLambdaAPIMockRecorder) GetFunctionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFunctionWithContext indicates an expected call of GetFunctionWithContext

func (*MockLambdaAPIMockRecorder) GetPolicy

func (mr *MockLambdaAPIMockRecorder) GetPolicy(arg0 interface{}) *gomock.Call

GetPolicy indicates an expected call of GetPolicy

func (*MockLambdaAPIMockRecorder) GetPolicyRequest

func (mr *MockLambdaAPIMockRecorder) GetPolicyRequest(arg0 interface{}) *gomock.Call

GetPolicyRequest indicates an expected call of GetPolicyRequest

func (*MockLambdaAPIMockRecorder) GetPolicyWithContext

func (mr *MockLambdaAPIMockRecorder) GetPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPolicyWithContext indicates an expected call of GetPolicyWithContext

func (*MockLambdaAPIMockRecorder) Invoke

func (mr *MockLambdaAPIMockRecorder) Invoke(arg0 interface{}) *gomock.Call

Invoke indicates an expected call of Invoke

func (*MockLambdaAPIMockRecorder) InvokeAsync

func (mr *MockLambdaAPIMockRecorder) InvokeAsync(arg0 interface{}) *gomock.Call

InvokeAsync indicates an expected call of InvokeAsync

func (*MockLambdaAPIMockRecorder) InvokeAsyncRequest

func (mr *MockLambdaAPIMockRecorder) InvokeAsyncRequest(arg0 interface{}) *gomock.Call

InvokeAsyncRequest indicates an expected call of InvokeAsyncRequest

func (*MockLambdaAPIMockRecorder) InvokeAsyncWithContext

func (mr *MockLambdaAPIMockRecorder) InvokeAsyncWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

InvokeAsyncWithContext indicates an expected call of InvokeAsyncWithContext

func (*MockLambdaAPIMockRecorder) InvokeRequest

func (mr *MockLambdaAPIMockRecorder) InvokeRequest(arg0 interface{}) *gomock.Call

InvokeRequest indicates an expected call of InvokeRequest

func (*MockLambdaAPIMockRecorder) InvokeWithContext

func (mr *MockLambdaAPIMockRecorder) InvokeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

InvokeWithContext indicates an expected call of InvokeWithContext

func (*MockLambdaAPIMockRecorder) ListAliases

func (mr *MockLambdaAPIMockRecorder) ListAliases(arg0 interface{}) *gomock.Call

ListAliases indicates an expected call of ListAliases

func (*MockLambdaAPIMockRecorder) ListAliasesRequest

func (mr *MockLambdaAPIMockRecorder) ListAliasesRequest(arg0 interface{}) *gomock.Call

ListAliasesRequest indicates an expected call of ListAliasesRequest

func (*MockLambdaAPIMockRecorder) ListAliasesWithContext

func (mr *MockLambdaAPIMockRecorder) ListAliasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAliasesWithContext indicates an expected call of ListAliasesWithContext

func (*MockLambdaAPIMockRecorder) ListEventSourceMappings

func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappings(arg0 interface{}) *gomock.Call

ListEventSourceMappings indicates an expected call of ListEventSourceMappings

func (*MockLambdaAPIMockRecorder) ListEventSourceMappingsPages

func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappingsPages(arg0, arg1 interface{}) *gomock.Call

ListEventSourceMappingsPages indicates an expected call of ListEventSourceMappingsPages

func (*MockLambdaAPIMockRecorder) ListEventSourceMappingsPagesWithContext

func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappingsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListEventSourceMappingsPagesWithContext indicates an expected call of ListEventSourceMappingsPagesWithContext

func (*MockLambdaAPIMockRecorder) ListEventSourceMappingsRequest

func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappingsRequest(arg0 interface{}) *gomock.Call

ListEventSourceMappingsRequest indicates an expected call of ListEventSourceMappingsRequest

func (*MockLambdaAPIMockRecorder) ListEventSourceMappingsWithContext

func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEventSourceMappingsWithContext indicates an expected call of ListEventSourceMappingsWithContext

func (*MockLambdaAPIMockRecorder) ListFunctions

func (mr *MockLambdaAPIMockRecorder) ListFunctions(arg0 interface{}) *gomock.Call

ListFunctions indicates an expected call of ListFunctions

func (*MockLambdaAPIMockRecorder) ListFunctionsPages

func (mr *MockLambdaAPIMockRecorder) ListFunctionsPages(arg0, arg1 interface{}) *gomock.Call

ListFunctionsPages indicates an expected call of ListFunctionsPages

func (*MockLambdaAPIMockRecorder) ListFunctionsPagesWithContext

func (mr *MockLambdaAPIMockRecorder) ListFunctionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListFunctionsPagesWithContext indicates an expected call of ListFunctionsPagesWithContext

func (*MockLambdaAPIMockRecorder) ListFunctionsRequest

func (mr *MockLambdaAPIMockRecorder) ListFunctionsRequest(arg0 interface{}) *gomock.Call

ListFunctionsRequest indicates an expected call of ListFunctionsRequest

func (*MockLambdaAPIMockRecorder) ListFunctionsWithContext

func (mr *MockLambdaAPIMockRecorder) ListFunctionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFunctionsWithContext indicates an expected call of ListFunctionsWithContext

func (*MockLambdaAPIMockRecorder) ListTags

func (mr *MockLambdaAPIMockRecorder) ListTags(arg0 interface{}) *gomock.Call

ListTags indicates an expected call of ListTags

func (*MockLambdaAPIMockRecorder) ListTagsRequest

func (mr *MockLambdaAPIMockRecorder) ListTagsRequest(arg0 interface{}) *gomock.Call

ListTagsRequest indicates an expected call of ListTagsRequest

func (*MockLambdaAPIMockRecorder) ListTagsWithContext

func (mr *MockLambdaAPIMockRecorder) ListTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsWithContext indicates an expected call of ListTagsWithContext

func (*MockLambdaAPIMockRecorder) ListVersionsByFunction

func (mr *MockLambdaAPIMockRecorder) ListVersionsByFunction(arg0 interface{}) *gomock.Call

ListVersionsByFunction indicates an expected call of ListVersionsByFunction

func (*MockLambdaAPIMockRecorder) ListVersionsByFunctionRequest

func (mr *MockLambdaAPIMockRecorder) ListVersionsByFunctionRequest(arg0 interface{}) *gomock.Call

ListVersionsByFunctionRequest indicates an expected call of ListVersionsByFunctionRequest

func (*MockLambdaAPIMockRecorder) ListVersionsByFunctionWithContext

func (mr *MockLambdaAPIMockRecorder) ListVersionsByFunctionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVersionsByFunctionWithContext indicates an expected call of ListVersionsByFunctionWithContext

func (*MockLambdaAPIMockRecorder) PublishVersion

func (mr *MockLambdaAPIMockRecorder) PublishVersion(arg0 interface{}) *gomock.Call

PublishVersion indicates an expected call of PublishVersion

func (*MockLambdaAPIMockRecorder) PublishVersionRequest

func (mr *MockLambdaAPIMockRecorder) PublishVersionRequest(arg0 interface{}) *gomock.Call

PublishVersionRequest indicates an expected call of PublishVersionRequest

func (*MockLambdaAPIMockRecorder) PublishVersionWithContext

func (mr *MockLambdaAPIMockRecorder) PublishVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PublishVersionWithContext indicates an expected call of PublishVersionWithContext

func (*MockLambdaAPIMockRecorder) PutFunctionConcurrency

func (mr *MockLambdaAPIMockRecorder) PutFunctionConcurrency(arg0 interface{}) *gomock.Call

PutFunctionConcurrency indicates an expected call of PutFunctionConcurrency

func (*MockLambdaAPIMockRecorder) PutFunctionConcurrencyRequest

func (mr *MockLambdaAPIMockRecorder) PutFunctionConcurrencyRequest(arg0 interface{}) *gomock.Call

PutFunctionConcurrencyRequest indicates an expected call of PutFunctionConcurrencyRequest

func (*MockLambdaAPIMockRecorder) PutFunctionConcurrencyWithContext

func (mr *MockLambdaAPIMockRecorder) PutFunctionConcurrencyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutFunctionConcurrencyWithContext indicates an expected call of PutFunctionConcurrencyWithContext

func (*MockLambdaAPIMockRecorder) RemovePermission

func (mr *MockLambdaAPIMockRecorder) RemovePermission(arg0 interface{}) *gomock.Call

RemovePermission indicates an expected call of RemovePermission

func (*MockLambdaAPIMockRecorder) RemovePermissionRequest

func (mr *MockLambdaAPIMockRecorder) RemovePermissionRequest(arg0 interface{}) *gomock.Call

RemovePermissionRequest indicates an expected call of RemovePermissionRequest

func (*MockLambdaAPIMockRecorder) RemovePermissionWithContext

func (mr *MockLambdaAPIMockRecorder) RemovePermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemovePermissionWithContext indicates an expected call of RemovePermissionWithContext

func (*MockLambdaAPIMockRecorder) TagResource

func (mr *MockLambdaAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockLambdaAPIMockRecorder) TagResourceRequest

func (mr *MockLambdaAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockLambdaAPIMockRecorder) TagResourceWithContext

func (mr *MockLambdaAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockLambdaAPIMockRecorder) UntagResource

func (mr *MockLambdaAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockLambdaAPIMockRecorder) UntagResourceRequest

func (mr *MockLambdaAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockLambdaAPIMockRecorder) UntagResourceWithContext

func (mr *MockLambdaAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockLambdaAPIMockRecorder) UpdateAlias

func (mr *MockLambdaAPIMockRecorder) UpdateAlias(arg0 interface{}) *gomock.Call

UpdateAlias indicates an expected call of UpdateAlias

func (*MockLambdaAPIMockRecorder) UpdateAliasRequest

func (mr *MockLambdaAPIMockRecorder) UpdateAliasRequest(arg0 interface{}) *gomock.Call

UpdateAliasRequest indicates an expected call of UpdateAliasRequest

func (*MockLambdaAPIMockRecorder) UpdateAliasWithContext

func (mr *MockLambdaAPIMockRecorder) UpdateAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAliasWithContext indicates an expected call of UpdateAliasWithContext

func (*MockLambdaAPIMockRecorder) UpdateEventSourceMapping

func (mr *MockLambdaAPIMockRecorder) UpdateEventSourceMapping(arg0 interface{}) *gomock.Call

UpdateEventSourceMapping indicates an expected call of UpdateEventSourceMapping

func (*MockLambdaAPIMockRecorder) UpdateEventSourceMappingRequest

func (mr *MockLambdaAPIMockRecorder) UpdateEventSourceMappingRequest(arg0 interface{}) *gomock.Call

UpdateEventSourceMappingRequest indicates an expected call of UpdateEventSourceMappingRequest

func (*MockLambdaAPIMockRecorder) UpdateEventSourceMappingWithContext

func (mr *MockLambdaAPIMockRecorder) UpdateEventSourceMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateEventSourceMappingWithContext indicates an expected call of UpdateEventSourceMappingWithContext

func (*MockLambdaAPIMockRecorder) UpdateFunctionCode

func (mr *MockLambdaAPIMockRecorder) UpdateFunctionCode(arg0 interface{}) *gomock.Call

UpdateFunctionCode indicates an expected call of UpdateFunctionCode

func (*MockLambdaAPIMockRecorder) UpdateFunctionCodeRequest

func (mr *MockLambdaAPIMockRecorder) UpdateFunctionCodeRequest(arg0 interface{}) *gomock.Call

UpdateFunctionCodeRequest indicates an expected call of UpdateFunctionCodeRequest

func (*MockLambdaAPIMockRecorder) UpdateFunctionCodeWithContext

func (mr *MockLambdaAPIMockRecorder) UpdateFunctionCodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateFunctionCodeWithContext indicates an expected call of UpdateFunctionCodeWithContext

func (*MockLambdaAPIMockRecorder) UpdateFunctionConfiguration

func (mr *MockLambdaAPIMockRecorder) UpdateFunctionConfiguration(arg0 interface{}) *gomock.Call

UpdateFunctionConfiguration indicates an expected call of UpdateFunctionConfiguration

func (*MockLambdaAPIMockRecorder) UpdateFunctionConfigurationRequest

func (mr *MockLambdaAPIMockRecorder) UpdateFunctionConfigurationRequest(arg0 interface{}) *gomock.Call

UpdateFunctionConfigurationRequest indicates an expected call of UpdateFunctionConfigurationRequest

func (*MockLambdaAPIMockRecorder) UpdateFunctionConfigurationWithContext

func (mr *MockLambdaAPIMockRecorder) UpdateFunctionConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateFunctionConfigurationWithContext indicates an expected call of UpdateFunctionConfigurationWithContext

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL