Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockLambdaAPI
- func (m *MockLambdaAPI) AddPermission(arg0 *lambda.AddPermissionInput) (*lambda.AddPermissionOutput, error)
- func (m *MockLambdaAPI) AddPermissionRequest(arg0 *lambda.AddPermissionInput) (*request.Request, *lambda.AddPermissionOutput)
- func (m *MockLambdaAPI) AddPermissionWithContext(arg0 aws.Context, arg1 *lambda.AddPermissionInput, arg2 ...request.Option) (*lambda.AddPermissionOutput, error)
- func (m *MockLambdaAPI) CreateAlias(arg0 *lambda.CreateAliasInput) (*lambda.AliasConfiguration, error)
- func (m *MockLambdaAPI) CreateAliasRequest(arg0 *lambda.CreateAliasInput) (*request.Request, *lambda.AliasConfiguration)
- func (m *MockLambdaAPI) CreateAliasWithContext(arg0 aws.Context, arg1 *lambda.CreateAliasInput, arg2 ...request.Option) (*lambda.AliasConfiguration, error)
- func (m *MockLambdaAPI) CreateEventSourceMapping(arg0 *lambda.CreateEventSourceMappingInput) (*lambda.EventSourceMappingConfiguration, error)
- func (m *MockLambdaAPI) CreateEventSourceMappingRequest(arg0 *lambda.CreateEventSourceMappingInput) (*request.Request, *lambda.EventSourceMappingConfiguration)
- func (m *MockLambdaAPI) CreateEventSourceMappingWithContext(arg0 aws.Context, arg1 *lambda.CreateEventSourceMappingInput, ...) (*lambda.EventSourceMappingConfiguration, error)
- func (m *MockLambdaAPI) CreateFunction(arg0 *lambda.CreateFunctionInput) (*lambda.FunctionConfiguration, error)
- func (m *MockLambdaAPI) CreateFunctionRequest(arg0 *lambda.CreateFunctionInput) (*request.Request, *lambda.FunctionConfiguration)
- func (m *MockLambdaAPI) CreateFunctionWithContext(arg0 aws.Context, arg1 *lambda.CreateFunctionInput, arg2 ...request.Option) (*lambda.FunctionConfiguration, error)
- func (m *MockLambdaAPI) DeleteAlias(arg0 *lambda.DeleteAliasInput) (*lambda.DeleteAliasOutput, error)
- func (m *MockLambdaAPI) DeleteAliasRequest(arg0 *lambda.DeleteAliasInput) (*request.Request, *lambda.DeleteAliasOutput)
- func (m *MockLambdaAPI) DeleteAliasWithContext(arg0 aws.Context, arg1 *lambda.DeleteAliasInput, arg2 ...request.Option) (*lambda.DeleteAliasOutput, error)
- func (m *MockLambdaAPI) DeleteEventSourceMapping(arg0 *lambda.DeleteEventSourceMappingInput) (*lambda.EventSourceMappingConfiguration, error)
- func (m *MockLambdaAPI) DeleteEventSourceMappingRequest(arg0 *lambda.DeleteEventSourceMappingInput) (*request.Request, *lambda.EventSourceMappingConfiguration)
- func (m *MockLambdaAPI) DeleteEventSourceMappingWithContext(arg0 aws.Context, arg1 *lambda.DeleteEventSourceMappingInput, ...) (*lambda.EventSourceMappingConfiguration, error)
- func (m *MockLambdaAPI) DeleteFunction(arg0 *lambda.DeleteFunctionInput) (*lambda.DeleteFunctionOutput, error)
- func (m *MockLambdaAPI) DeleteFunctionRequest(arg0 *lambda.DeleteFunctionInput) (*request.Request, *lambda.DeleteFunctionOutput)
- func (m *MockLambdaAPI) DeleteFunctionWithContext(arg0 aws.Context, arg1 *lambda.DeleteFunctionInput, arg2 ...request.Option) (*lambda.DeleteFunctionOutput, error)
- func (m *MockLambdaAPI) EXPECT() *MockLambdaAPIMockRecorder
- func (m *MockLambdaAPI) GetAccountSettings(arg0 *lambda.GetAccountSettingsInput) (*lambda.GetAccountSettingsOutput, error)
- func (m *MockLambdaAPI) GetAccountSettingsRequest(arg0 *lambda.GetAccountSettingsInput) (*request.Request, *lambda.GetAccountSettingsOutput)
- func (m *MockLambdaAPI) GetAccountSettingsWithContext(arg0 aws.Context, arg1 *lambda.GetAccountSettingsInput, arg2 ...request.Option) (*lambda.GetAccountSettingsOutput, error)
- func (m *MockLambdaAPI) GetAlias(arg0 *lambda.GetAliasInput) (*lambda.AliasConfiguration, error)
- func (m *MockLambdaAPI) GetAliasRequest(arg0 *lambda.GetAliasInput) (*request.Request, *lambda.AliasConfiguration)
- func (m *MockLambdaAPI) GetAliasWithContext(arg0 aws.Context, arg1 *lambda.GetAliasInput, arg2 ...request.Option) (*lambda.AliasConfiguration, error)
- func (m *MockLambdaAPI) GetEventSourceMapping(arg0 *lambda.GetEventSourceMappingInput) (*lambda.EventSourceMappingConfiguration, error)
- func (m *MockLambdaAPI) GetEventSourceMappingRequest(arg0 *lambda.GetEventSourceMappingInput) (*request.Request, *lambda.EventSourceMappingConfiguration)
- func (m *MockLambdaAPI) GetEventSourceMappingWithContext(arg0 aws.Context, arg1 *lambda.GetEventSourceMappingInput, ...) (*lambda.EventSourceMappingConfiguration, error)
- func (m *MockLambdaAPI) GetFunction(arg0 *lambda.GetFunctionInput) (*lambda.GetFunctionOutput, error)
- func (m *MockLambdaAPI) GetFunctionConfiguration(arg0 *lambda.GetFunctionConfigurationInput) (*lambda.FunctionConfiguration, error)
- func (m *MockLambdaAPI) GetFunctionConfigurationRequest(arg0 *lambda.GetFunctionConfigurationInput) (*request.Request, *lambda.FunctionConfiguration)
- func (m *MockLambdaAPI) GetFunctionConfigurationWithContext(arg0 aws.Context, arg1 *lambda.GetFunctionConfigurationInput, ...) (*lambda.FunctionConfiguration, error)
- func (m *MockLambdaAPI) GetFunctionRequest(arg0 *lambda.GetFunctionInput) (*request.Request, *lambda.GetFunctionOutput)
- func (m *MockLambdaAPI) GetFunctionWithContext(arg0 aws.Context, arg1 *lambda.GetFunctionInput, arg2 ...request.Option) (*lambda.GetFunctionOutput, error)
- func (m *MockLambdaAPI) GetPolicy(arg0 *lambda.GetPolicyInput) (*lambda.GetPolicyOutput, error)
- func (m *MockLambdaAPI) GetPolicyRequest(arg0 *lambda.GetPolicyInput) (*request.Request, *lambda.GetPolicyOutput)
- func (m *MockLambdaAPI) GetPolicyWithContext(arg0 aws.Context, arg1 *lambda.GetPolicyInput, arg2 ...request.Option) (*lambda.GetPolicyOutput, error)
- func (m *MockLambdaAPI) Invoke(arg0 *lambda.InvokeInput) (*lambda.InvokeOutput, error)
- func (m *MockLambdaAPI) InvokeAsync(arg0 *lambda.InvokeAsyncInput) (*lambda.InvokeAsyncOutput, error)
- func (m *MockLambdaAPI) InvokeAsyncRequest(arg0 *lambda.InvokeAsyncInput) (*request.Request, *lambda.InvokeAsyncOutput)
- func (m *MockLambdaAPI) InvokeAsyncWithContext(arg0 aws.Context, arg1 *lambda.InvokeAsyncInput, arg2 ...request.Option) (*lambda.InvokeAsyncOutput, error)
- func (m *MockLambdaAPI) InvokeRequest(arg0 *lambda.InvokeInput) (*request.Request, *lambda.InvokeOutput)
- func (m *MockLambdaAPI) InvokeWithContext(arg0 aws.Context, arg1 *lambda.InvokeInput, arg2 ...request.Option) (*lambda.InvokeOutput, error)
- func (m *MockLambdaAPI) ListAliases(arg0 *lambda.ListAliasesInput) (*lambda.ListAliasesOutput, error)
- func (m *MockLambdaAPI) ListAliasesRequest(arg0 *lambda.ListAliasesInput) (*request.Request, *lambda.ListAliasesOutput)
- func (m *MockLambdaAPI) ListAliasesWithContext(arg0 aws.Context, arg1 *lambda.ListAliasesInput, arg2 ...request.Option) (*lambda.ListAliasesOutput, error)
- func (m *MockLambdaAPI) ListEventSourceMappings(arg0 *lambda.ListEventSourceMappingsInput) (*lambda.ListEventSourceMappingsOutput, error)
- func (m *MockLambdaAPI) ListEventSourceMappingsPages(arg0 *lambda.ListEventSourceMappingsInput, ...) error
- func (m *MockLambdaAPI) ListEventSourceMappingsPagesWithContext(arg0 aws.Context, arg1 *lambda.ListEventSourceMappingsInput, ...) error
- func (m *MockLambdaAPI) ListEventSourceMappingsRequest(arg0 *lambda.ListEventSourceMappingsInput) (*request.Request, *lambda.ListEventSourceMappingsOutput)
- func (m *MockLambdaAPI) ListEventSourceMappingsWithContext(arg0 aws.Context, arg1 *lambda.ListEventSourceMappingsInput, ...) (*lambda.ListEventSourceMappingsOutput, error)
- func (m *MockLambdaAPI) ListFunctions(arg0 *lambda.ListFunctionsInput) (*lambda.ListFunctionsOutput, error)
- func (m *MockLambdaAPI) ListFunctionsPages(arg0 *lambda.ListFunctionsInput, ...) error
- func (m *MockLambdaAPI) ListFunctionsPagesWithContext(arg0 aws.Context, arg1 *lambda.ListFunctionsInput, ...) error
- func (m *MockLambdaAPI) ListFunctionsRequest(arg0 *lambda.ListFunctionsInput) (*request.Request, *lambda.ListFunctionsOutput)
- func (m *MockLambdaAPI) ListFunctionsWithContext(arg0 aws.Context, arg1 *lambda.ListFunctionsInput, arg2 ...request.Option) (*lambda.ListFunctionsOutput, error)
- func (m *MockLambdaAPI) ListTags(arg0 *lambda.ListTagsInput) (*lambda.ListTagsOutput, error)
- func (m *MockLambdaAPI) ListTagsRequest(arg0 *lambda.ListTagsInput) (*request.Request, *lambda.ListTagsOutput)
- func (m *MockLambdaAPI) ListTagsWithContext(arg0 aws.Context, arg1 *lambda.ListTagsInput, arg2 ...request.Option) (*lambda.ListTagsOutput, error)
- func (m *MockLambdaAPI) ListVersionsByFunction(arg0 *lambda.ListVersionsByFunctionInput) (*lambda.ListVersionsByFunctionOutput, error)
- func (m *MockLambdaAPI) ListVersionsByFunctionRequest(arg0 *lambda.ListVersionsByFunctionInput) (*request.Request, *lambda.ListVersionsByFunctionOutput)
- func (m *MockLambdaAPI) ListVersionsByFunctionWithContext(arg0 aws.Context, arg1 *lambda.ListVersionsByFunctionInput, ...) (*lambda.ListVersionsByFunctionOutput, error)
- func (m *MockLambdaAPI) PublishVersion(arg0 *lambda.PublishVersionInput) (*lambda.FunctionConfiguration, error)
- func (m *MockLambdaAPI) PublishVersionRequest(arg0 *lambda.PublishVersionInput) (*request.Request, *lambda.FunctionConfiguration)
- func (m *MockLambdaAPI) PublishVersionWithContext(arg0 aws.Context, arg1 *lambda.PublishVersionInput, arg2 ...request.Option) (*lambda.FunctionConfiguration, error)
- func (m *MockLambdaAPI) RemovePermission(arg0 *lambda.RemovePermissionInput) (*lambda.RemovePermissionOutput, error)
- func (m *MockLambdaAPI) RemovePermissionRequest(arg0 *lambda.RemovePermissionInput) (*request.Request, *lambda.RemovePermissionOutput)
- func (m *MockLambdaAPI) RemovePermissionWithContext(arg0 aws.Context, arg1 *lambda.RemovePermissionInput, arg2 ...request.Option) (*lambda.RemovePermissionOutput, error)
- func (m *MockLambdaAPI) TagResource(arg0 *lambda.TagResourceInput) (*lambda.TagResourceOutput, error)
- func (m *MockLambdaAPI) TagResourceRequest(arg0 *lambda.TagResourceInput) (*request.Request, *lambda.TagResourceOutput)
- func (m *MockLambdaAPI) TagResourceWithContext(arg0 aws.Context, arg1 *lambda.TagResourceInput, arg2 ...request.Option) (*lambda.TagResourceOutput, error)
- func (m *MockLambdaAPI) UntagResource(arg0 *lambda.UntagResourceInput) (*lambda.UntagResourceOutput, error)
- func (m *MockLambdaAPI) UntagResourceRequest(arg0 *lambda.UntagResourceInput) (*request.Request, *lambda.UntagResourceOutput)
- func (m *MockLambdaAPI) UntagResourceWithContext(arg0 aws.Context, arg1 *lambda.UntagResourceInput, arg2 ...request.Option) (*lambda.UntagResourceOutput, error)
- func (m *MockLambdaAPI) UpdateAlias(arg0 *lambda.UpdateAliasInput) (*lambda.AliasConfiguration, error)
- func (m *MockLambdaAPI) UpdateAliasRequest(arg0 *lambda.UpdateAliasInput) (*request.Request, *lambda.AliasConfiguration)
- func (m *MockLambdaAPI) UpdateAliasWithContext(arg0 aws.Context, arg1 *lambda.UpdateAliasInput, arg2 ...request.Option) (*lambda.AliasConfiguration, error)
- func (m *MockLambdaAPI) UpdateEventSourceMapping(arg0 *lambda.UpdateEventSourceMappingInput) (*lambda.EventSourceMappingConfiguration, error)
- func (m *MockLambdaAPI) UpdateEventSourceMappingRequest(arg0 *lambda.UpdateEventSourceMappingInput) (*request.Request, *lambda.EventSourceMappingConfiguration)
- func (m *MockLambdaAPI) UpdateEventSourceMappingWithContext(arg0 aws.Context, arg1 *lambda.UpdateEventSourceMappingInput, ...) (*lambda.EventSourceMappingConfiguration, error)
- func (m *MockLambdaAPI) UpdateFunctionCode(arg0 *lambda.UpdateFunctionCodeInput) (*lambda.FunctionConfiguration, error)
- func (m *MockLambdaAPI) UpdateFunctionCodeRequest(arg0 *lambda.UpdateFunctionCodeInput) (*request.Request, *lambda.FunctionConfiguration)
- func (m *MockLambdaAPI) UpdateFunctionCodeWithContext(arg0 aws.Context, arg1 *lambda.UpdateFunctionCodeInput, arg2 ...request.Option) (*lambda.FunctionConfiguration, error)
- func (m *MockLambdaAPI) UpdateFunctionConfiguration(arg0 *lambda.UpdateFunctionConfigurationInput) (*lambda.FunctionConfiguration, error)
- func (m *MockLambdaAPI) UpdateFunctionConfigurationRequest(arg0 *lambda.UpdateFunctionConfigurationInput) (*request.Request, *lambda.FunctionConfiguration)
- func (m *MockLambdaAPI) UpdateFunctionConfigurationWithContext(arg0 aws.Context, arg1 *lambda.UpdateFunctionConfigurationInput, ...) (*lambda.FunctionConfiguration, error)
- type MockLambdaAPIMockRecorder
- func (mr *MockLambdaAPIMockRecorder) AddPermission(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) AddPermissionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) AddPermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) CreateAlias(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) CreateAliasRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) CreateAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) CreateEventSourceMapping(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) CreateEventSourceMappingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) CreateEventSourceMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) CreateFunction(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) CreateFunctionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) CreateFunctionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) DeleteAlias(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) DeleteAliasRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) DeleteAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) DeleteEventSourceMapping(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) DeleteEventSourceMappingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) DeleteEventSourceMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) DeleteFunction(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) DeleteFunctionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) DeleteFunctionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetAccountSettings(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetAccountSettingsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetAccountSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetAlias(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetAliasRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetEventSourceMapping(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetEventSourceMappingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetEventSourceMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetFunction(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetFunctionConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetFunctionConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetFunctionConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetFunctionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetFunctionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetPolicy(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetPolicyRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) GetPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) Invoke(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) InvokeAsync(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) InvokeAsyncRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) InvokeAsyncWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) InvokeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) InvokeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListAliases(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListAliasesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListAliasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappings(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappingsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappingsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappingsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListEventSourceMappingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListFunctions(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListFunctionsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListFunctionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListFunctionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListFunctionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListTags(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListTagsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListVersionsByFunction(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListVersionsByFunctionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) ListVersionsByFunctionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) PublishVersion(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) PublishVersionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) PublishVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) RemovePermission(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) RemovePermissionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) RemovePermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UpdateAlias(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UpdateAliasRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UpdateAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UpdateEventSourceMapping(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UpdateEventSourceMappingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UpdateEventSourceMappingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UpdateFunctionCode(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UpdateFunctionCodeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UpdateFunctionCodeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UpdateFunctionConfiguration(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UpdateFunctionConfigurationRequest(arg0 interface{}) *gomock.Call
- func (mr *MockLambdaAPIMockRecorder) UpdateFunctionConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
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 ¶
func (m *MockLambdaAPI) AddPermission(arg0 *lambda.AddPermissionInput) (*lambda.AddPermissionOutput, error)
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 ¶
func (m *MockLambdaAPI) CreateAlias(arg0 *lambda.CreateAliasInput) (*lambda.AliasConfiguration, error)
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 ¶
func (m *MockLambdaAPI) CreateEventSourceMapping(arg0 *lambda.CreateEventSourceMappingInput) (*lambda.EventSourceMappingConfiguration, error)
CreateEventSourceMapping mocks base method
func (*MockLambdaAPI) CreateEventSourceMappingRequest ¶
func (m *MockLambdaAPI) CreateEventSourceMappingRequest(arg0 *lambda.CreateEventSourceMappingInput) (*request.Request, *lambda.EventSourceMappingConfiguration)
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 ¶
func (m *MockLambdaAPI) CreateFunction(arg0 *lambda.CreateFunctionInput) (*lambda.FunctionConfiguration, error)
CreateFunction mocks base method
func (*MockLambdaAPI) CreateFunctionRequest ¶
func (m *MockLambdaAPI) CreateFunctionRequest(arg0 *lambda.CreateFunctionInput) (*request.Request, *lambda.FunctionConfiguration)
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 ¶
func (m *MockLambdaAPI) DeleteAlias(arg0 *lambda.DeleteAliasInput) (*lambda.DeleteAliasOutput, error)
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 ¶
func (m *MockLambdaAPI) DeleteEventSourceMapping(arg0 *lambda.DeleteEventSourceMappingInput) (*lambda.EventSourceMappingConfiguration, error)
DeleteEventSourceMapping mocks base method
func (*MockLambdaAPI) DeleteEventSourceMappingRequest ¶
func (m *MockLambdaAPI) DeleteEventSourceMappingRequest(arg0 *lambda.DeleteEventSourceMappingInput) (*request.Request, *lambda.EventSourceMappingConfiguration)
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 ¶
func (m *MockLambdaAPI) DeleteFunction(arg0 *lambda.DeleteFunctionInput) (*lambda.DeleteFunctionOutput, error)
DeleteFunction 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 ¶
func (m *MockLambdaAPI) EXPECT() *MockLambdaAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockLambdaAPI) GetAccountSettings ¶
func (m *MockLambdaAPI) GetAccountSettings(arg0 *lambda.GetAccountSettingsInput) (*lambda.GetAccountSettingsOutput, error)
GetAccountSettings mocks base method
func (*MockLambdaAPI) GetAccountSettingsRequest ¶
func (m *MockLambdaAPI) GetAccountSettingsRequest(arg0 *lambda.GetAccountSettingsInput) (*request.Request, *lambda.GetAccountSettingsOutput)
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 ¶
func (m *MockLambdaAPI) GetAlias(arg0 *lambda.GetAliasInput) (*lambda.AliasConfiguration, error)
GetAlias mocks base method
func (*MockLambdaAPI) GetAliasRequest ¶
func (m *MockLambdaAPI) GetAliasRequest(arg0 *lambda.GetAliasInput) (*request.Request, *lambda.AliasConfiguration)
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 ¶
func (m *MockLambdaAPI) GetEventSourceMapping(arg0 *lambda.GetEventSourceMappingInput) (*lambda.EventSourceMappingConfiguration, error)
GetEventSourceMapping mocks base method
func (*MockLambdaAPI) GetEventSourceMappingRequest ¶
func (m *MockLambdaAPI) GetEventSourceMappingRequest(arg0 *lambda.GetEventSourceMappingInput) (*request.Request, *lambda.EventSourceMappingConfiguration)
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 ¶
func (m *MockLambdaAPI) GetFunction(arg0 *lambda.GetFunctionInput) (*lambda.GetFunctionOutput, error)
GetFunction mocks base method
func (*MockLambdaAPI) GetFunctionConfiguration ¶
func (m *MockLambdaAPI) GetFunctionConfiguration(arg0 *lambda.GetFunctionConfigurationInput) (*lambda.FunctionConfiguration, error)
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 ¶
func (m *MockLambdaAPI) GetPolicy(arg0 *lambda.GetPolicyInput) (*lambda.GetPolicyOutput, error)
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 ¶
func (m *MockLambdaAPI) Invoke(arg0 *lambda.InvokeInput) (*lambda.InvokeOutput, error)
Invoke mocks base method
func (*MockLambdaAPI) InvokeAsync ¶
func (m *MockLambdaAPI) InvokeAsync(arg0 *lambda.InvokeAsyncInput) (*lambda.InvokeAsyncOutput, error)
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 ¶
func (m *MockLambdaAPI) ListAliases(arg0 *lambda.ListAliasesInput) (*lambda.ListAliasesOutput, error)
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 ¶
func (m *MockLambdaAPI) ListEventSourceMappings(arg0 *lambda.ListEventSourceMappingsInput) (*lambda.ListEventSourceMappingsOutput, error)
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 ¶
func (m *MockLambdaAPI) ListEventSourceMappingsRequest(arg0 *lambda.ListEventSourceMappingsInput) (*request.Request, *lambda.ListEventSourceMappingsOutput)
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 ¶
func (m *MockLambdaAPI) ListFunctions(arg0 *lambda.ListFunctionsInput) (*lambda.ListFunctionsOutput, error)
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 ¶
func (m *MockLambdaAPI) ListTags(arg0 *lambda.ListTagsInput) (*lambda.ListTagsOutput, error)
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 ¶
func (m *MockLambdaAPI) ListVersionsByFunction(arg0 *lambda.ListVersionsByFunctionInput) (*lambda.ListVersionsByFunctionOutput, error)
ListVersionsByFunction mocks base method
func (*MockLambdaAPI) ListVersionsByFunctionRequest ¶
func (m *MockLambdaAPI) ListVersionsByFunctionRequest(arg0 *lambda.ListVersionsByFunctionInput) (*request.Request, *lambda.ListVersionsByFunctionOutput)
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 ¶
func (m *MockLambdaAPI) PublishVersion(arg0 *lambda.PublishVersionInput) (*lambda.FunctionConfiguration, error)
PublishVersion mocks base method
func (*MockLambdaAPI) PublishVersionRequest ¶
func (m *MockLambdaAPI) PublishVersionRequest(arg0 *lambda.PublishVersionInput) (*request.Request, *lambda.FunctionConfiguration)
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) RemovePermission ¶
func (m *MockLambdaAPI) RemovePermission(arg0 *lambda.RemovePermissionInput) (*lambda.RemovePermissionOutput, error)
RemovePermission mocks base method
func (*MockLambdaAPI) RemovePermissionRequest ¶
func (m *MockLambdaAPI) RemovePermissionRequest(arg0 *lambda.RemovePermissionInput) (*request.Request, *lambda.RemovePermissionOutput)
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 ¶
func (m *MockLambdaAPI) TagResource(arg0 *lambda.TagResourceInput) (*lambda.TagResourceOutput, error)
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 ¶
func (m *MockLambdaAPI) UntagResource(arg0 *lambda.UntagResourceInput) (*lambda.UntagResourceOutput, error)
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 ¶
func (m *MockLambdaAPI) UpdateAlias(arg0 *lambda.UpdateAliasInput) (*lambda.AliasConfiguration, error)
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 ¶
func (m *MockLambdaAPI) UpdateEventSourceMapping(arg0 *lambda.UpdateEventSourceMappingInput) (*lambda.EventSourceMappingConfiguration, error)
UpdateEventSourceMapping mocks base method
func (*MockLambdaAPI) UpdateEventSourceMappingRequest ¶
func (m *MockLambdaAPI) UpdateEventSourceMappingRequest(arg0 *lambda.UpdateEventSourceMappingInput) (*request.Request, *lambda.EventSourceMappingConfiguration)
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 ¶
func (m *MockLambdaAPI) UpdateFunctionCode(arg0 *lambda.UpdateFunctionCodeInput) (*lambda.FunctionConfiguration, error)
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) 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) 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