lambdaiface

package
v0.0.0-...-9576e61 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockLambdaAPI

type MockLambdaAPI struct {
	mock.Mock
}

MockLambdaAPI is an autogenerated mock type for the LambdaAPI type

func NewMockLambdaAPI

func NewMockLambdaAPI(t interface {
	mock.TestingT
	Cleanup(func())
}) *MockLambdaAPI

NewMockLambdaAPI creates a new instance of MockLambdaAPI. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*MockLambdaAPI) AddLayerVersionPermission

AddLayerVersionPermission provides a mock function with given fields: _a0

func (*MockLambdaAPI) AddLayerVersionPermissionRequest

AddLayerVersionPermissionRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) AddLayerVersionPermissionWithContext

func (_m *MockLambdaAPI) AddLayerVersionPermissionWithContext(_a0 context.Context, _a1 *lambda.AddLayerVersionPermissionInput, _a2 ...request.Option) (*lambda.AddLayerVersionPermissionOutput, error)

AddLayerVersionPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) AddPermission

AddPermission provides a mock function with given fields: _a0

func (*MockLambdaAPI) AddPermissionRequest

func (_m *MockLambdaAPI) AddPermissionRequest(_a0 *lambda.AddPermissionInput) (*request.Request, *lambda.AddPermissionOutput)

AddPermissionRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) AddPermissionWithContext

func (_m *MockLambdaAPI) AddPermissionWithContext(_a0 context.Context, _a1 *lambda.AddPermissionInput, _a2 ...request.Option) (*lambda.AddPermissionOutput, error)

AddPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) CreateAlias

CreateAlias provides a mock function with given fields: _a0

func (*MockLambdaAPI) CreateAliasRequest

func (_m *MockLambdaAPI) CreateAliasRequest(_a0 *lambda.CreateAliasInput) (*request.Request, *lambda.AliasConfiguration)

CreateAliasRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) CreateAliasWithContext

func (_m *MockLambdaAPI) CreateAliasWithContext(_a0 context.Context, _a1 *lambda.CreateAliasInput, _a2 ...request.Option) (*lambda.AliasConfiguration, error)

CreateAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) CreateCodeSigningConfig

CreateCodeSigningConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) CreateCodeSigningConfigRequest

CreateCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) CreateCodeSigningConfigWithContext

func (_m *MockLambdaAPI) CreateCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.CreateCodeSigningConfigInput, _a2 ...request.Option) (*lambda.CreateCodeSigningConfigOutput, error)

CreateCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) CreateEventSourceMapping

CreateEventSourceMapping provides a mock function with given fields: _a0

func (*MockLambdaAPI) CreateEventSourceMappingRequest

CreateEventSourceMappingRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) CreateEventSourceMappingWithContext

func (_m *MockLambdaAPI) CreateEventSourceMappingWithContext(_a0 context.Context, _a1 *lambda.CreateEventSourceMappingInput, _a2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

CreateEventSourceMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) CreateFunction

CreateFunction provides a mock function with given fields: _a0

func (*MockLambdaAPI) CreateFunctionRequest

CreateFunctionRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) CreateFunctionUrlConfig

CreateFunctionUrlConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) CreateFunctionUrlConfigRequest

CreateFunctionUrlConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) CreateFunctionUrlConfigWithContext

func (_m *MockLambdaAPI) CreateFunctionUrlConfigWithContext(_a0 context.Context, _a1 *lambda.CreateFunctionUrlConfigInput, _a2 ...request.Option) (*lambda.CreateFunctionUrlConfigOutput, error)

CreateFunctionUrlConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) CreateFunctionWithContext

func (_m *MockLambdaAPI) CreateFunctionWithContext(_a0 context.Context, _a1 *lambda.CreateFunctionInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

CreateFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) DeleteAlias

DeleteAlias provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteAliasRequest

func (_m *MockLambdaAPI) DeleteAliasRequest(_a0 *lambda.DeleteAliasInput) (*request.Request, *lambda.DeleteAliasOutput)

DeleteAliasRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteAliasWithContext

func (_m *MockLambdaAPI) DeleteAliasWithContext(_a0 context.Context, _a1 *lambda.DeleteAliasInput, _a2 ...request.Option) (*lambda.DeleteAliasOutput, error)

DeleteAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) DeleteCodeSigningConfig

DeleteCodeSigningConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteCodeSigningConfigRequest

DeleteCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteCodeSigningConfigWithContext

func (_m *MockLambdaAPI) DeleteCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteCodeSigningConfigInput, _a2 ...request.Option) (*lambda.DeleteCodeSigningConfigOutput, error)

DeleteCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) DeleteEventSourceMapping

DeleteEventSourceMapping provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteEventSourceMappingRequest

DeleteEventSourceMappingRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteEventSourceMappingWithContext

func (_m *MockLambdaAPI) DeleteEventSourceMappingWithContext(_a0 context.Context, _a1 *lambda.DeleteEventSourceMappingInput, _a2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

DeleteEventSourceMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) DeleteFunction

DeleteFunction provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteFunctionCodeSigningConfig

DeleteFunctionCodeSigningConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteFunctionCodeSigningConfigRequest

DeleteFunctionCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteFunctionCodeSigningConfigWithContext

func (_m *MockLambdaAPI) DeleteFunctionCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionCodeSigningConfigInput, _a2 ...request.Option) (*lambda.DeleteFunctionCodeSigningConfigOutput, error)

DeleteFunctionCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) DeleteFunctionConcurrency

DeleteFunctionConcurrency provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteFunctionConcurrencyRequest

DeleteFunctionConcurrencyRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteFunctionConcurrencyWithContext

func (_m *MockLambdaAPI) DeleteFunctionConcurrencyWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionConcurrencyInput, _a2 ...request.Option) (*lambda.DeleteFunctionConcurrencyOutput, error)

DeleteFunctionConcurrencyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) DeleteFunctionEventInvokeConfig

DeleteFunctionEventInvokeConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteFunctionEventInvokeConfigRequest

DeleteFunctionEventInvokeConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteFunctionEventInvokeConfigWithContext

func (_m *MockLambdaAPI) DeleteFunctionEventInvokeConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionEventInvokeConfigInput, _a2 ...request.Option) (*lambda.DeleteFunctionEventInvokeConfigOutput, error)

DeleteFunctionEventInvokeConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) DeleteFunctionRequest

func (_m *MockLambdaAPI) DeleteFunctionRequest(_a0 *lambda.DeleteFunctionInput) (*request.Request, *lambda.DeleteFunctionOutput)

DeleteFunctionRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteFunctionUrlConfig

DeleteFunctionUrlConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteFunctionUrlConfigRequest

DeleteFunctionUrlConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteFunctionUrlConfigWithContext

func (_m *MockLambdaAPI) DeleteFunctionUrlConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionUrlConfigInput, _a2 ...request.Option) (*lambda.DeleteFunctionUrlConfigOutput, error)

DeleteFunctionUrlConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) DeleteFunctionWithContext

func (_m *MockLambdaAPI) DeleteFunctionWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionInput, _a2 ...request.Option) (*lambda.DeleteFunctionOutput, error)

DeleteFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) DeleteLayerVersion

DeleteLayerVersion provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteLayerVersionRequest

DeleteLayerVersionRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteLayerVersionWithContext

func (_m *MockLambdaAPI) DeleteLayerVersionWithContext(_a0 context.Context, _a1 *lambda.DeleteLayerVersionInput, _a2 ...request.Option) (*lambda.DeleteLayerVersionOutput, error)

DeleteLayerVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) DeleteProvisionedConcurrencyConfig

DeleteProvisionedConcurrencyConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteProvisionedConcurrencyConfigRequest

DeleteProvisionedConcurrencyConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) DeleteProvisionedConcurrencyConfigWithContext

func (_m *MockLambdaAPI) DeleteProvisionedConcurrencyConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteProvisionedConcurrencyConfigInput, _a2 ...request.Option) (*lambda.DeleteProvisionedConcurrencyConfigOutput, error)

DeleteProvisionedConcurrencyConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) EXPECT

func (_m *MockLambdaAPI) EXPECT() *MockLambdaAPI_Expecter

func (*MockLambdaAPI) GetAccountSettings

GetAccountSettings provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetAccountSettingsRequest

GetAccountSettingsRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetAccountSettingsWithContext

func (_m *MockLambdaAPI) GetAccountSettingsWithContext(_a0 context.Context, _a1 *lambda.GetAccountSettingsInput, _a2 ...request.Option) (*lambda.GetAccountSettingsOutput, error)

GetAccountSettingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetAlias

GetAlias provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetAliasRequest

GetAliasRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetAliasWithContext

func (_m *MockLambdaAPI) GetAliasWithContext(_a0 context.Context, _a1 *lambda.GetAliasInput, _a2 ...request.Option) (*lambda.AliasConfiguration, error)

GetAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetCodeSigningConfig

GetCodeSigningConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetCodeSigningConfigRequest

GetCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetCodeSigningConfigWithContext

func (_m *MockLambdaAPI) GetCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.GetCodeSigningConfigInput, _a2 ...request.Option) (*lambda.GetCodeSigningConfigOutput, error)

GetCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetEventSourceMapping

GetEventSourceMapping provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetEventSourceMappingRequest

GetEventSourceMappingRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetEventSourceMappingWithContext

func (_m *MockLambdaAPI) GetEventSourceMappingWithContext(_a0 context.Context, _a1 *lambda.GetEventSourceMappingInput, _a2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

GetEventSourceMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetFunction

GetFunction provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetFunctionCodeSigningConfig

GetFunctionCodeSigningConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetFunctionCodeSigningConfigRequest

GetFunctionCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetFunctionCodeSigningConfigWithContext

func (_m *MockLambdaAPI) GetFunctionCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.GetFunctionCodeSigningConfigInput, _a2 ...request.Option) (*lambda.GetFunctionCodeSigningConfigOutput, error)

GetFunctionCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetFunctionConcurrency

GetFunctionConcurrency provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetFunctionConcurrencyRequest

GetFunctionConcurrencyRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetFunctionConcurrencyWithContext

func (_m *MockLambdaAPI) GetFunctionConcurrencyWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConcurrencyInput, _a2 ...request.Option) (*lambda.GetFunctionConcurrencyOutput, error)

GetFunctionConcurrencyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetFunctionConfiguration

GetFunctionConfiguration provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetFunctionConfigurationRequest

func (_m *MockLambdaAPI) GetFunctionConfigurationRequest(_a0 *lambda.GetFunctionConfigurationInput) (*request.Request, *lambda.FunctionConfiguration)

GetFunctionConfigurationRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetFunctionConfigurationWithContext

func (_m *MockLambdaAPI) GetFunctionConfigurationWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConfigurationInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

GetFunctionConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetFunctionEventInvokeConfig

GetFunctionEventInvokeConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetFunctionEventInvokeConfigRequest

GetFunctionEventInvokeConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetFunctionEventInvokeConfigWithContext

func (_m *MockLambdaAPI) GetFunctionEventInvokeConfigWithContext(_a0 context.Context, _a1 *lambda.GetFunctionEventInvokeConfigInput, _a2 ...request.Option) (*lambda.GetFunctionEventInvokeConfigOutput, error)

GetFunctionEventInvokeConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetFunctionRequest

func (_m *MockLambdaAPI) GetFunctionRequest(_a0 *lambda.GetFunctionInput) (*request.Request, *lambda.GetFunctionOutput)

GetFunctionRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetFunctionUrlConfig

GetFunctionUrlConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetFunctionUrlConfigRequest

GetFunctionUrlConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetFunctionUrlConfigWithContext

func (_m *MockLambdaAPI) GetFunctionUrlConfigWithContext(_a0 context.Context, _a1 *lambda.GetFunctionUrlConfigInput, _a2 ...request.Option) (*lambda.GetFunctionUrlConfigOutput, error)

GetFunctionUrlConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetFunctionWithContext

func (_m *MockLambdaAPI) GetFunctionWithContext(_a0 context.Context, _a1 *lambda.GetFunctionInput, _a2 ...request.Option) (*lambda.GetFunctionOutput, error)

GetFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetLayerVersion

GetLayerVersion provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetLayerVersionByArn

GetLayerVersionByArn provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetLayerVersionByArnRequest

GetLayerVersionByArnRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetLayerVersionByArnWithContext

func (_m *MockLambdaAPI) GetLayerVersionByArnWithContext(_a0 context.Context, _a1 *lambda.GetLayerVersionByArnInput, _a2 ...request.Option) (*lambda.GetLayerVersionByArnOutput, error)

GetLayerVersionByArnWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetLayerVersionPolicy

GetLayerVersionPolicy provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetLayerVersionPolicyRequest

GetLayerVersionPolicyRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetLayerVersionPolicyWithContext

func (_m *MockLambdaAPI) GetLayerVersionPolicyWithContext(_a0 context.Context, _a1 *lambda.GetLayerVersionPolicyInput, _a2 ...request.Option) (*lambda.GetLayerVersionPolicyOutput, error)

GetLayerVersionPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetLayerVersionRequest

GetLayerVersionRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetLayerVersionWithContext

func (_m *MockLambdaAPI) GetLayerVersionWithContext(_a0 context.Context, _a1 *lambda.GetLayerVersionInput, _a2 ...request.Option) (*lambda.GetLayerVersionOutput, error)

GetLayerVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetPolicy

GetPolicy provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetPolicyRequest

func (_m *MockLambdaAPI) GetPolicyRequest(_a0 *lambda.GetPolicyInput) (*request.Request, *lambda.GetPolicyOutput)

GetPolicyRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetPolicyWithContext

func (_m *MockLambdaAPI) GetPolicyWithContext(_a0 context.Context, _a1 *lambda.GetPolicyInput, _a2 ...request.Option) (*lambda.GetPolicyOutput, error)

GetPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetProvisionedConcurrencyConfig

GetProvisionedConcurrencyConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetProvisionedConcurrencyConfigRequest

GetProvisionedConcurrencyConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetProvisionedConcurrencyConfigWithContext

func (_m *MockLambdaAPI) GetProvisionedConcurrencyConfigWithContext(_a0 context.Context, _a1 *lambda.GetProvisionedConcurrencyConfigInput, _a2 ...request.Option) (*lambda.GetProvisionedConcurrencyConfigOutput, error)

GetProvisionedConcurrencyConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) GetRuntimeManagementConfig

GetRuntimeManagementConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetRuntimeManagementConfigRequest

GetRuntimeManagementConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) GetRuntimeManagementConfigWithContext

func (_m *MockLambdaAPI) GetRuntimeManagementConfigWithContext(_a0 context.Context, _a1 *lambda.GetRuntimeManagementConfigInput, _a2 ...request.Option) (*lambda.GetRuntimeManagementConfigOutput, error)

GetRuntimeManagementConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) Invoke

Invoke provides a mock function with given fields: _a0

func (*MockLambdaAPI) InvokeAsync

InvokeAsync provides a mock function with given fields: _a0

func (*MockLambdaAPI) InvokeAsyncRequest

func (_m *MockLambdaAPI) InvokeAsyncRequest(_a0 *lambda.InvokeAsyncInput) (*request.Request, *lambda.InvokeAsyncOutput)

InvokeAsyncRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) InvokeAsyncWithContext

func (_m *MockLambdaAPI) InvokeAsyncWithContext(_a0 context.Context, _a1 *lambda.InvokeAsyncInput, _a2 ...request.Option) (*lambda.InvokeAsyncOutput, error)

InvokeAsyncWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) InvokeRequest

func (_m *MockLambdaAPI) InvokeRequest(_a0 *lambda.InvokeInput) (*request.Request, *lambda.InvokeOutput)

InvokeRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) InvokeWithContext

func (_m *MockLambdaAPI) InvokeWithContext(_a0 context.Context, _a1 *lambda.InvokeInput, _a2 ...request.Option) (*lambda.InvokeOutput, error)

InvokeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) InvokeWithResponseStream

InvokeWithResponseStream provides a mock function with given fields: _a0

func (*MockLambdaAPI) InvokeWithResponseStreamRequest

InvokeWithResponseStreamRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) InvokeWithResponseStreamWithContext

func (_m *MockLambdaAPI) InvokeWithResponseStreamWithContext(_a0 context.Context, _a1 *lambda.InvokeWithResponseStreamInput, _a2 ...request.Option) (*lambda.InvokeWithResponseStreamOutput, error)

InvokeWithResponseStreamWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) ListAliases

ListAliases provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListAliasesPages

func (_m *MockLambdaAPI) ListAliasesPages(_a0 *lambda.ListAliasesInput, _a1 func(*lambda.ListAliasesOutput, bool) bool) error

ListAliasesPages provides a mock function with given fields: _a0, _a1

func (*MockLambdaAPI) ListAliasesPagesWithContext

func (_m *MockLambdaAPI) ListAliasesPagesWithContext(_a0 context.Context, _a1 *lambda.ListAliasesInput, _a2 func(*lambda.ListAliasesOutput, bool) bool, _a3 ...request.Option) error

ListAliasesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockLambdaAPI) ListAliasesRequest

func (_m *MockLambdaAPI) ListAliasesRequest(_a0 *lambda.ListAliasesInput) (*request.Request, *lambda.ListAliasesOutput)

ListAliasesRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListAliasesWithContext

func (_m *MockLambdaAPI) ListAliasesWithContext(_a0 context.Context, _a1 *lambda.ListAliasesInput, _a2 ...request.Option) (*lambda.ListAliasesOutput, error)

ListAliasesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) ListCodeSigningConfigs

ListCodeSigningConfigs provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListCodeSigningConfigsPages

func (_m *MockLambdaAPI) ListCodeSigningConfigsPages(_a0 *lambda.ListCodeSigningConfigsInput, _a1 func(*lambda.ListCodeSigningConfigsOutput, bool) bool) error

ListCodeSigningConfigsPages provides a mock function with given fields: _a0, _a1

func (*MockLambdaAPI) ListCodeSigningConfigsPagesWithContext

func (_m *MockLambdaAPI) ListCodeSigningConfigsPagesWithContext(_a0 context.Context, _a1 *lambda.ListCodeSigningConfigsInput, _a2 func(*lambda.ListCodeSigningConfigsOutput, bool) bool, _a3 ...request.Option) error

ListCodeSigningConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockLambdaAPI) ListCodeSigningConfigsRequest

ListCodeSigningConfigsRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListCodeSigningConfigsWithContext

func (_m *MockLambdaAPI) ListCodeSigningConfigsWithContext(_a0 context.Context, _a1 *lambda.ListCodeSigningConfigsInput, _a2 ...request.Option) (*lambda.ListCodeSigningConfigsOutput, error)

ListCodeSigningConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) ListEventSourceMappings

ListEventSourceMappings provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListEventSourceMappingsPages

func (_m *MockLambdaAPI) ListEventSourceMappingsPages(_a0 *lambda.ListEventSourceMappingsInput, _a1 func(*lambda.ListEventSourceMappingsOutput, bool) bool) error

ListEventSourceMappingsPages provides a mock function with given fields: _a0, _a1

func (*MockLambdaAPI) ListEventSourceMappingsPagesWithContext

func (_m *MockLambdaAPI) ListEventSourceMappingsPagesWithContext(_a0 context.Context, _a1 *lambda.ListEventSourceMappingsInput, _a2 func(*lambda.ListEventSourceMappingsOutput, bool) bool, _a3 ...request.Option) error

ListEventSourceMappingsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockLambdaAPI) ListEventSourceMappingsRequest

ListEventSourceMappingsRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListEventSourceMappingsWithContext

func (_m *MockLambdaAPI) ListEventSourceMappingsWithContext(_a0 context.Context, _a1 *lambda.ListEventSourceMappingsInput, _a2 ...request.Option) (*lambda.ListEventSourceMappingsOutput, error)

ListEventSourceMappingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) ListFunctionEventInvokeConfigs

ListFunctionEventInvokeConfigs provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListFunctionEventInvokeConfigsPages

func (_m *MockLambdaAPI) ListFunctionEventInvokeConfigsPages(_a0 *lambda.ListFunctionEventInvokeConfigsInput, _a1 func(*lambda.ListFunctionEventInvokeConfigsOutput, bool) bool) error

ListFunctionEventInvokeConfigsPages provides a mock function with given fields: _a0, _a1

func (*MockLambdaAPI) ListFunctionEventInvokeConfigsPagesWithContext

func (_m *MockLambdaAPI) ListFunctionEventInvokeConfigsPagesWithContext(_a0 context.Context, _a1 *lambda.ListFunctionEventInvokeConfigsInput, _a2 func(*lambda.ListFunctionEventInvokeConfigsOutput, bool) bool, _a3 ...request.Option) error

ListFunctionEventInvokeConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockLambdaAPI) ListFunctionEventInvokeConfigsRequest

ListFunctionEventInvokeConfigsRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListFunctionEventInvokeConfigsWithContext

func (_m *MockLambdaAPI) ListFunctionEventInvokeConfigsWithContext(_a0 context.Context, _a1 *lambda.ListFunctionEventInvokeConfigsInput, _a2 ...request.Option) (*lambda.ListFunctionEventInvokeConfigsOutput, error)

ListFunctionEventInvokeConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) ListFunctionUrlConfigs

ListFunctionUrlConfigs provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListFunctionUrlConfigsPages

func (_m *MockLambdaAPI) ListFunctionUrlConfigsPages(_a0 *lambda.ListFunctionUrlConfigsInput, _a1 func(*lambda.ListFunctionUrlConfigsOutput, bool) bool) error

ListFunctionUrlConfigsPages provides a mock function with given fields: _a0, _a1

func (*MockLambdaAPI) ListFunctionUrlConfigsPagesWithContext

func (_m *MockLambdaAPI) ListFunctionUrlConfigsPagesWithContext(_a0 context.Context, _a1 *lambda.ListFunctionUrlConfigsInput, _a2 func(*lambda.ListFunctionUrlConfigsOutput, bool) bool, _a3 ...request.Option) error

ListFunctionUrlConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockLambdaAPI) ListFunctionUrlConfigsRequest

ListFunctionUrlConfigsRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListFunctionUrlConfigsWithContext

func (_m *MockLambdaAPI) ListFunctionUrlConfigsWithContext(_a0 context.Context, _a1 *lambda.ListFunctionUrlConfigsInput, _a2 ...request.Option) (*lambda.ListFunctionUrlConfigsOutput, error)

ListFunctionUrlConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) ListFunctions

ListFunctions provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListFunctionsByCodeSigningConfig

ListFunctionsByCodeSigningConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListFunctionsByCodeSigningConfigPages

func (_m *MockLambdaAPI) ListFunctionsByCodeSigningConfigPages(_a0 *lambda.ListFunctionsByCodeSigningConfigInput, _a1 func(*lambda.ListFunctionsByCodeSigningConfigOutput, bool) bool) error

ListFunctionsByCodeSigningConfigPages provides a mock function with given fields: _a0, _a1

func (*MockLambdaAPI) ListFunctionsByCodeSigningConfigPagesWithContext

func (_m *MockLambdaAPI) ListFunctionsByCodeSigningConfigPagesWithContext(_a0 context.Context, _a1 *lambda.ListFunctionsByCodeSigningConfigInput, _a2 func(*lambda.ListFunctionsByCodeSigningConfigOutput, bool) bool, _a3 ...request.Option) error

ListFunctionsByCodeSigningConfigPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockLambdaAPI) ListFunctionsByCodeSigningConfigRequest

ListFunctionsByCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListFunctionsByCodeSigningConfigWithContext

func (_m *MockLambdaAPI) ListFunctionsByCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.ListFunctionsByCodeSigningConfigInput, _a2 ...request.Option) (*lambda.ListFunctionsByCodeSigningConfigOutput, error)

ListFunctionsByCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) ListFunctionsPages

func (_m *MockLambdaAPI) ListFunctionsPages(_a0 *lambda.ListFunctionsInput, _a1 func(*lambda.ListFunctionsOutput, bool) bool) error

ListFunctionsPages provides a mock function with given fields: _a0, _a1

func (*MockLambdaAPI) ListFunctionsPagesWithContext

func (_m *MockLambdaAPI) ListFunctionsPagesWithContext(_a0 context.Context, _a1 *lambda.ListFunctionsInput, _a2 func(*lambda.ListFunctionsOutput, bool) bool, _a3 ...request.Option) error

ListFunctionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockLambdaAPI) ListFunctionsRequest

func (_m *MockLambdaAPI) ListFunctionsRequest(_a0 *lambda.ListFunctionsInput) (*request.Request, *lambda.ListFunctionsOutput)

ListFunctionsRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListFunctionsWithContext

func (_m *MockLambdaAPI) ListFunctionsWithContext(_a0 context.Context, _a1 *lambda.ListFunctionsInput, _a2 ...request.Option) (*lambda.ListFunctionsOutput, error)

ListFunctionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) ListLayerVersions

ListLayerVersions provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListLayerVersionsPages

func (_m *MockLambdaAPI) ListLayerVersionsPages(_a0 *lambda.ListLayerVersionsInput, _a1 func(*lambda.ListLayerVersionsOutput, bool) bool) error

ListLayerVersionsPages provides a mock function with given fields: _a0, _a1

func (*MockLambdaAPI) ListLayerVersionsPagesWithContext

func (_m *MockLambdaAPI) ListLayerVersionsPagesWithContext(_a0 context.Context, _a1 *lambda.ListLayerVersionsInput, _a2 func(*lambda.ListLayerVersionsOutput, bool) bool, _a3 ...request.Option) error

ListLayerVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockLambdaAPI) ListLayerVersionsRequest

ListLayerVersionsRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListLayerVersionsWithContext

func (_m *MockLambdaAPI) ListLayerVersionsWithContext(_a0 context.Context, _a1 *lambda.ListLayerVersionsInput, _a2 ...request.Option) (*lambda.ListLayerVersionsOutput, error)

ListLayerVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) ListLayers

ListLayers provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListLayersPages

func (_m *MockLambdaAPI) ListLayersPages(_a0 *lambda.ListLayersInput, _a1 func(*lambda.ListLayersOutput, bool) bool) error

ListLayersPages provides a mock function with given fields: _a0, _a1

func (*MockLambdaAPI) ListLayersPagesWithContext

func (_m *MockLambdaAPI) ListLayersPagesWithContext(_a0 context.Context, _a1 *lambda.ListLayersInput, _a2 func(*lambda.ListLayersOutput, bool) bool, _a3 ...request.Option) error

ListLayersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockLambdaAPI) ListLayersRequest

func (_m *MockLambdaAPI) ListLayersRequest(_a0 *lambda.ListLayersInput) (*request.Request, *lambda.ListLayersOutput)

ListLayersRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListLayersWithContext

func (_m *MockLambdaAPI) ListLayersWithContext(_a0 context.Context, _a1 *lambda.ListLayersInput, _a2 ...request.Option) (*lambda.ListLayersOutput, error)

ListLayersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) ListProvisionedConcurrencyConfigs

ListProvisionedConcurrencyConfigs provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListProvisionedConcurrencyConfigsPages

func (_m *MockLambdaAPI) ListProvisionedConcurrencyConfigsPages(_a0 *lambda.ListProvisionedConcurrencyConfigsInput, _a1 func(*lambda.ListProvisionedConcurrencyConfigsOutput, bool) bool) error

ListProvisionedConcurrencyConfigsPages provides a mock function with given fields: _a0, _a1

func (*MockLambdaAPI) ListProvisionedConcurrencyConfigsPagesWithContext

func (_m *MockLambdaAPI) ListProvisionedConcurrencyConfigsPagesWithContext(_a0 context.Context, _a1 *lambda.ListProvisionedConcurrencyConfigsInput, _a2 func(*lambda.ListProvisionedConcurrencyConfigsOutput, bool) bool, _a3 ...request.Option) error

ListProvisionedConcurrencyConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockLambdaAPI) ListProvisionedConcurrencyConfigsRequest

ListProvisionedConcurrencyConfigsRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListProvisionedConcurrencyConfigsWithContext

func (_m *MockLambdaAPI) ListProvisionedConcurrencyConfigsWithContext(_a0 context.Context, _a1 *lambda.ListProvisionedConcurrencyConfigsInput, _a2 ...request.Option) (*lambda.ListProvisionedConcurrencyConfigsOutput, error)

ListProvisionedConcurrencyConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) ListTags

ListTags provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListTagsRequest

func (_m *MockLambdaAPI) ListTagsRequest(_a0 *lambda.ListTagsInput) (*request.Request, *lambda.ListTagsOutput)

ListTagsRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListTagsWithContext

func (_m *MockLambdaAPI) ListTagsWithContext(_a0 context.Context, _a1 *lambda.ListTagsInput, _a2 ...request.Option) (*lambda.ListTagsOutput, error)

ListTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) ListVersionsByFunction

ListVersionsByFunction provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListVersionsByFunctionPages

func (_m *MockLambdaAPI) ListVersionsByFunctionPages(_a0 *lambda.ListVersionsByFunctionInput, _a1 func(*lambda.ListVersionsByFunctionOutput, bool) bool) error

ListVersionsByFunctionPages provides a mock function with given fields: _a0, _a1

func (*MockLambdaAPI) ListVersionsByFunctionPagesWithContext

func (_m *MockLambdaAPI) ListVersionsByFunctionPagesWithContext(_a0 context.Context, _a1 *lambda.ListVersionsByFunctionInput, _a2 func(*lambda.ListVersionsByFunctionOutput, bool) bool, _a3 ...request.Option) error

ListVersionsByFunctionPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockLambdaAPI) ListVersionsByFunctionRequest

ListVersionsByFunctionRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) ListVersionsByFunctionWithContext

func (_m *MockLambdaAPI) ListVersionsByFunctionWithContext(_a0 context.Context, _a1 *lambda.ListVersionsByFunctionInput, _a2 ...request.Option) (*lambda.ListVersionsByFunctionOutput, error)

ListVersionsByFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) PublishLayerVersion

PublishLayerVersion provides a mock function with given fields: _a0

func (*MockLambdaAPI) PublishLayerVersionRequest

PublishLayerVersionRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) PublishLayerVersionWithContext

func (_m *MockLambdaAPI) PublishLayerVersionWithContext(_a0 context.Context, _a1 *lambda.PublishLayerVersionInput, _a2 ...request.Option) (*lambda.PublishLayerVersionOutput, error)

PublishLayerVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) PublishVersion

PublishVersion provides a mock function with given fields: _a0

func (*MockLambdaAPI) PublishVersionRequest

PublishVersionRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) PublishVersionWithContext

func (_m *MockLambdaAPI) PublishVersionWithContext(_a0 context.Context, _a1 *lambda.PublishVersionInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

PublishVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) PutFunctionCodeSigningConfig

PutFunctionCodeSigningConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) PutFunctionCodeSigningConfigRequest

PutFunctionCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) PutFunctionCodeSigningConfigWithContext

func (_m *MockLambdaAPI) PutFunctionCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.PutFunctionCodeSigningConfigInput, _a2 ...request.Option) (*lambda.PutFunctionCodeSigningConfigOutput, error)

PutFunctionCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) PutFunctionConcurrency

PutFunctionConcurrency provides a mock function with given fields: _a0

func (*MockLambdaAPI) PutFunctionConcurrencyRequest

PutFunctionConcurrencyRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) PutFunctionConcurrencyWithContext

func (_m *MockLambdaAPI) PutFunctionConcurrencyWithContext(_a0 context.Context, _a1 *lambda.PutFunctionConcurrencyInput, _a2 ...request.Option) (*lambda.PutFunctionConcurrencyOutput, error)

PutFunctionConcurrencyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) PutFunctionEventInvokeConfig

PutFunctionEventInvokeConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) PutFunctionEventInvokeConfigRequest

PutFunctionEventInvokeConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) PutFunctionEventInvokeConfigWithContext

func (_m *MockLambdaAPI) PutFunctionEventInvokeConfigWithContext(_a0 context.Context, _a1 *lambda.PutFunctionEventInvokeConfigInput, _a2 ...request.Option) (*lambda.PutFunctionEventInvokeConfigOutput, error)

PutFunctionEventInvokeConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) PutProvisionedConcurrencyConfig

PutProvisionedConcurrencyConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) PutProvisionedConcurrencyConfigRequest

PutProvisionedConcurrencyConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) PutProvisionedConcurrencyConfigWithContext

func (_m *MockLambdaAPI) PutProvisionedConcurrencyConfigWithContext(_a0 context.Context, _a1 *lambda.PutProvisionedConcurrencyConfigInput, _a2 ...request.Option) (*lambda.PutProvisionedConcurrencyConfigOutput, error)

PutProvisionedConcurrencyConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) PutRuntimeManagementConfig

PutRuntimeManagementConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) PutRuntimeManagementConfigRequest

PutRuntimeManagementConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) PutRuntimeManagementConfigWithContext

func (_m *MockLambdaAPI) PutRuntimeManagementConfigWithContext(_a0 context.Context, _a1 *lambda.PutRuntimeManagementConfigInput, _a2 ...request.Option) (*lambda.PutRuntimeManagementConfigOutput, error)

PutRuntimeManagementConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) RemoveLayerVersionPermission

RemoveLayerVersionPermission provides a mock function with given fields: _a0

func (*MockLambdaAPI) RemoveLayerVersionPermissionRequest

RemoveLayerVersionPermissionRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) RemoveLayerVersionPermissionWithContext

func (_m *MockLambdaAPI) RemoveLayerVersionPermissionWithContext(_a0 context.Context, _a1 *lambda.RemoveLayerVersionPermissionInput, _a2 ...request.Option) (*lambda.RemoveLayerVersionPermissionOutput, error)

RemoveLayerVersionPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) RemovePermission

RemovePermission provides a mock function with given fields: _a0

func (*MockLambdaAPI) RemovePermissionRequest

RemovePermissionRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) RemovePermissionWithContext

func (_m *MockLambdaAPI) RemovePermissionWithContext(_a0 context.Context, _a1 *lambda.RemovePermissionInput, _a2 ...request.Option) (*lambda.RemovePermissionOutput, error)

RemovePermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) TagResource

TagResource provides a mock function with given fields: _a0

func (*MockLambdaAPI) TagResourceRequest

func (_m *MockLambdaAPI) TagResourceRequest(_a0 *lambda.TagResourceInput) (*request.Request, *lambda.TagResourceOutput)

TagResourceRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) TagResourceWithContext

func (_m *MockLambdaAPI) TagResourceWithContext(_a0 context.Context, _a1 *lambda.TagResourceInput, _a2 ...request.Option) (*lambda.TagResourceOutput, error)

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) UntagResource

UntagResource provides a mock function with given fields: _a0

func (*MockLambdaAPI) UntagResourceRequest

func (_m *MockLambdaAPI) UntagResourceRequest(_a0 *lambda.UntagResourceInput) (*request.Request, *lambda.UntagResourceOutput)

UntagResourceRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) UntagResourceWithContext

func (_m *MockLambdaAPI) UntagResourceWithContext(_a0 context.Context, _a1 *lambda.UntagResourceInput, _a2 ...request.Option) (*lambda.UntagResourceOutput, error)

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) UpdateAlias

UpdateAlias provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateAliasRequest

func (_m *MockLambdaAPI) UpdateAliasRequest(_a0 *lambda.UpdateAliasInput) (*request.Request, *lambda.AliasConfiguration)

UpdateAliasRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateAliasWithContext

func (_m *MockLambdaAPI) UpdateAliasWithContext(_a0 context.Context, _a1 *lambda.UpdateAliasInput, _a2 ...request.Option) (*lambda.AliasConfiguration, error)

UpdateAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) UpdateCodeSigningConfig

UpdateCodeSigningConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateCodeSigningConfigRequest

UpdateCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateCodeSigningConfigWithContext

func (_m *MockLambdaAPI) UpdateCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.UpdateCodeSigningConfigInput, _a2 ...request.Option) (*lambda.UpdateCodeSigningConfigOutput, error)

UpdateCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) UpdateEventSourceMapping

UpdateEventSourceMapping provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateEventSourceMappingRequest

UpdateEventSourceMappingRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateEventSourceMappingWithContext

func (_m *MockLambdaAPI) UpdateEventSourceMappingWithContext(_a0 context.Context, _a1 *lambda.UpdateEventSourceMappingInput, _a2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

UpdateEventSourceMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) UpdateFunctionCode

UpdateFunctionCode provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateFunctionCodeRequest

func (_m *MockLambdaAPI) UpdateFunctionCodeRequest(_a0 *lambda.UpdateFunctionCodeInput) (*request.Request, *lambda.FunctionConfiguration)

UpdateFunctionCodeRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateFunctionCodeWithContext

func (_m *MockLambdaAPI) UpdateFunctionCodeWithContext(_a0 context.Context, _a1 *lambda.UpdateFunctionCodeInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

UpdateFunctionCodeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) UpdateFunctionConfiguration

func (_m *MockLambdaAPI) UpdateFunctionConfiguration(_a0 *lambda.UpdateFunctionConfigurationInput) (*lambda.FunctionConfiguration, error)

UpdateFunctionConfiguration provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateFunctionConfigurationRequest

func (_m *MockLambdaAPI) UpdateFunctionConfigurationRequest(_a0 *lambda.UpdateFunctionConfigurationInput) (*request.Request, *lambda.FunctionConfiguration)

UpdateFunctionConfigurationRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateFunctionConfigurationWithContext

func (_m *MockLambdaAPI) UpdateFunctionConfigurationWithContext(_a0 context.Context, _a1 *lambda.UpdateFunctionConfigurationInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

UpdateFunctionConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) UpdateFunctionEventInvokeConfig

UpdateFunctionEventInvokeConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateFunctionEventInvokeConfigRequest

UpdateFunctionEventInvokeConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateFunctionEventInvokeConfigWithContext

func (_m *MockLambdaAPI) UpdateFunctionEventInvokeConfigWithContext(_a0 context.Context, _a1 *lambda.UpdateFunctionEventInvokeConfigInput, _a2 ...request.Option) (*lambda.UpdateFunctionEventInvokeConfigOutput, error)

UpdateFunctionEventInvokeConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) UpdateFunctionUrlConfig

UpdateFunctionUrlConfig provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateFunctionUrlConfigRequest

UpdateFunctionUrlConfigRequest provides a mock function with given fields: _a0

func (*MockLambdaAPI) UpdateFunctionUrlConfigWithContext

func (_m *MockLambdaAPI) UpdateFunctionUrlConfigWithContext(_a0 context.Context, _a1 *lambda.UpdateFunctionUrlConfigInput, _a2 ...request.Option) (*lambda.UpdateFunctionUrlConfigOutput, error)

UpdateFunctionUrlConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) WaitUntilFunctionActive

func (_m *MockLambdaAPI) WaitUntilFunctionActive(_a0 *lambda.GetFunctionConfigurationInput) error

WaitUntilFunctionActive provides a mock function with given fields: _a0

func (*MockLambdaAPI) WaitUntilFunctionActiveV2

func (_m *MockLambdaAPI) WaitUntilFunctionActiveV2(_a0 *lambda.GetFunctionInput) error

WaitUntilFunctionActiveV2 provides a mock function with given fields: _a0

func (*MockLambdaAPI) WaitUntilFunctionActiveV2WithContext

func (_m *MockLambdaAPI) WaitUntilFunctionActiveV2WithContext(_a0 context.Context, _a1 *lambda.GetFunctionInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionActiveV2WithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) WaitUntilFunctionActiveWithContext

func (_m *MockLambdaAPI) WaitUntilFunctionActiveWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConfigurationInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionActiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) WaitUntilFunctionExists

func (_m *MockLambdaAPI) WaitUntilFunctionExists(_a0 *lambda.GetFunctionInput) error

WaitUntilFunctionExists provides a mock function with given fields: _a0

func (*MockLambdaAPI) WaitUntilFunctionExistsWithContext

func (_m *MockLambdaAPI) WaitUntilFunctionExistsWithContext(_a0 context.Context, _a1 *lambda.GetFunctionInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) WaitUntilFunctionUpdated

func (_m *MockLambdaAPI) WaitUntilFunctionUpdated(_a0 *lambda.GetFunctionConfigurationInput) error

WaitUntilFunctionUpdated provides a mock function with given fields: _a0

func (*MockLambdaAPI) WaitUntilFunctionUpdatedV2

func (_m *MockLambdaAPI) WaitUntilFunctionUpdatedV2(_a0 *lambda.GetFunctionInput) error

WaitUntilFunctionUpdatedV2 provides a mock function with given fields: _a0

func (*MockLambdaAPI) WaitUntilFunctionUpdatedV2WithContext

func (_m *MockLambdaAPI) WaitUntilFunctionUpdatedV2WithContext(_a0 context.Context, _a1 *lambda.GetFunctionInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionUpdatedV2WithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) WaitUntilFunctionUpdatedWithContext

func (_m *MockLambdaAPI) WaitUntilFunctionUpdatedWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConfigurationInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionUpdatedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockLambdaAPI) WaitUntilPublishedVersionActive

func (_m *MockLambdaAPI) WaitUntilPublishedVersionActive(_a0 *lambda.GetFunctionConfigurationInput) error

WaitUntilPublishedVersionActive provides a mock function with given fields: _a0

func (*MockLambdaAPI) WaitUntilPublishedVersionActiveWithContext

func (_m *MockLambdaAPI) WaitUntilPublishedVersionActiveWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConfigurationInput, _a2 ...request.WaiterOption) error

WaitUntilPublishedVersionActiveWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockLambdaAPI_AddLayerVersionPermissionRequest_Call

type MockLambdaAPI_AddLayerVersionPermissionRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_AddLayerVersionPermissionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddLayerVersionPermissionRequest'

func (*MockLambdaAPI_AddLayerVersionPermissionRequest_Call) Run

type MockLambdaAPI_AddLayerVersionPermissionWithContext_Call

type MockLambdaAPI_AddLayerVersionPermissionWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_AddLayerVersionPermissionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddLayerVersionPermissionWithContext'

func (*MockLambdaAPI_AddLayerVersionPermissionWithContext_Call) Run

type MockLambdaAPI_AddLayerVersionPermission_Call

type MockLambdaAPI_AddLayerVersionPermission_Call struct {
	*mock.Call
}

MockLambdaAPI_AddLayerVersionPermission_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddLayerVersionPermission'

func (*MockLambdaAPI_AddLayerVersionPermission_Call) Run

type MockLambdaAPI_AddPermissionRequest_Call

type MockLambdaAPI_AddPermissionRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_AddPermissionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddPermissionRequest'

func (*MockLambdaAPI_AddPermissionRequest_Call) Return

func (*MockLambdaAPI_AddPermissionRequest_Call) Run

type MockLambdaAPI_AddPermissionWithContext_Call

type MockLambdaAPI_AddPermissionWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_AddPermissionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddPermissionWithContext'

func (*MockLambdaAPI_AddPermissionWithContext_Call) Return

func (*MockLambdaAPI_AddPermissionWithContext_Call) Run

type MockLambdaAPI_AddPermission_Call

type MockLambdaAPI_AddPermission_Call struct {
	*mock.Call
}

MockLambdaAPI_AddPermission_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AddPermission'

func (*MockLambdaAPI_AddPermission_Call) Return

func (*MockLambdaAPI_AddPermission_Call) Run

func (*MockLambdaAPI_AddPermission_Call) RunAndReturn

type MockLambdaAPI_CreateAliasRequest_Call

type MockLambdaAPI_CreateAliasRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateAliasRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAliasRequest'

func (*MockLambdaAPI_CreateAliasRequest_Call) Return

func (*MockLambdaAPI_CreateAliasRequest_Call) Run

func (*MockLambdaAPI_CreateAliasRequest_Call) RunAndReturn

type MockLambdaAPI_CreateAliasWithContext_Call

type MockLambdaAPI_CreateAliasWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateAliasWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAliasWithContext'

func (*MockLambdaAPI_CreateAliasWithContext_Call) Return

func (*MockLambdaAPI_CreateAliasWithContext_Call) Run

type MockLambdaAPI_CreateAlias_Call

type MockLambdaAPI_CreateAlias_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateAlias_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateAlias'

func (*MockLambdaAPI_CreateAlias_Call) Return

func (*MockLambdaAPI_CreateAlias_Call) Run

func (*MockLambdaAPI_CreateAlias_Call) RunAndReturn

type MockLambdaAPI_CreateCodeSigningConfigRequest_Call

type MockLambdaAPI_CreateCodeSigningConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateCodeSigningConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateCodeSigningConfigRequest'

func (*MockLambdaAPI_CreateCodeSigningConfigRequest_Call) Run

type MockLambdaAPI_CreateCodeSigningConfigWithContext_Call

type MockLambdaAPI_CreateCodeSigningConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateCodeSigningConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateCodeSigningConfigWithContext'

func (*MockLambdaAPI_CreateCodeSigningConfigWithContext_Call) Run

type MockLambdaAPI_CreateCodeSigningConfig_Call

type MockLambdaAPI_CreateCodeSigningConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateCodeSigningConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateCodeSigningConfig'

func (*MockLambdaAPI_CreateCodeSigningConfig_Call) Return

func (*MockLambdaAPI_CreateCodeSigningConfig_Call) Run

type MockLambdaAPI_CreateEventSourceMappingRequest_Call

type MockLambdaAPI_CreateEventSourceMappingRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateEventSourceMappingRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateEventSourceMappingRequest'

func (*MockLambdaAPI_CreateEventSourceMappingRequest_Call) Run

type MockLambdaAPI_CreateEventSourceMappingWithContext_Call

type MockLambdaAPI_CreateEventSourceMappingWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateEventSourceMappingWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateEventSourceMappingWithContext'

func (*MockLambdaAPI_CreateEventSourceMappingWithContext_Call) Run

type MockLambdaAPI_CreateEventSourceMapping_Call

type MockLambdaAPI_CreateEventSourceMapping_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateEventSourceMapping_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateEventSourceMapping'

func (*MockLambdaAPI_CreateEventSourceMapping_Call) Run

type MockLambdaAPI_CreateFunctionRequest_Call

type MockLambdaAPI_CreateFunctionRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateFunctionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateFunctionRequest'

func (*MockLambdaAPI_CreateFunctionRequest_Call) Return

func (*MockLambdaAPI_CreateFunctionRequest_Call) Run

type MockLambdaAPI_CreateFunctionUrlConfigRequest_Call

type MockLambdaAPI_CreateFunctionUrlConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateFunctionUrlConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateFunctionUrlConfigRequest'

func (*MockLambdaAPI_CreateFunctionUrlConfigRequest_Call) Run

type MockLambdaAPI_CreateFunctionUrlConfigWithContext_Call

type MockLambdaAPI_CreateFunctionUrlConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateFunctionUrlConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateFunctionUrlConfigWithContext'

func (*MockLambdaAPI_CreateFunctionUrlConfigWithContext_Call) Run

type MockLambdaAPI_CreateFunctionUrlConfig_Call

type MockLambdaAPI_CreateFunctionUrlConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateFunctionUrlConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateFunctionUrlConfig'

func (*MockLambdaAPI_CreateFunctionUrlConfig_Call) Return

func (*MockLambdaAPI_CreateFunctionUrlConfig_Call) Run

type MockLambdaAPI_CreateFunctionWithContext_Call

type MockLambdaAPI_CreateFunctionWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateFunctionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateFunctionWithContext'

func (*MockLambdaAPI_CreateFunctionWithContext_Call) Return

func (*MockLambdaAPI_CreateFunctionWithContext_Call) Run

type MockLambdaAPI_CreateFunction_Call

type MockLambdaAPI_CreateFunction_Call struct {
	*mock.Call
}

MockLambdaAPI_CreateFunction_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateFunction'

func (*MockLambdaAPI_CreateFunction_Call) Return

func (*MockLambdaAPI_CreateFunction_Call) Run

func (*MockLambdaAPI_CreateFunction_Call) RunAndReturn

type MockLambdaAPI_DeleteAliasRequest_Call

type MockLambdaAPI_DeleteAliasRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteAliasRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAliasRequest'

func (*MockLambdaAPI_DeleteAliasRequest_Call) Return

func (*MockLambdaAPI_DeleteAliasRequest_Call) Run

func (*MockLambdaAPI_DeleteAliasRequest_Call) RunAndReturn

type MockLambdaAPI_DeleteAliasWithContext_Call

type MockLambdaAPI_DeleteAliasWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteAliasWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAliasWithContext'

func (*MockLambdaAPI_DeleteAliasWithContext_Call) Return

func (*MockLambdaAPI_DeleteAliasWithContext_Call) Run

type MockLambdaAPI_DeleteAlias_Call

type MockLambdaAPI_DeleteAlias_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteAlias_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteAlias'

func (*MockLambdaAPI_DeleteAlias_Call) Return

func (*MockLambdaAPI_DeleteAlias_Call) Run

func (*MockLambdaAPI_DeleteAlias_Call) RunAndReturn

type MockLambdaAPI_DeleteCodeSigningConfigRequest_Call

type MockLambdaAPI_DeleteCodeSigningConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteCodeSigningConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteCodeSigningConfigRequest'

func (*MockLambdaAPI_DeleteCodeSigningConfigRequest_Call) Run

type MockLambdaAPI_DeleteCodeSigningConfigWithContext_Call

type MockLambdaAPI_DeleteCodeSigningConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteCodeSigningConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteCodeSigningConfigWithContext'

func (*MockLambdaAPI_DeleteCodeSigningConfigWithContext_Call) Run

type MockLambdaAPI_DeleteCodeSigningConfig_Call

type MockLambdaAPI_DeleteCodeSigningConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteCodeSigningConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteCodeSigningConfig'

func (*MockLambdaAPI_DeleteCodeSigningConfig_Call) Return

func (*MockLambdaAPI_DeleteCodeSigningConfig_Call) Run

type MockLambdaAPI_DeleteEventSourceMappingRequest_Call

type MockLambdaAPI_DeleteEventSourceMappingRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteEventSourceMappingRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteEventSourceMappingRequest'

func (*MockLambdaAPI_DeleteEventSourceMappingRequest_Call) Run

type MockLambdaAPI_DeleteEventSourceMappingWithContext_Call

type MockLambdaAPI_DeleteEventSourceMappingWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteEventSourceMappingWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteEventSourceMappingWithContext'

func (*MockLambdaAPI_DeleteEventSourceMappingWithContext_Call) Run

type MockLambdaAPI_DeleteEventSourceMapping_Call

type MockLambdaAPI_DeleteEventSourceMapping_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteEventSourceMapping_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteEventSourceMapping'

func (*MockLambdaAPI_DeleteEventSourceMapping_Call) Run

type MockLambdaAPI_DeleteFunctionCodeSigningConfigRequest_Call

type MockLambdaAPI_DeleteFunctionCodeSigningConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionCodeSigningConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionCodeSigningConfigRequest'

type MockLambdaAPI_DeleteFunctionCodeSigningConfigWithContext_Call

type MockLambdaAPI_DeleteFunctionCodeSigningConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionCodeSigningConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionCodeSigningConfigWithContext'

type MockLambdaAPI_DeleteFunctionCodeSigningConfig_Call

type MockLambdaAPI_DeleteFunctionCodeSigningConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionCodeSigningConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionCodeSigningConfig'

func (*MockLambdaAPI_DeleteFunctionCodeSigningConfig_Call) Run

type MockLambdaAPI_DeleteFunctionConcurrencyRequest_Call

type MockLambdaAPI_DeleteFunctionConcurrencyRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionConcurrencyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionConcurrencyRequest'

func (*MockLambdaAPI_DeleteFunctionConcurrencyRequest_Call) Run

type MockLambdaAPI_DeleteFunctionConcurrencyWithContext_Call

type MockLambdaAPI_DeleteFunctionConcurrencyWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionConcurrencyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionConcurrencyWithContext'

func (*MockLambdaAPI_DeleteFunctionConcurrencyWithContext_Call) Run

type MockLambdaAPI_DeleteFunctionConcurrency_Call

type MockLambdaAPI_DeleteFunctionConcurrency_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionConcurrency_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionConcurrency'

func (*MockLambdaAPI_DeleteFunctionConcurrency_Call) Run

type MockLambdaAPI_DeleteFunctionEventInvokeConfigRequest_Call

type MockLambdaAPI_DeleteFunctionEventInvokeConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionEventInvokeConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionEventInvokeConfigRequest'

type MockLambdaAPI_DeleteFunctionEventInvokeConfigWithContext_Call

type MockLambdaAPI_DeleteFunctionEventInvokeConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionEventInvokeConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionEventInvokeConfigWithContext'

type MockLambdaAPI_DeleteFunctionEventInvokeConfig_Call

type MockLambdaAPI_DeleteFunctionEventInvokeConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionEventInvokeConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionEventInvokeConfig'

func (*MockLambdaAPI_DeleteFunctionEventInvokeConfig_Call) Run

type MockLambdaAPI_DeleteFunctionRequest_Call

type MockLambdaAPI_DeleteFunctionRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionRequest'

func (*MockLambdaAPI_DeleteFunctionRequest_Call) Return

func (*MockLambdaAPI_DeleteFunctionRequest_Call) Run

type MockLambdaAPI_DeleteFunctionUrlConfigRequest_Call

type MockLambdaAPI_DeleteFunctionUrlConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionUrlConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionUrlConfigRequest'

func (*MockLambdaAPI_DeleteFunctionUrlConfigRequest_Call) Run

type MockLambdaAPI_DeleteFunctionUrlConfigWithContext_Call

type MockLambdaAPI_DeleteFunctionUrlConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionUrlConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionUrlConfigWithContext'

func (*MockLambdaAPI_DeleteFunctionUrlConfigWithContext_Call) Run

type MockLambdaAPI_DeleteFunctionUrlConfig_Call

type MockLambdaAPI_DeleteFunctionUrlConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionUrlConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionUrlConfig'

func (*MockLambdaAPI_DeleteFunctionUrlConfig_Call) Return

func (*MockLambdaAPI_DeleteFunctionUrlConfig_Call) Run

type MockLambdaAPI_DeleteFunctionWithContext_Call

type MockLambdaAPI_DeleteFunctionWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunctionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunctionWithContext'

func (*MockLambdaAPI_DeleteFunctionWithContext_Call) Return

func (*MockLambdaAPI_DeleteFunctionWithContext_Call) Run

type MockLambdaAPI_DeleteFunction_Call

type MockLambdaAPI_DeleteFunction_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteFunction_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFunction'

func (*MockLambdaAPI_DeleteFunction_Call) Return

func (*MockLambdaAPI_DeleteFunction_Call) Run

func (*MockLambdaAPI_DeleteFunction_Call) RunAndReturn

type MockLambdaAPI_DeleteLayerVersionRequest_Call

type MockLambdaAPI_DeleteLayerVersionRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteLayerVersionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteLayerVersionRequest'

func (*MockLambdaAPI_DeleteLayerVersionRequest_Call) Run

type MockLambdaAPI_DeleteLayerVersionWithContext_Call

type MockLambdaAPI_DeleteLayerVersionWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteLayerVersionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteLayerVersionWithContext'

func (*MockLambdaAPI_DeleteLayerVersionWithContext_Call) Return

func (*MockLambdaAPI_DeleteLayerVersionWithContext_Call) Run

type MockLambdaAPI_DeleteLayerVersion_Call

type MockLambdaAPI_DeleteLayerVersion_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteLayerVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteLayerVersion'

func (*MockLambdaAPI_DeleteLayerVersion_Call) Return

func (*MockLambdaAPI_DeleteLayerVersion_Call) Run

type MockLambdaAPI_DeleteProvisionedConcurrencyConfigRequest_Call

type MockLambdaAPI_DeleteProvisionedConcurrencyConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteProvisionedConcurrencyConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProvisionedConcurrencyConfigRequest'

type MockLambdaAPI_DeleteProvisionedConcurrencyConfigWithContext_Call

type MockLambdaAPI_DeleteProvisionedConcurrencyConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteProvisionedConcurrencyConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProvisionedConcurrencyConfigWithContext'

type MockLambdaAPI_DeleteProvisionedConcurrencyConfig_Call

type MockLambdaAPI_DeleteProvisionedConcurrencyConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_DeleteProvisionedConcurrencyConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteProvisionedConcurrencyConfig'

type MockLambdaAPI_Expecter

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

func (*MockLambdaAPI_Expecter) AddLayerVersionPermission

func (_e *MockLambdaAPI_Expecter) AddLayerVersionPermission(_a0 interface{}) *MockLambdaAPI_AddLayerVersionPermission_Call

AddLayerVersionPermission is a helper method to define mock.On call

  • _a0 *lambda.AddLayerVersionPermissionInput

func (*MockLambdaAPI_Expecter) AddLayerVersionPermissionRequest

func (_e *MockLambdaAPI_Expecter) AddLayerVersionPermissionRequest(_a0 interface{}) *MockLambdaAPI_AddLayerVersionPermissionRequest_Call

AddLayerVersionPermissionRequest is a helper method to define mock.On call

  • _a0 *lambda.AddLayerVersionPermissionInput

func (*MockLambdaAPI_Expecter) AddLayerVersionPermissionWithContext

func (_e *MockLambdaAPI_Expecter) AddLayerVersionPermissionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_AddLayerVersionPermissionWithContext_Call

AddLayerVersionPermissionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.AddLayerVersionPermissionInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) AddPermission

func (_e *MockLambdaAPI_Expecter) AddPermission(_a0 interface{}) *MockLambdaAPI_AddPermission_Call

AddPermission is a helper method to define mock.On call

  • _a0 *lambda.AddPermissionInput

func (*MockLambdaAPI_Expecter) AddPermissionRequest

func (_e *MockLambdaAPI_Expecter) AddPermissionRequest(_a0 interface{}) *MockLambdaAPI_AddPermissionRequest_Call

AddPermissionRequest is a helper method to define mock.On call

  • _a0 *lambda.AddPermissionInput

func (*MockLambdaAPI_Expecter) AddPermissionWithContext

func (_e *MockLambdaAPI_Expecter) AddPermissionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_AddPermissionWithContext_Call

AddPermissionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.AddPermissionInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) CreateAlias

func (_e *MockLambdaAPI_Expecter) CreateAlias(_a0 interface{}) *MockLambdaAPI_CreateAlias_Call

CreateAlias is a helper method to define mock.On call

  • _a0 *lambda.CreateAliasInput

func (*MockLambdaAPI_Expecter) CreateAliasRequest

func (_e *MockLambdaAPI_Expecter) CreateAliasRequest(_a0 interface{}) *MockLambdaAPI_CreateAliasRequest_Call

CreateAliasRequest is a helper method to define mock.On call

  • _a0 *lambda.CreateAliasInput

func (*MockLambdaAPI_Expecter) CreateAliasWithContext

func (_e *MockLambdaAPI_Expecter) CreateAliasWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_CreateAliasWithContext_Call

CreateAliasWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.CreateAliasInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) CreateCodeSigningConfig

func (_e *MockLambdaAPI_Expecter) CreateCodeSigningConfig(_a0 interface{}) *MockLambdaAPI_CreateCodeSigningConfig_Call

CreateCodeSigningConfig is a helper method to define mock.On call

  • _a0 *lambda.CreateCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) CreateCodeSigningConfigRequest

func (_e *MockLambdaAPI_Expecter) CreateCodeSigningConfigRequest(_a0 interface{}) *MockLambdaAPI_CreateCodeSigningConfigRequest_Call

CreateCodeSigningConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.CreateCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) CreateCodeSigningConfigWithContext

func (_e *MockLambdaAPI_Expecter) CreateCodeSigningConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_CreateCodeSigningConfigWithContext_Call

CreateCodeSigningConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.CreateCodeSigningConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) CreateEventSourceMapping

func (_e *MockLambdaAPI_Expecter) CreateEventSourceMapping(_a0 interface{}) *MockLambdaAPI_CreateEventSourceMapping_Call

CreateEventSourceMapping is a helper method to define mock.On call

  • _a0 *lambda.CreateEventSourceMappingInput

func (*MockLambdaAPI_Expecter) CreateEventSourceMappingRequest

func (_e *MockLambdaAPI_Expecter) CreateEventSourceMappingRequest(_a0 interface{}) *MockLambdaAPI_CreateEventSourceMappingRequest_Call

CreateEventSourceMappingRequest is a helper method to define mock.On call

  • _a0 *lambda.CreateEventSourceMappingInput

func (*MockLambdaAPI_Expecter) CreateEventSourceMappingWithContext

func (_e *MockLambdaAPI_Expecter) CreateEventSourceMappingWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_CreateEventSourceMappingWithContext_Call

CreateEventSourceMappingWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.CreateEventSourceMappingInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) CreateFunction

func (_e *MockLambdaAPI_Expecter) CreateFunction(_a0 interface{}) *MockLambdaAPI_CreateFunction_Call

CreateFunction is a helper method to define mock.On call

  • _a0 *lambda.CreateFunctionInput

func (*MockLambdaAPI_Expecter) CreateFunctionRequest

func (_e *MockLambdaAPI_Expecter) CreateFunctionRequest(_a0 interface{}) *MockLambdaAPI_CreateFunctionRequest_Call

CreateFunctionRequest is a helper method to define mock.On call

  • _a0 *lambda.CreateFunctionInput

func (*MockLambdaAPI_Expecter) CreateFunctionUrlConfig

func (_e *MockLambdaAPI_Expecter) CreateFunctionUrlConfig(_a0 interface{}) *MockLambdaAPI_CreateFunctionUrlConfig_Call

CreateFunctionUrlConfig is a helper method to define mock.On call

  • _a0 *lambda.CreateFunctionUrlConfigInput

func (*MockLambdaAPI_Expecter) CreateFunctionUrlConfigRequest

func (_e *MockLambdaAPI_Expecter) CreateFunctionUrlConfigRequest(_a0 interface{}) *MockLambdaAPI_CreateFunctionUrlConfigRequest_Call

CreateFunctionUrlConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.CreateFunctionUrlConfigInput

func (*MockLambdaAPI_Expecter) CreateFunctionUrlConfigWithContext

func (_e *MockLambdaAPI_Expecter) CreateFunctionUrlConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_CreateFunctionUrlConfigWithContext_Call

CreateFunctionUrlConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.CreateFunctionUrlConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) CreateFunctionWithContext

func (_e *MockLambdaAPI_Expecter) CreateFunctionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_CreateFunctionWithContext_Call

CreateFunctionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.CreateFunctionInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) DeleteAlias

func (_e *MockLambdaAPI_Expecter) DeleteAlias(_a0 interface{}) *MockLambdaAPI_DeleteAlias_Call

DeleteAlias is a helper method to define mock.On call

  • _a0 *lambda.DeleteAliasInput

func (*MockLambdaAPI_Expecter) DeleteAliasRequest

func (_e *MockLambdaAPI_Expecter) DeleteAliasRequest(_a0 interface{}) *MockLambdaAPI_DeleteAliasRequest_Call

DeleteAliasRequest is a helper method to define mock.On call

  • _a0 *lambda.DeleteAliasInput

func (*MockLambdaAPI_Expecter) DeleteAliasWithContext

func (_e *MockLambdaAPI_Expecter) DeleteAliasWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_DeleteAliasWithContext_Call

DeleteAliasWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.DeleteAliasInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) DeleteCodeSigningConfig

func (_e *MockLambdaAPI_Expecter) DeleteCodeSigningConfig(_a0 interface{}) *MockLambdaAPI_DeleteCodeSigningConfig_Call

DeleteCodeSigningConfig is a helper method to define mock.On call

  • _a0 *lambda.DeleteCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) DeleteCodeSigningConfigRequest

func (_e *MockLambdaAPI_Expecter) DeleteCodeSigningConfigRequest(_a0 interface{}) *MockLambdaAPI_DeleteCodeSigningConfigRequest_Call

DeleteCodeSigningConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.DeleteCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) DeleteCodeSigningConfigWithContext

func (_e *MockLambdaAPI_Expecter) DeleteCodeSigningConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_DeleteCodeSigningConfigWithContext_Call

DeleteCodeSigningConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.DeleteCodeSigningConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) DeleteEventSourceMapping

func (_e *MockLambdaAPI_Expecter) DeleteEventSourceMapping(_a0 interface{}) *MockLambdaAPI_DeleteEventSourceMapping_Call

DeleteEventSourceMapping is a helper method to define mock.On call

  • _a0 *lambda.DeleteEventSourceMappingInput

func (*MockLambdaAPI_Expecter) DeleteEventSourceMappingRequest

func (_e *MockLambdaAPI_Expecter) DeleteEventSourceMappingRequest(_a0 interface{}) *MockLambdaAPI_DeleteEventSourceMappingRequest_Call

DeleteEventSourceMappingRequest is a helper method to define mock.On call

  • _a0 *lambda.DeleteEventSourceMappingInput

func (*MockLambdaAPI_Expecter) DeleteEventSourceMappingWithContext

func (_e *MockLambdaAPI_Expecter) DeleteEventSourceMappingWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_DeleteEventSourceMappingWithContext_Call

DeleteEventSourceMappingWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.DeleteEventSourceMappingInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) DeleteFunction

func (_e *MockLambdaAPI_Expecter) DeleteFunction(_a0 interface{}) *MockLambdaAPI_DeleteFunction_Call

DeleteFunction is a helper method to define mock.On call

  • _a0 *lambda.DeleteFunctionInput

func (*MockLambdaAPI_Expecter) DeleteFunctionCodeSigningConfig

func (_e *MockLambdaAPI_Expecter) DeleteFunctionCodeSigningConfig(_a0 interface{}) *MockLambdaAPI_DeleteFunctionCodeSigningConfig_Call

DeleteFunctionCodeSigningConfig is a helper method to define mock.On call

  • _a0 *lambda.DeleteFunctionCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) DeleteFunctionCodeSigningConfigRequest

func (_e *MockLambdaAPI_Expecter) DeleteFunctionCodeSigningConfigRequest(_a0 interface{}) *MockLambdaAPI_DeleteFunctionCodeSigningConfigRequest_Call

DeleteFunctionCodeSigningConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.DeleteFunctionCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) DeleteFunctionCodeSigningConfigWithContext

func (_e *MockLambdaAPI_Expecter) DeleteFunctionCodeSigningConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_DeleteFunctionCodeSigningConfigWithContext_Call

DeleteFunctionCodeSigningConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.DeleteFunctionCodeSigningConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) DeleteFunctionConcurrency

func (_e *MockLambdaAPI_Expecter) DeleteFunctionConcurrency(_a0 interface{}) *MockLambdaAPI_DeleteFunctionConcurrency_Call

DeleteFunctionConcurrency is a helper method to define mock.On call

  • _a0 *lambda.DeleteFunctionConcurrencyInput

func (*MockLambdaAPI_Expecter) DeleteFunctionConcurrencyRequest

func (_e *MockLambdaAPI_Expecter) DeleteFunctionConcurrencyRequest(_a0 interface{}) *MockLambdaAPI_DeleteFunctionConcurrencyRequest_Call

DeleteFunctionConcurrencyRequest is a helper method to define mock.On call

  • _a0 *lambda.DeleteFunctionConcurrencyInput

func (*MockLambdaAPI_Expecter) DeleteFunctionConcurrencyWithContext

func (_e *MockLambdaAPI_Expecter) DeleteFunctionConcurrencyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_DeleteFunctionConcurrencyWithContext_Call

DeleteFunctionConcurrencyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.DeleteFunctionConcurrencyInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) DeleteFunctionEventInvokeConfig

func (_e *MockLambdaAPI_Expecter) DeleteFunctionEventInvokeConfig(_a0 interface{}) *MockLambdaAPI_DeleteFunctionEventInvokeConfig_Call

DeleteFunctionEventInvokeConfig is a helper method to define mock.On call

  • _a0 *lambda.DeleteFunctionEventInvokeConfigInput

func (*MockLambdaAPI_Expecter) DeleteFunctionEventInvokeConfigRequest

func (_e *MockLambdaAPI_Expecter) DeleteFunctionEventInvokeConfigRequest(_a0 interface{}) *MockLambdaAPI_DeleteFunctionEventInvokeConfigRequest_Call

DeleteFunctionEventInvokeConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.DeleteFunctionEventInvokeConfigInput

func (*MockLambdaAPI_Expecter) DeleteFunctionEventInvokeConfigWithContext

func (_e *MockLambdaAPI_Expecter) DeleteFunctionEventInvokeConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_DeleteFunctionEventInvokeConfigWithContext_Call

DeleteFunctionEventInvokeConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.DeleteFunctionEventInvokeConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) DeleteFunctionRequest

func (_e *MockLambdaAPI_Expecter) DeleteFunctionRequest(_a0 interface{}) *MockLambdaAPI_DeleteFunctionRequest_Call

DeleteFunctionRequest is a helper method to define mock.On call

  • _a0 *lambda.DeleteFunctionInput

func (*MockLambdaAPI_Expecter) DeleteFunctionUrlConfig

func (_e *MockLambdaAPI_Expecter) DeleteFunctionUrlConfig(_a0 interface{}) *MockLambdaAPI_DeleteFunctionUrlConfig_Call

DeleteFunctionUrlConfig is a helper method to define mock.On call

  • _a0 *lambda.DeleteFunctionUrlConfigInput

func (*MockLambdaAPI_Expecter) DeleteFunctionUrlConfigRequest

func (_e *MockLambdaAPI_Expecter) DeleteFunctionUrlConfigRequest(_a0 interface{}) *MockLambdaAPI_DeleteFunctionUrlConfigRequest_Call

DeleteFunctionUrlConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.DeleteFunctionUrlConfigInput

func (*MockLambdaAPI_Expecter) DeleteFunctionUrlConfigWithContext

func (_e *MockLambdaAPI_Expecter) DeleteFunctionUrlConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_DeleteFunctionUrlConfigWithContext_Call

DeleteFunctionUrlConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.DeleteFunctionUrlConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) DeleteFunctionWithContext

func (_e *MockLambdaAPI_Expecter) DeleteFunctionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_DeleteFunctionWithContext_Call

DeleteFunctionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.DeleteFunctionInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) DeleteLayerVersion

func (_e *MockLambdaAPI_Expecter) DeleteLayerVersion(_a0 interface{}) *MockLambdaAPI_DeleteLayerVersion_Call

DeleteLayerVersion is a helper method to define mock.On call

  • _a0 *lambda.DeleteLayerVersionInput

func (*MockLambdaAPI_Expecter) DeleteLayerVersionRequest

func (_e *MockLambdaAPI_Expecter) DeleteLayerVersionRequest(_a0 interface{}) *MockLambdaAPI_DeleteLayerVersionRequest_Call

DeleteLayerVersionRequest is a helper method to define mock.On call

  • _a0 *lambda.DeleteLayerVersionInput

func (*MockLambdaAPI_Expecter) DeleteLayerVersionWithContext

func (_e *MockLambdaAPI_Expecter) DeleteLayerVersionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_DeleteLayerVersionWithContext_Call

DeleteLayerVersionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.DeleteLayerVersionInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) DeleteProvisionedConcurrencyConfig

func (_e *MockLambdaAPI_Expecter) DeleteProvisionedConcurrencyConfig(_a0 interface{}) *MockLambdaAPI_DeleteProvisionedConcurrencyConfig_Call

DeleteProvisionedConcurrencyConfig is a helper method to define mock.On call

  • _a0 *lambda.DeleteProvisionedConcurrencyConfigInput

func (*MockLambdaAPI_Expecter) DeleteProvisionedConcurrencyConfigRequest

func (_e *MockLambdaAPI_Expecter) DeleteProvisionedConcurrencyConfigRequest(_a0 interface{}) *MockLambdaAPI_DeleteProvisionedConcurrencyConfigRequest_Call

DeleteProvisionedConcurrencyConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.DeleteProvisionedConcurrencyConfigInput

func (*MockLambdaAPI_Expecter) DeleteProvisionedConcurrencyConfigWithContext

func (_e *MockLambdaAPI_Expecter) DeleteProvisionedConcurrencyConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_DeleteProvisionedConcurrencyConfigWithContext_Call

DeleteProvisionedConcurrencyConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.DeleteProvisionedConcurrencyConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetAccountSettings

func (_e *MockLambdaAPI_Expecter) GetAccountSettings(_a0 interface{}) *MockLambdaAPI_GetAccountSettings_Call

GetAccountSettings is a helper method to define mock.On call

  • _a0 *lambda.GetAccountSettingsInput

func (*MockLambdaAPI_Expecter) GetAccountSettingsRequest

func (_e *MockLambdaAPI_Expecter) GetAccountSettingsRequest(_a0 interface{}) *MockLambdaAPI_GetAccountSettingsRequest_Call

GetAccountSettingsRequest is a helper method to define mock.On call

  • _a0 *lambda.GetAccountSettingsInput

func (*MockLambdaAPI_Expecter) GetAccountSettingsWithContext

func (_e *MockLambdaAPI_Expecter) GetAccountSettingsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetAccountSettingsWithContext_Call

GetAccountSettingsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetAccountSettingsInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetAlias

func (_e *MockLambdaAPI_Expecter) GetAlias(_a0 interface{}) *MockLambdaAPI_GetAlias_Call

GetAlias is a helper method to define mock.On call

  • _a0 *lambda.GetAliasInput

func (*MockLambdaAPI_Expecter) GetAliasRequest

func (_e *MockLambdaAPI_Expecter) GetAliasRequest(_a0 interface{}) *MockLambdaAPI_GetAliasRequest_Call

GetAliasRequest is a helper method to define mock.On call

  • _a0 *lambda.GetAliasInput

func (*MockLambdaAPI_Expecter) GetAliasWithContext

func (_e *MockLambdaAPI_Expecter) GetAliasWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetAliasWithContext_Call

GetAliasWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetAliasInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetCodeSigningConfig

func (_e *MockLambdaAPI_Expecter) GetCodeSigningConfig(_a0 interface{}) *MockLambdaAPI_GetCodeSigningConfig_Call

GetCodeSigningConfig is a helper method to define mock.On call

  • _a0 *lambda.GetCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) GetCodeSigningConfigRequest

func (_e *MockLambdaAPI_Expecter) GetCodeSigningConfigRequest(_a0 interface{}) *MockLambdaAPI_GetCodeSigningConfigRequest_Call

GetCodeSigningConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.GetCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) GetCodeSigningConfigWithContext

func (_e *MockLambdaAPI_Expecter) GetCodeSigningConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetCodeSigningConfigWithContext_Call

GetCodeSigningConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetCodeSigningConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetEventSourceMapping

func (_e *MockLambdaAPI_Expecter) GetEventSourceMapping(_a0 interface{}) *MockLambdaAPI_GetEventSourceMapping_Call

GetEventSourceMapping is a helper method to define mock.On call

  • _a0 *lambda.GetEventSourceMappingInput

func (*MockLambdaAPI_Expecter) GetEventSourceMappingRequest

func (_e *MockLambdaAPI_Expecter) GetEventSourceMappingRequest(_a0 interface{}) *MockLambdaAPI_GetEventSourceMappingRequest_Call

GetEventSourceMappingRequest is a helper method to define mock.On call

  • _a0 *lambda.GetEventSourceMappingInput

func (*MockLambdaAPI_Expecter) GetEventSourceMappingWithContext

func (_e *MockLambdaAPI_Expecter) GetEventSourceMappingWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetEventSourceMappingWithContext_Call

GetEventSourceMappingWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetEventSourceMappingInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetFunction

func (_e *MockLambdaAPI_Expecter) GetFunction(_a0 interface{}) *MockLambdaAPI_GetFunction_Call

GetFunction is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionInput

func (*MockLambdaAPI_Expecter) GetFunctionCodeSigningConfig

func (_e *MockLambdaAPI_Expecter) GetFunctionCodeSigningConfig(_a0 interface{}) *MockLambdaAPI_GetFunctionCodeSigningConfig_Call

GetFunctionCodeSigningConfig is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) GetFunctionCodeSigningConfigRequest

func (_e *MockLambdaAPI_Expecter) GetFunctionCodeSigningConfigRequest(_a0 interface{}) *MockLambdaAPI_GetFunctionCodeSigningConfigRequest_Call

GetFunctionCodeSigningConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) GetFunctionCodeSigningConfigWithContext

func (_e *MockLambdaAPI_Expecter) GetFunctionCodeSigningConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetFunctionCodeSigningConfigWithContext_Call

GetFunctionCodeSigningConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetFunctionCodeSigningConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetFunctionConcurrency

func (_e *MockLambdaAPI_Expecter) GetFunctionConcurrency(_a0 interface{}) *MockLambdaAPI_GetFunctionConcurrency_Call

GetFunctionConcurrency is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionConcurrencyInput

func (*MockLambdaAPI_Expecter) GetFunctionConcurrencyRequest

func (_e *MockLambdaAPI_Expecter) GetFunctionConcurrencyRequest(_a0 interface{}) *MockLambdaAPI_GetFunctionConcurrencyRequest_Call

GetFunctionConcurrencyRequest is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionConcurrencyInput

func (*MockLambdaAPI_Expecter) GetFunctionConcurrencyWithContext

func (_e *MockLambdaAPI_Expecter) GetFunctionConcurrencyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetFunctionConcurrencyWithContext_Call

GetFunctionConcurrencyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetFunctionConcurrencyInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetFunctionConfiguration

func (_e *MockLambdaAPI_Expecter) GetFunctionConfiguration(_a0 interface{}) *MockLambdaAPI_GetFunctionConfiguration_Call

GetFunctionConfiguration is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionConfigurationInput

func (*MockLambdaAPI_Expecter) GetFunctionConfigurationRequest

func (_e *MockLambdaAPI_Expecter) GetFunctionConfigurationRequest(_a0 interface{}) *MockLambdaAPI_GetFunctionConfigurationRequest_Call

GetFunctionConfigurationRequest is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionConfigurationInput

func (*MockLambdaAPI_Expecter) GetFunctionConfigurationWithContext

func (_e *MockLambdaAPI_Expecter) GetFunctionConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetFunctionConfigurationWithContext_Call

GetFunctionConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetFunctionConfigurationInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetFunctionEventInvokeConfig

func (_e *MockLambdaAPI_Expecter) GetFunctionEventInvokeConfig(_a0 interface{}) *MockLambdaAPI_GetFunctionEventInvokeConfig_Call

GetFunctionEventInvokeConfig is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionEventInvokeConfigInput

func (*MockLambdaAPI_Expecter) GetFunctionEventInvokeConfigRequest

func (_e *MockLambdaAPI_Expecter) GetFunctionEventInvokeConfigRequest(_a0 interface{}) *MockLambdaAPI_GetFunctionEventInvokeConfigRequest_Call

GetFunctionEventInvokeConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionEventInvokeConfigInput

func (*MockLambdaAPI_Expecter) GetFunctionEventInvokeConfigWithContext

func (_e *MockLambdaAPI_Expecter) GetFunctionEventInvokeConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetFunctionEventInvokeConfigWithContext_Call

GetFunctionEventInvokeConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetFunctionEventInvokeConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetFunctionRequest

func (_e *MockLambdaAPI_Expecter) GetFunctionRequest(_a0 interface{}) *MockLambdaAPI_GetFunctionRequest_Call

GetFunctionRequest is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionInput

func (*MockLambdaAPI_Expecter) GetFunctionUrlConfig

func (_e *MockLambdaAPI_Expecter) GetFunctionUrlConfig(_a0 interface{}) *MockLambdaAPI_GetFunctionUrlConfig_Call

GetFunctionUrlConfig is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionUrlConfigInput

func (*MockLambdaAPI_Expecter) GetFunctionUrlConfigRequest

func (_e *MockLambdaAPI_Expecter) GetFunctionUrlConfigRequest(_a0 interface{}) *MockLambdaAPI_GetFunctionUrlConfigRequest_Call

GetFunctionUrlConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionUrlConfigInput

func (*MockLambdaAPI_Expecter) GetFunctionUrlConfigWithContext

func (_e *MockLambdaAPI_Expecter) GetFunctionUrlConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetFunctionUrlConfigWithContext_Call

GetFunctionUrlConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetFunctionUrlConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetFunctionWithContext

func (_e *MockLambdaAPI_Expecter) GetFunctionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetFunctionWithContext_Call

GetFunctionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetFunctionInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetLayerVersion

func (_e *MockLambdaAPI_Expecter) GetLayerVersion(_a0 interface{}) *MockLambdaAPI_GetLayerVersion_Call

GetLayerVersion is a helper method to define mock.On call

  • _a0 *lambda.GetLayerVersionInput

func (*MockLambdaAPI_Expecter) GetLayerVersionByArn

func (_e *MockLambdaAPI_Expecter) GetLayerVersionByArn(_a0 interface{}) *MockLambdaAPI_GetLayerVersionByArn_Call

GetLayerVersionByArn is a helper method to define mock.On call

  • _a0 *lambda.GetLayerVersionByArnInput

func (*MockLambdaAPI_Expecter) GetLayerVersionByArnRequest

func (_e *MockLambdaAPI_Expecter) GetLayerVersionByArnRequest(_a0 interface{}) *MockLambdaAPI_GetLayerVersionByArnRequest_Call

GetLayerVersionByArnRequest is a helper method to define mock.On call

  • _a0 *lambda.GetLayerVersionByArnInput

func (*MockLambdaAPI_Expecter) GetLayerVersionByArnWithContext

func (_e *MockLambdaAPI_Expecter) GetLayerVersionByArnWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetLayerVersionByArnWithContext_Call

GetLayerVersionByArnWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetLayerVersionByArnInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetLayerVersionPolicy

func (_e *MockLambdaAPI_Expecter) GetLayerVersionPolicy(_a0 interface{}) *MockLambdaAPI_GetLayerVersionPolicy_Call

GetLayerVersionPolicy is a helper method to define mock.On call

  • _a0 *lambda.GetLayerVersionPolicyInput

func (*MockLambdaAPI_Expecter) GetLayerVersionPolicyRequest

func (_e *MockLambdaAPI_Expecter) GetLayerVersionPolicyRequest(_a0 interface{}) *MockLambdaAPI_GetLayerVersionPolicyRequest_Call

GetLayerVersionPolicyRequest is a helper method to define mock.On call

  • _a0 *lambda.GetLayerVersionPolicyInput

func (*MockLambdaAPI_Expecter) GetLayerVersionPolicyWithContext

func (_e *MockLambdaAPI_Expecter) GetLayerVersionPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetLayerVersionPolicyWithContext_Call

GetLayerVersionPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetLayerVersionPolicyInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetLayerVersionRequest

func (_e *MockLambdaAPI_Expecter) GetLayerVersionRequest(_a0 interface{}) *MockLambdaAPI_GetLayerVersionRequest_Call

GetLayerVersionRequest is a helper method to define mock.On call

  • _a0 *lambda.GetLayerVersionInput

func (*MockLambdaAPI_Expecter) GetLayerVersionWithContext

func (_e *MockLambdaAPI_Expecter) GetLayerVersionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetLayerVersionWithContext_Call

GetLayerVersionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetLayerVersionInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetPolicy

func (_e *MockLambdaAPI_Expecter) GetPolicy(_a0 interface{}) *MockLambdaAPI_GetPolicy_Call

GetPolicy is a helper method to define mock.On call

  • _a0 *lambda.GetPolicyInput

func (*MockLambdaAPI_Expecter) GetPolicyRequest

func (_e *MockLambdaAPI_Expecter) GetPolicyRequest(_a0 interface{}) *MockLambdaAPI_GetPolicyRequest_Call

GetPolicyRequest is a helper method to define mock.On call

  • _a0 *lambda.GetPolicyInput

func (*MockLambdaAPI_Expecter) GetPolicyWithContext

func (_e *MockLambdaAPI_Expecter) GetPolicyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetPolicyWithContext_Call

GetPolicyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetPolicyInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetProvisionedConcurrencyConfig

func (_e *MockLambdaAPI_Expecter) GetProvisionedConcurrencyConfig(_a0 interface{}) *MockLambdaAPI_GetProvisionedConcurrencyConfig_Call

GetProvisionedConcurrencyConfig is a helper method to define mock.On call

  • _a0 *lambda.GetProvisionedConcurrencyConfigInput

func (*MockLambdaAPI_Expecter) GetProvisionedConcurrencyConfigRequest

func (_e *MockLambdaAPI_Expecter) GetProvisionedConcurrencyConfigRequest(_a0 interface{}) *MockLambdaAPI_GetProvisionedConcurrencyConfigRequest_Call

GetProvisionedConcurrencyConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.GetProvisionedConcurrencyConfigInput

func (*MockLambdaAPI_Expecter) GetProvisionedConcurrencyConfigWithContext

func (_e *MockLambdaAPI_Expecter) GetProvisionedConcurrencyConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetProvisionedConcurrencyConfigWithContext_Call

GetProvisionedConcurrencyConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetProvisionedConcurrencyConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) GetRuntimeManagementConfig

func (_e *MockLambdaAPI_Expecter) GetRuntimeManagementConfig(_a0 interface{}) *MockLambdaAPI_GetRuntimeManagementConfig_Call

GetRuntimeManagementConfig is a helper method to define mock.On call

  • _a0 *lambda.GetRuntimeManagementConfigInput

func (*MockLambdaAPI_Expecter) GetRuntimeManagementConfigRequest

func (_e *MockLambdaAPI_Expecter) GetRuntimeManagementConfigRequest(_a0 interface{}) *MockLambdaAPI_GetRuntimeManagementConfigRequest_Call

GetRuntimeManagementConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.GetRuntimeManagementConfigInput

func (*MockLambdaAPI_Expecter) GetRuntimeManagementConfigWithContext

func (_e *MockLambdaAPI_Expecter) GetRuntimeManagementConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_GetRuntimeManagementConfigWithContext_Call

GetRuntimeManagementConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetRuntimeManagementConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) Invoke

func (_e *MockLambdaAPI_Expecter) Invoke(_a0 interface{}) *MockLambdaAPI_Invoke_Call

Invoke is a helper method to define mock.On call

  • _a0 *lambda.InvokeInput

func (*MockLambdaAPI_Expecter) InvokeAsync

func (_e *MockLambdaAPI_Expecter) InvokeAsync(_a0 interface{}) *MockLambdaAPI_InvokeAsync_Call

InvokeAsync is a helper method to define mock.On call

  • _a0 *lambda.InvokeAsyncInput

func (*MockLambdaAPI_Expecter) InvokeAsyncRequest

func (_e *MockLambdaAPI_Expecter) InvokeAsyncRequest(_a0 interface{}) *MockLambdaAPI_InvokeAsyncRequest_Call

InvokeAsyncRequest is a helper method to define mock.On call

  • _a0 *lambda.InvokeAsyncInput

func (*MockLambdaAPI_Expecter) InvokeAsyncWithContext

func (_e *MockLambdaAPI_Expecter) InvokeAsyncWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_InvokeAsyncWithContext_Call

InvokeAsyncWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.InvokeAsyncInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) InvokeRequest

func (_e *MockLambdaAPI_Expecter) InvokeRequest(_a0 interface{}) *MockLambdaAPI_InvokeRequest_Call

InvokeRequest is a helper method to define mock.On call

  • _a0 *lambda.InvokeInput

func (*MockLambdaAPI_Expecter) InvokeWithContext

func (_e *MockLambdaAPI_Expecter) InvokeWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_InvokeWithContext_Call

InvokeWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.InvokeInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) InvokeWithResponseStream

func (_e *MockLambdaAPI_Expecter) InvokeWithResponseStream(_a0 interface{}) *MockLambdaAPI_InvokeWithResponseStream_Call

InvokeWithResponseStream is a helper method to define mock.On call

  • _a0 *lambda.InvokeWithResponseStreamInput

func (*MockLambdaAPI_Expecter) InvokeWithResponseStreamRequest

func (_e *MockLambdaAPI_Expecter) InvokeWithResponseStreamRequest(_a0 interface{}) *MockLambdaAPI_InvokeWithResponseStreamRequest_Call

InvokeWithResponseStreamRequest is a helper method to define mock.On call

  • _a0 *lambda.InvokeWithResponseStreamInput

func (*MockLambdaAPI_Expecter) InvokeWithResponseStreamWithContext

func (_e *MockLambdaAPI_Expecter) InvokeWithResponseStreamWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_InvokeWithResponseStreamWithContext_Call

InvokeWithResponseStreamWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.InvokeWithResponseStreamInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) ListAliases

func (_e *MockLambdaAPI_Expecter) ListAliases(_a0 interface{}) *MockLambdaAPI_ListAliases_Call

ListAliases is a helper method to define mock.On call

  • _a0 *lambda.ListAliasesInput

func (*MockLambdaAPI_Expecter) ListAliasesPages

func (_e *MockLambdaAPI_Expecter) ListAliasesPages(_a0 interface{}, _a1 interface{}) *MockLambdaAPI_ListAliasesPages_Call

ListAliasesPages is a helper method to define mock.On call

  • _a0 *lambda.ListAliasesInput
  • _a1 func(*lambda.ListAliasesOutput , bool) bool

func (*MockLambdaAPI_Expecter) ListAliasesPagesWithContext

func (_e *MockLambdaAPI_Expecter) ListAliasesPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockLambdaAPI_ListAliasesPagesWithContext_Call

ListAliasesPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListAliasesInput
  • _a2 func(*lambda.ListAliasesOutput , bool) bool
  • _a3 ...request.Option

func (*MockLambdaAPI_Expecter) ListAliasesRequest

func (_e *MockLambdaAPI_Expecter) ListAliasesRequest(_a0 interface{}) *MockLambdaAPI_ListAliasesRequest_Call

ListAliasesRequest is a helper method to define mock.On call

  • _a0 *lambda.ListAliasesInput

func (*MockLambdaAPI_Expecter) ListAliasesWithContext

func (_e *MockLambdaAPI_Expecter) ListAliasesWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_ListAliasesWithContext_Call

ListAliasesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListAliasesInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) ListCodeSigningConfigs

func (_e *MockLambdaAPI_Expecter) ListCodeSigningConfigs(_a0 interface{}) *MockLambdaAPI_ListCodeSigningConfigs_Call

ListCodeSigningConfigs is a helper method to define mock.On call

  • _a0 *lambda.ListCodeSigningConfigsInput

func (*MockLambdaAPI_Expecter) ListCodeSigningConfigsPages

func (_e *MockLambdaAPI_Expecter) ListCodeSigningConfigsPages(_a0 interface{}, _a1 interface{}) *MockLambdaAPI_ListCodeSigningConfigsPages_Call

ListCodeSigningConfigsPages is a helper method to define mock.On call

  • _a0 *lambda.ListCodeSigningConfigsInput
  • _a1 func(*lambda.ListCodeSigningConfigsOutput , bool) bool

func (*MockLambdaAPI_Expecter) ListCodeSigningConfigsPagesWithContext

func (_e *MockLambdaAPI_Expecter) ListCodeSigningConfigsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockLambdaAPI_ListCodeSigningConfigsPagesWithContext_Call

ListCodeSigningConfigsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListCodeSigningConfigsInput
  • _a2 func(*lambda.ListCodeSigningConfigsOutput , bool) bool
  • _a3 ...request.Option

func (*MockLambdaAPI_Expecter) ListCodeSigningConfigsRequest

func (_e *MockLambdaAPI_Expecter) ListCodeSigningConfigsRequest(_a0 interface{}) *MockLambdaAPI_ListCodeSigningConfigsRequest_Call

ListCodeSigningConfigsRequest is a helper method to define mock.On call

  • _a0 *lambda.ListCodeSigningConfigsInput

func (*MockLambdaAPI_Expecter) ListCodeSigningConfigsWithContext

func (_e *MockLambdaAPI_Expecter) ListCodeSigningConfigsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_ListCodeSigningConfigsWithContext_Call

ListCodeSigningConfigsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListCodeSigningConfigsInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) ListEventSourceMappings

func (_e *MockLambdaAPI_Expecter) ListEventSourceMappings(_a0 interface{}) *MockLambdaAPI_ListEventSourceMappings_Call

ListEventSourceMappings is a helper method to define mock.On call

  • _a0 *lambda.ListEventSourceMappingsInput

func (*MockLambdaAPI_Expecter) ListEventSourceMappingsPages

func (_e *MockLambdaAPI_Expecter) ListEventSourceMappingsPages(_a0 interface{}, _a1 interface{}) *MockLambdaAPI_ListEventSourceMappingsPages_Call

ListEventSourceMappingsPages is a helper method to define mock.On call

  • _a0 *lambda.ListEventSourceMappingsInput
  • _a1 func(*lambda.ListEventSourceMappingsOutput , bool) bool

func (*MockLambdaAPI_Expecter) ListEventSourceMappingsPagesWithContext

func (_e *MockLambdaAPI_Expecter) ListEventSourceMappingsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockLambdaAPI_ListEventSourceMappingsPagesWithContext_Call

ListEventSourceMappingsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListEventSourceMappingsInput
  • _a2 func(*lambda.ListEventSourceMappingsOutput , bool) bool
  • _a3 ...request.Option

func (*MockLambdaAPI_Expecter) ListEventSourceMappingsRequest

func (_e *MockLambdaAPI_Expecter) ListEventSourceMappingsRequest(_a0 interface{}) *MockLambdaAPI_ListEventSourceMappingsRequest_Call

ListEventSourceMappingsRequest is a helper method to define mock.On call

  • _a0 *lambda.ListEventSourceMappingsInput

func (*MockLambdaAPI_Expecter) ListEventSourceMappingsWithContext

func (_e *MockLambdaAPI_Expecter) ListEventSourceMappingsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_ListEventSourceMappingsWithContext_Call

ListEventSourceMappingsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListEventSourceMappingsInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) ListFunctionEventInvokeConfigs

func (_e *MockLambdaAPI_Expecter) ListFunctionEventInvokeConfigs(_a0 interface{}) *MockLambdaAPI_ListFunctionEventInvokeConfigs_Call

ListFunctionEventInvokeConfigs is a helper method to define mock.On call

  • _a0 *lambda.ListFunctionEventInvokeConfigsInput

func (*MockLambdaAPI_Expecter) ListFunctionEventInvokeConfigsPages

func (_e *MockLambdaAPI_Expecter) ListFunctionEventInvokeConfigsPages(_a0 interface{}, _a1 interface{}) *MockLambdaAPI_ListFunctionEventInvokeConfigsPages_Call

ListFunctionEventInvokeConfigsPages is a helper method to define mock.On call

  • _a0 *lambda.ListFunctionEventInvokeConfigsInput
  • _a1 func(*lambda.ListFunctionEventInvokeConfigsOutput , bool) bool

func (*MockLambdaAPI_Expecter) ListFunctionEventInvokeConfigsPagesWithContext

func (_e *MockLambdaAPI_Expecter) ListFunctionEventInvokeConfigsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockLambdaAPI_ListFunctionEventInvokeConfigsPagesWithContext_Call

ListFunctionEventInvokeConfigsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListFunctionEventInvokeConfigsInput
  • _a2 func(*lambda.ListFunctionEventInvokeConfigsOutput , bool) bool
  • _a3 ...request.Option

func (*MockLambdaAPI_Expecter) ListFunctionEventInvokeConfigsRequest

func (_e *MockLambdaAPI_Expecter) ListFunctionEventInvokeConfigsRequest(_a0 interface{}) *MockLambdaAPI_ListFunctionEventInvokeConfigsRequest_Call

ListFunctionEventInvokeConfigsRequest is a helper method to define mock.On call

  • _a0 *lambda.ListFunctionEventInvokeConfigsInput

func (*MockLambdaAPI_Expecter) ListFunctionEventInvokeConfigsWithContext

func (_e *MockLambdaAPI_Expecter) ListFunctionEventInvokeConfigsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_ListFunctionEventInvokeConfigsWithContext_Call

ListFunctionEventInvokeConfigsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListFunctionEventInvokeConfigsInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) ListFunctionUrlConfigs

func (_e *MockLambdaAPI_Expecter) ListFunctionUrlConfigs(_a0 interface{}) *MockLambdaAPI_ListFunctionUrlConfigs_Call

ListFunctionUrlConfigs is a helper method to define mock.On call

  • _a0 *lambda.ListFunctionUrlConfigsInput

func (*MockLambdaAPI_Expecter) ListFunctionUrlConfigsPages

func (_e *MockLambdaAPI_Expecter) ListFunctionUrlConfigsPages(_a0 interface{}, _a1 interface{}) *MockLambdaAPI_ListFunctionUrlConfigsPages_Call

ListFunctionUrlConfigsPages is a helper method to define mock.On call

  • _a0 *lambda.ListFunctionUrlConfigsInput
  • _a1 func(*lambda.ListFunctionUrlConfigsOutput , bool) bool

func (*MockLambdaAPI_Expecter) ListFunctionUrlConfigsPagesWithContext

func (_e *MockLambdaAPI_Expecter) ListFunctionUrlConfigsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockLambdaAPI_ListFunctionUrlConfigsPagesWithContext_Call

ListFunctionUrlConfigsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListFunctionUrlConfigsInput
  • _a2 func(*lambda.ListFunctionUrlConfigsOutput , bool) bool
  • _a3 ...request.Option

func (*MockLambdaAPI_Expecter) ListFunctionUrlConfigsRequest

func (_e *MockLambdaAPI_Expecter) ListFunctionUrlConfigsRequest(_a0 interface{}) *MockLambdaAPI_ListFunctionUrlConfigsRequest_Call

ListFunctionUrlConfigsRequest is a helper method to define mock.On call

  • _a0 *lambda.ListFunctionUrlConfigsInput

func (*MockLambdaAPI_Expecter) ListFunctionUrlConfigsWithContext

func (_e *MockLambdaAPI_Expecter) ListFunctionUrlConfigsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_ListFunctionUrlConfigsWithContext_Call

ListFunctionUrlConfigsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListFunctionUrlConfigsInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) ListFunctions

func (_e *MockLambdaAPI_Expecter) ListFunctions(_a0 interface{}) *MockLambdaAPI_ListFunctions_Call

ListFunctions is a helper method to define mock.On call

  • _a0 *lambda.ListFunctionsInput

func (*MockLambdaAPI_Expecter) ListFunctionsByCodeSigningConfig

func (_e *MockLambdaAPI_Expecter) ListFunctionsByCodeSigningConfig(_a0 interface{}) *MockLambdaAPI_ListFunctionsByCodeSigningConfig_Call

ListFunctionsByCodeSigningConfig is a helper method to define mock.On call

  • _a0 *lambda.ListFunctionsByCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) ListFunctionsByCodeSigningConfigPages

func (_e *MockLambdaAPI_Expecter) ListFunctionsByCodeSigningConfigPages(_a0 interface{}, _a1 interface{}) *MockLambdaAPI_ListFunctionsByCodeSigningConfigPages_Call

ListFunctionsByCodeSigningConfigPages is a helper method to define mock.On call

  • _a0 *lambda.ListFunctionsByCodeSigningConfigInput
  • _a1 func(*lambda.ListFunctionsByCodeSigningConfigOutput , bool) bool

func (*MockLambdaAPI_Expecter) ListFunctionsByCodeSigningConfigPagesWithContext

func (_e *MockLambdaAPI_Expecter) ListFunctionsByCodeSigningConfigPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockLambdaAPI_ListFunctionsByCodeSigningConfigPagesWithContext_Call

ListFunctionsByCodeSigningConfigPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListFunctionsByCodeSigningConfigInput
  • _a2 func(*lambda.ListFunctionsByCodeSigningConfigOutput , bool) bool
  • _a3 ...request.Option

func (*MockLambdaAPI_Expecter) ListFunctionsByCodeSigningConfigRequest

func (_e *MockLambdaAPI_Expecter) ListFunctionsByCodeSigningConfigRequest(_a0 interface{}) *MockLambdaAPI_ListFunctionsByCodeSigningConfigRequest_Call

ListFunctionsByCodeSigningConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.ListFunctionsByCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) ListFunctionsByCodeSigningConfigWithContext

func (_e *MockLambdaAPI_Expecter) ListFunctionsByCodeSigningConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_ListFunctionsByCodeSigningConfigWithContext_Call

ListFunctionsByCodeSigningConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListFunctionsByCodeSigningConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) ListFunctionsPages

func (_e *MockLambdaAPI_Expecter) ListFunctionsPages(_a0 interface{}, _a1 interface{}) *MockLambdaAPI_ListFunctionsPages_Call

ListFunctionsPages is a helper method to define mock.On call

  • _a0 *lambda.ListFunctionsInput
  • _a1 func(*lambda.ListFunctionsOutput , bool) bool

func (*MockLambdaAPI_Expecter) ListFunctionsPagesWithContext

func (_e *MockLambdaAPI_Expecter) ListFunctionsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockLambdaAPI_ListFunctionsPagesWithContext_Call

ListFunctionsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListFunctionsInput
  • _a2 func(*lambda.ListFunctionsOutput , bool) bool
  • _a3 ...request.Option

func (*MockLambdaAPI_Expecter) ListFunctionsRequest

func (_e *MockLambdaAPI_Expecter) ListFunctionsRequest(_a0 interface{}) *MockLambdaAPI_ListFunctionsRequest_Call

ListFunctionsRequest is a helper method to define mock.On call

  • _a0 *lambda.ListFunctionsInput

func (*MockLambdaAPI_Expecter) ListFunctionsWithContext

func (_e *MockLambdaAPI_Expecter) ListFunctionsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_ListFunctionsWithContext_Call

ListFunctionsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListFunctionsInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) ListLayerVersions

func (_e *MockLambdaAPI_Expecter) ListLayerVersions(_a0 interface{}) *MockLambdaAPI_ListLayerVersions_Call

ListLayerVersions is a helper method to define mock.On call

  • _a0 *lambda.ListLayerVersionsInput

func (*MockLambdaAPI_Expecter) ListLayerVersionsPages

func (_e *MockLambdaAPI_Expecter) ListLayerVersionsPages(_a0 interface{}, _a1 interface{}) *MockLambdaAPI_ListLayerVersionsPages_Call

ListLayerVersionsPages is a helper method to define mock.On call

  • _a0 *lambda.ListLayerVersionsInput
  • _a1 func(*lambda.ListLayerVersionsOutput , bool) bool

func (*MockLambdaAPI_Expecter) ListLayerVersionsPagesWithContext

func (_e *MockLambdaAPI_Expecter) ListLayerVersionsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockLambdaAPI_ListLayerVersionsPagesWithContext_Call

ListLayerVersionsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListLayerVersionsInput
  • _a2 func(*lambda.ListLayerVersionsOutput , bool) bool
  • _a3 ...request.Option

func (*MockLambdaAPI_Expecter) ListLayerVersionsRequest

func (_e *MockLambdaAPI_Expecter) ListLayerVersionsRequest(_a0 interface{}) *MockLambdaAPI_ListLayerVersionsRequest_Call

ListLayerVersionsRequest is a helper method to define mock.On call

  • _a0 *lambda.ListLayerVersionsInput

func (*MockLambdaAPI_Expecter) ListLayerVersionsWithContext

func (_e *MockLambdaAPI_Expecter) ListLayerVersionsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_ListLayerVersionsWithContext_Call

ListLayerVersionsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListLayerVersionsInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) ListLayers

func (_e *MockLambdaAPI_Expecter) ListLayers(_a0 interface{}) *MockLambdaAPI_ListLayers_Call

ListLayers is a helper method to define mock.On call

  • _a0 *lambda.ListLayersInput

func (*MockLambdaAPI_Expecter) ListLayersPages

func (_e *MockLambdaAPI_Expecter) ListLayersPages(_a0 interface{}, _a1 interface{}) *MockLambdaAPI_ListLayersPages_Call

ListLayersPages is a helper method to define mock.On call

  • _a0 *lambda.ListLayersInput
  • _a1 func(*lambda.ListLayersOutput , bool) bool

func (*MockLambdaAPI_Expecter) ListLayersPagesWithContext

func (_e *MockLambdaAPI_Expecter) ListLayersPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockLambdaAPI_ListLayersPagesWithContext_Call

ListLayersPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListLayersInput
  • _a2 func(*lambda.ListLayersOutput , bool) bool
  • _a3 ...request.Option

func (*MockLambdaAPI_Expecter) ListLayersRequest

func (_e *MockLambdaAPI_Expecter) ListLayersRequest(_a0 interface{}) *MockLambdaAPI_ListLayersRequest_Call

ListLayersRequest is a helper method to define mock.On call

  • _a0 *lambda.ListLayersInput

func (*MockLambdaAPI_Expecter) ListLayersWithContext

func (_e *MockLambdaAPI_Expecter) ListLayersWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_ListLayersWithContext_Call

ListLayersWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListLayersInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) ListProvisionedConcurrencyConfigs

func (_e *MockLambdaAPI_Expecter) ListProvisionedConcurrencyConfigs(_a0 interface{}) *MockLambdaAPI_ListProvisionedConcurrencyConfigs_Call

ListProvisionedConcurrencyConfigs is a helper method to define mock.On call

  • _a0 *lambda.ListProvisionedConcurrencyConfigsInput

func (*MockLambdaAPI_Expecter) ListProvisionedConcurrencyConfigsPages

func (_e *MockLambdaAPI_Expecter) ListProvisionedConcurrencyConfigsPages(_a0 interface{}, _a1 interface{}) *MockLambdaAPI_ListProvisionedConcurrencyConfigsPages_Call

ListProvisionedConcurrencyConfigsPages is a helper method to define mock.On call

  • _a0 *lambda.ListProvisionedConcurrencyConfigsInput
  • _a1 func(*lambda.ListProvisionedConcurrencyConfigsOutput , bool) bool

func (*MockLambdaAPI_Expecter) ListProvisionedConcurrencyConfigsPagesWithContext

func (_e *MockLambdaAPI_Expecter) ListProvisionedConcurrencyConfigsPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockLambdaAPI_ListProvisionedConcurrencyConfigsPagesWithContext_Call

ListProvisionedConcurrencyConfigsPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListProvisionedConcurrencyConfigsInput
  • _a2 func(*lambda.ListProvisionedConcurrencyConfigsOutput , bool) bool
  • _a3 ...request.Option

func (*MockLambdaAPI_Expecter) ListProvisionedConcurrencyConfigsRequest

func (_e *MockLambdaAPI_Expecter) ListProvisionedConcurrencyConfigsRequest(_a0 interface{}) *MockLambdaAPI_ListProvisionedConcurrencyConfigsRequest_Call

ListProvisionedConcurrencyConfigsRequest is a helper method to define mock.On call

  • _a0 *lambda.ListProvisionedConcurrencyConfigsInput

func (*MockLambdaAPI_Expecter) ListProvisionedConcurrencyConfigsWithContext

func (_e *MockLambdaAPI_Expecter) ListProvisionedConcurrencyConfigsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_ListProvisionedConcurrencyConfigsWithContext_Call

ListProvisionedConcurrencyConfigsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListProvisionedConcurrencyConfigsInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) ListTags

func (_e *MockLambdaAPI_Expecter) ListTags(_a0 interface{}) *MockLambdaAPI_ListTags_Call

ListTags is a helper method to define mock.On call

  • _a0 *lambda.ListTagsInput

func (*MockLambdaAPI_Expecter) ListTagsRequest

func (_e *MockLambdaAPI_Expecter) ListTagsRequest(_a0 interface{}) *MockLambdaAPI_ListTagsRequest_Call

ListTagsRequest is a helper method to define mock.On call

  • _a0 *lambda.ListTagsInput

func (*MockLambdaAPI_Expecter) ListTagsWithContext

func (_e *MockLambdaAPI_Expecter) ListTagsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_ListTagsWithContext_Call

ListTagsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListTagsInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) ListVersionsByFunction

func (_e *MockLambdaAPI_Expecter) ListVersionsByFunction(_a0 interface{}) *MockLambdaAPI_ListVersionsByFunction_Call

ListVersionsByFunction is a helper method to define mock.On call

  • _a0 *lambda.ListVersionsByFunctionInput

func (*MockLambdaAPI_Expecter) ListVersionsByFunctionPages

func (_e *MockLambdaAPI_Expecter) ListVersionsByFunctionPages(_a0 interface{}, _a1 interface{}) *MockLambdaAPI_ListVersionsByFunctionPages_Call

ListVersionsByFunctionPages is a helper method to define mock.On call

  • _a0 *lambda.ListVersionsByFunctionInput
  • _a1 func(*lambda.ListVersionsByFunctionOutput , bool) bool

func (*MockLambdaAPI_Expecter) ListVersionsByFunctionPagesWithContext

func (_e *MockLambdaAPI_Expecter) ListVersionsByFunctionPagesWithContext(_a0 interface{}, _a1 interface{}, _a2 interface{}, _a3 ...interface{}) *MockLambdaAPI_ListVersionsByFunctionPagesWithContext_Call

ListVersionsByFunctionPagesWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListVersionsByFunctionInput
  • _a2 func(*lambda.ListVersionsByFunctionOutput , bool) bool
  • _a3 ...request.Option

func (*MockLambdaAPI_Expecter) ListVersionsByFunctionRequest

func (_e *MockLambdaAPI_Expecter) ListVersionsByFunctionRequest(_a0 interface{}) *MockLambdaAPI_ListVersionsByFunctionRequest_Call

ListVersionsByFunctionRequest is a helper method to define mock.On call

  • _a0 *lambda.ListVersionsByFunctionInput

func (*MockLambdaAPI_Expecter) ListVersionsByFunctionWithContext

func (_e *MockLambdaAPI_Expecter) ListVersionsByFunctionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_ListVersionsByFunctionWithContext_Call

ListVersionsByFunctionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.ListVersionsByFunctionInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) PublishLayerVersion

func (_e *MockLambdaAPI_Expecter) PublishLayerVersion(_a0 interface{}) *MockLambdaAPI_PublishLayerVersion_Call

PublishLayerVersion is a helper method to define mock.On call

  • _a0 *lambda.PublishLayerVersionInput

func (*MockLambdaAPI_Expecter) PublishLayerVersionRequest

func (_e *MockLambdaAPI_Expecter) PublishLayerVersionRequest(_a0 interface{}) *MockLambdaAPI_PublishLayerVersionRequest_Call

PublishLayerVersionRequest is a helper method to define mock.On call

  • _a0 *lambda.PublishLayerVersionInput

func (*MockLambdaAPI_Expecter) PublishLayerVersionWithContext

func (_e *MockLambdaAPI_Expecter) PublishLayerVersionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_PublishLayerVersionWithContext_Call

PublishLayerVersionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.PublishLayerVersionInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) PublishVersion

func (_e *MockLambdaAPI_Expecter) PublishVersion(_a0 interface{}) *MockLambdaAPI_PublishVersion_Call

PublishVersion is a helper method to define mock.On call

  • _a0 *lambda.PublishVersionInput

func (*MockLambdaAPI_Expecter) PublishVersionRequest

func (_e *MockLambdaAPI_Expecter) PublishVersionRequest(_a0 interface{}) *MockLambdaAPI_PublishVersionRequest_Call

PublishVersionRequest is a helper method to define mock.On call

  • _a0 *lambda.PublishVersionInput

func (*MockLambdaAPI_Expecter) PublishVersionWithContext

func (_e *MockLambdaAPI_Expecter) PublishVersionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_PublishVersionWithContext_Call

PublishVersionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.PublishVersionInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) PutFunctionCodeSigningConfig

func (_e *MockLambdaAPI_Expecter) PutFunctionCodeSigningConfig(_a0 interface{}) *MockLambdaAPI_PutFunctionCodeSigningConfig_Call

PutFunctionCodeSigningConfig is a helper method to define mock.On call

  • _a0 *lambda.PutFunctionCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) PutFunctionCodeSigningConfigRequest

func (_e *MockLambdaAPI_Expecter) PutFunctionCodeSigningConfigRequest(_a0 interface{}) *MockLambdaAPI_PutFunctionCodeSigningConfigRequest_Call

PutFunctionCodeSigningConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.PutFunctionCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) PutFunctionCodeSigningConfigWithContext

func (_e *MockLambdaAPI_Expecter) PutFunctionCodeSigningConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_PutFunctionCodeSigningConfigWithContext_Call

PutFunctionCodeSigningConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.PutFunctionCodeSigningConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) PutFunctionConcurrency

func (_e *MockLambdaAPI_Expecter) PutFunctionConcurrency(_a0 interface{}) *MockLambdaAPI_PutFunctionConcurrency_Call

PutFunctionConcurrency is a helper method to define mock.On call

  • _a0 *lambda.PutFunctionConcurrencyInput

func (*MockLambdaAPI_Expecter) PutFunctionConcurrencyRequest

func (_e *MockLambdaAPI_Expecter) PutFunctionConcurrencyRequest(_a0 interface{}) *MockLambdaAPI_PutFunctionConcurrencyRequest_Call

PutFunctionConcurrencyRequest is a helper method to define mock.On call

  • _a0 *lambda.PutFunctionConcurrencyInput

func (*MockLambdaAPI_Expecter) PutFunctionConcurrencyWithContext

func (_e *MockLambdaAPI_Expecter) PutFunctionConcurrencyWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_PutFunctionConcurrencyWithContext_Call

PutFunctionConcurrencyWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.PutFunctionConcurrencyInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) PutFunctionEventInvokeConfig

func (_e *MockLambdaAPI_Expecter) PutFunctionEventInvokeConfig(_a0 interface{}) *MockLambdaAPI_PutFunctionEventInvokeConfig_Call

PutFunctionEventInvokeConfig is a helper method to define mock.On call

  • _a0 *lambda.PutFunctionEventInvokeConfigInput

func (*MockLambdaAPI_Expecter) PutFunctionEventInvokeConfigRequest

func (_e *MockLambdaAPI_Expecter) PutFunctionEventInvokeConfigRequest(_a0 interface{}) *MockLambdaAPI_PutFunctionEventInvokeConfigRequest_Call

PutFunctionEventInvokeConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.PutFunctionEventInvokeConfigInput

func (*MockLambdaAPI_Expecter) PutFunctionEventInvokeConfigWithContext

func (_e *MockLambdaAPI_Expecter) PutFunctionEventInvokeConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_PutFunctionEventInvokeConfigWithContext_Call

PutFunctionEventInvokeConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.PutFunctionEventInvokeConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) PutProvisionedConcurrencyConfig

func (_e *MockLambdaAPI_Expecter) PutProvisionedConcurrencyConfig(_a0 interface{}) *MockLambdaAPI_PutProvisionedConcurrencyConfig_Call

PutProvisionedConcurrencyConfig is a helper method to define mock.On call

  • _a0 *lambda.PutProvisionedConcurrencyConfigInput

func (*MockLambdaAPI_Expecter) PutProvisionedConcurrencyConfigRequest

func (_e *MockLambdaAPI_Expecter) PutProvisionedConcurrencyConfigRequest(_a0 interface{}) *MockLambdaAPI_PutProvisionedConcurrencyConfigRequest_Call

PutProvisionedConcurrencyConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.PutProvisionedConcurrencyConfigInput

func (*MockLambdaAPI_Expecter) PutProvisionedConcurrencyConfigWithContext

func (_e *MockLambdaAPI_Expecter) PutProvisionedConcurrencyConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_PutProvisionedConcurrencyConfigWithContext_Call

PutProvisionedConcurrencyConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.PutProvisionedConcurrencyConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) PutRuntimeManagementConfig

func (_e *MockLambdaAPI_Expecter) PutRuntimeManagementConfig(_a0 interface{}) *MockLambdaAPI_PutRuntimeManagementConfig_Call

PutRuntimeManagementConfig is a helper method to define mock.On call

  • _a0 *lambda.PutRuntimeManagementConfigInput

func (*MockLambdaAPI_Expecter) PutRuntimeManagementConfigRequest

func (_e *MockLambdaAPI_Expecter) PutRuntimeManagementConfigRequest(_a0 interface{}) *MockLambdaAPI_PutRuntimeManagementConfigRequest_Call

PutRuntimeManagementConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.PutRuntimeManagementConfigInput

func (*MockLambdaAPI_Expecter) PutRuntimeManagementConfigWithContext

func (_e *MockLambdaAPI_Expecter) PutRuntimeManagementConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_PutRuntimeManagementConfigWithContext_Call

PutRuntimeManagementConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.PutRuntimeManagementConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) RemoveLayerVersionPermission

func (_e *MockLambdaAPI_Expecter) RemoveLayerVersionPermission(_a0 interface{}) *MockLambdaAPI_RemoveLayerVersionPermission_Call

RemoveLayerVersionPermission is a helper method to define mock.On call

  • _a0 *lambda.RemoveLayerVersionPermissionInput

func (*MockLambdaAPI_Expecter) RemoveLayerVersionPermissionRequest

func (_e *MockLambdaAPI_Expecter) RemoveLayerVersionPermissionRequest(_a0 interface{}) *MockLambdaAPI_RemoveLayerVersionPermissionRequest_Call

RemoveLayerVersionPermissionRequest is a helper method to define mock.On call

  • _a0 *lambda.RemoveLayerVersionPermissionInput

func (*MockLambdaAPI_Expecter) RemoveLayerVersionPermissionWithContext

func (_e *MockLambdaAPI_Expecter) RemoveLayerVersionPermissionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_RemoveLayerVersionPermissionWithContext_Call

RemoveLayerVersionPermissionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.RemoveLayerVersionPermissionInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) RemovePermission

func (_e *MockLambdaAPI_Expecter) RemovePermission(_a0 interface{}) *MockLambdaAPI_RemovePermission_Call

RemovePermission is a helper method to define mock.On call

  • _a0 *lambda.RemovePermissionInput

func (*MockLambdaAPI_Expecter) RemovePermissionRequest

func (_e *MockLambdaAPI_Expecter) RemovePermissionRequest(_a0 interface{}) *MockLambdaAPI_RemovePermissionRequest_Call

RemovePermissionRequest is a helper method to define mock.On call

  • _a0 *lambda.RemovePermissionInput

func (*MockLambdaAPI_Expecter) RemovePermissionWithContext

func (_e *MockLambdaAPI_Expecter) RemovePermissionWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_RemovePermissionWithContext_Call

RemovePermissionWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.RemovePermissionInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) TagResource

func (_e *MockLambdaAPI_Expecter) TagResource(_a0 interface{}) *MockLambdaAPI_TagResource_Call

TagResource is a helper method to define mock.On call

  • _a0 *lambda.TagResourceInput

func (*MockLambdaAPI_Expecter) TagResourceRequest

func (_e *MockLambdaAPI_Expecter) TagResourceRequest(_a0 interface{}) *MockLambdaAPI_TagResourceRequest_Call

TagResourceRequest is a helper method to define mock.On call

  • _a0 *lambda.TagResourceInput

func (*MockLambdaAPI_Expecter) TagResourceWithContext

func (_e *MockLambdaAPI_Expecter) TagResourceWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_TagResourceWithContext_Call

TagResourceWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.TagResourceInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) UntagResource

func (_e *MockLambdaAPI_Expecter) UntagResource(_a0 interface{}) *MockLambdaAPI_UntagResource_Call

UntagResource is a helper method to define mock.On call

  • _a0 *lambda.UntagResourceInput

func (*MockLambdaAPI_Expecter) UntagResourceRequest

func (_e *MockLambdaAPI_Expecter) UntagResourceRequest(_a0 interface{}) *MockLambdaAPI_UntagResourceRequest_Call

UntagResourceRequest is a helper method to define mock.On call

  • _a0 *lambda.UntagResourceInput

func (*MockLambdaAPI_Expecter) UntagResourceWithContext

func (_e *MockLambdaAPI_Expecter) UntagResourceWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_UntagResourceWithContext_Call

UntagResourceWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.UntagResourceInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) UpdateAlias

func (_e *MockLambdaAPI_Expecter) UpdateAlias(_a0 interface{}) *MockLambdaAPI_UpdateAlias_Call

UpdateAlias is a helper method to define mock.On call

  • _a0 *lambda.UpdateAliasInput

func (*MockLambdaAPI_Expecter) UpdateAliasRequest

func (_e *MockLambdaAPI_Expecter) UpdateAliasRequest(_a0 interface{}) *MockLambdaAPI_UpdateAliasRequest_Call

UpdateAliasRequest is a helper method to define mock.On call

  • _a0 *lambda.UpdateAliasInput

func (*MockLambdaAPI_Expecter) UpdateAliasWithContext

func (_e *MockLambdaAPI_Expecter) UpdateAliasWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_UpdateAliasWithContext_Call

UpdateAliasWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.UpdateAliasInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) UpdateCodeSigningConfig

func (_e *MockLambdaAPI_Expecter) UpdateCodeSigningConfig(_a0 interface{}) *MockLambdaAPI_UpdateCodeSigningConfig_Call

UpdateCodeSigningConfig is a helper method to define mock.On call

  • _a0 *lambda.UpdateCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) UpdateCodeSigningConfigRequest

func (_e *MockLambdaAPI_Expecter) UpdateCodeSigningConfigRequest(_a0 interface{}) *MockLambdaAPI_UpdateCodeSigningConfigRequest_Call

UpdateCodeSigningConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.UpdateCodeSigningConfigInput

func (*MockLambdaAPI_Expecter) UpdateCodeSigningConfigWithContext

func (_e *MockLambdaAPI_Expecter) UpdateCodeSigningConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_UpdateCodeSigningConfigWithContext_Call

UpdateCodeSigningConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.UpdateCodeSigningConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) UpdateEventSourceMapping

func (_e *MockLambdaAPI_Expecter) UpdateEventSourceMapping(_a0 interface{}) *MockLambdaAPI_UpdateEventSourceMapping_Call

UpdateEventSourceMapping is a helper method to define mock.On call

  • _a0 *lambda.UpdateEventSourceMappingInput

func (*MockLambdaAPI_Expecter) UpdateEventSourceMappingRequest

func (_e *MockLambdaAPI_Expecter) UpdateEventSourceMappingRequest(_a0 interface{}) *MockLambdaAPI_UpdateEventSourceMappingRequest_Call

UpdateEventSourceMappingRequest is a helper method to define mock.On call

  • _a0 *lambda.UpdateEventSourceMappingInput

func (*MockLambdaAPI_Expecter) UpdateEventSourceMappingWithContext

func (_e *MockLambdaAPI_Expecter) UpdateEventSourceMappingWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_UpdateEventSourceMappingWithContext_Call

UpdateEventSourceMappingWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.UpdateEventSourceMappingInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) UpdateFunctionCode

func (_e *MockLambdaAPI_Expecter) UpdateFunctionCode(_a0 interface{}) *MockLambdaAPI_UpdateFunctionCode_Call

UpdateFunctionCode is a helper method to define mock.On call

  • _a0 *lambda.UpdateFunctionCodeInput

func (*MockLambdaAPI_Expecter) UpdateFunctionCodeRequest

func (_e *MockLambdaAPI_Expecter) UpdateFunctionCodeRequest(_a0 interface{}) *MockLambdaAPI_UpdateFunctionCodeRequest_Call

UpdateFunctionCodeRequest is a helper method to define mock.On call

  • _a0 *lambda.UpdateFunctionCodeInput

func (*MockLambdaAPI_Expecter) UpdateFunctionCodeWithContext

func (_e *MockLambdaAPI_Expecter) UpdateFunctionCodeWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_UpdateFunctionCodeWithContext_Call

UpdateFunctionCodeWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.UpdateFunctionCodeInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) UpdateFunctionConfiguration

func (_e *MockLambdaAPI_Expecter) UpdateFunctionConfiguration(_a0 interface{}) *MockLambdaAPI_UpdateFunctionConfiguration_Call

UpdateFunctionConfiguration is a helper method to define mock.On call

  • _a0 *lambda.UpdateFunctionConfigurationInput

func (*MockLambdaAPI_Expecter) UpdateFunctionConfigurationRequest

func (_e *MockLambdaAPI_Expecter) UpdateFunctionConfigurationRequest(_a0 interface{}) *MockLambdaAPI_UpdateFunctionConfigurationRequest_Call

UpdateFunctionConfigurationRequest is a helper method to define mock.On call

  • _a0 *lambda.UpdateFunctionConfigurationInput

func (*MockLambdaAPI_Expecter) UpdateFunctionConfigurationWithContext

func (_e *MockLambdaAPI_Expecter) UpdateFunctionConfigurationWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_UpdateFunctionConfigurationWithContext_Call

UpdateFunctionConfigurationWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.UpdateFunctionConfigurationInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) UpdateFunctionEventInvokeConfig

func (_e *MockLambdaAPI_Expecter) UpdateFunctionEventInvokeConfig(_a0 interface{}) *MockLambdaAPI_UpdateFunctionEventInvokeConfig_Call

UpdateFunctionEventInvokeConfig is a helper method to define mock.On call

  • _a0 *lambda.UpdateFunctionEventInvokeConfigInput

func (*MockLambdaAPI_Expecter) UpdateFunctionEventInvokeConfigRequest

func (_e *MockLambdaAPI_Expecter) UpdateFunctionEventInvokeConfigRequest(_a0 interface{}) *MockLambdaAPI_UpdateFunctionEventInvokeConfigRequest_Call

UpdateFunctionEventInvokeConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.UpdateFunctionEventInvokeConfigInput

func (*MockLambdaAPI_Expecter) UpdateFunctionEventInvokeConfigWithContext

func (_e *MockLambdaAPI_Expecter) UpdateFunctionEventInvokeConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_UpdateFunctionEventInvokeConfigWithContext_Call

UpdateFunctionEventInvokeConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.UpdateFunctionEventInvokeConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) UpdateFunctionUrlConfig

func (_e *MockLambdaAPI_Expecter) UpdateFunctionUrlConfig(_a0 interface{}) *MockLambdaAPI_UpdateFunctionUrlConfig_Call

UpdateFunctionUrlConfig is a helper method to define mock.On call

  • _a0 *lambda.UpdateFunctionUrlConfigInput

func (*MockLambdaAPI_Expecter) UpdateFunctionUrlConfigRequest

func (_e *MockLambdaAPI_Expecter) UpdateFunctionUrlConfigRequest(_a0 interface{}) *MockLambdaAPI_UpdateFunctionUrlConfigRequest_Call

UpdateFunctionUrlConfigRequest is a helper method to define mock.On call

  • _a0 *lambda.UpdateFunctionUrlConfigInput

func (*MockLambdaAPI_Expecter) UpdateFunctionUrlConfigWithContext

func (_e *MockLambdaAPI_Expecter) UpdateFunctionUrlConfigWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_UpdateFunctionUrlConfigWithContext_Call

UpdateFunctionUrlConfigWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.UpdateFunctionUrlConfigInput
  • _a2 ...request.Option

func (*MockLambdaAPI_Expecter) WaitUntilFunctionActive

func (_e *MockLambdaAPI_Expecter) WaitUntilFunctionActive(_a0 interface{}) *MockLambdaAPI_WaitUntilFunctionActive_Call

WaitUntilFunctionActive is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionConfigurationInput

func (*MockLambdaAPI_Expecter) WaitUntilFunctionActiveV2

func (_e *MockLambdaAPI_Expecter) WaitUntilFunctionActiveV2(_a0 interface{}) *MockLambdaAPI_WaitUntilFunctionActiveV2_Call

WaitUntilFunctionActiveV2 is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionInput

func (*MockLambdaAPI_Expecter) WaitUntilFunctionActiveV2WithContext

func (_e *MockLambdaAPI_Expecter) WaitUntilFunctionActiveV2WithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_WaitUntilFunctionActiveV2WithContext_Call

WaitUntilFunctionActiveV2WithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetFunctionInput
  • _a2 ...request.WaiterOption

func (*MockLambdaAPI_Expecter) WaitUntilFunctionActiveWithContext

func (_e *MockLambdaAPI_Expecter) WaitUntilFunctionActiveWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_WaitUntilFunctionActiveWithContext_Call

WaitUntilFunctionActiveWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetFunctionConfigurationInput
  • _a2 ...request.WaiterOption

func (*MockLambdaAPI_Expecter) WaitUntilFunctionExists

func (_e *MockLambdaAPI_Expecter) WaitUntilFunctionExists(_a0 interface{}) *MockLambdaAPI_WaitUntilFunctionExists_Call

WaitUntilFunctionExists is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionInput

func (*MockLambdaAPI_Expecter) WaitUntilFunctionExistsWithContext

func (_e *MockLambdaAPI_Expecter) WaitUntilFunctionExistsWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_WaitUntilFunctionExistsWithContext_Call

WaitUntilFunctionExistsWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetFunctionInput
  • _a2 ...request.WaiterOption

func (*MockLambdaAPI_Expecter) WaitUntilFunctionUpdated

func (_e *MockLambdaAPI_Expecter) WaitUntilFunctionUpdated(_a0 interface{}) *MockLambdaAPI_WaitUntilFunctionUpdated_Call

WaitUntilFunctionUpdated is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionConfigurationInput

func (*MockLambdaAPI_Expecter) WaitUntilFunctionUpdatedV2

func (_e *MockLambdaAPI_Expecter) WaitUntilFunctionUpdatedV2(_a0 interface{}) *MockLambdaAPI_WaitUntilFunctionUpdatedV2_Call

WaitUntilFunctionUpdatedV2 is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionInput

func (*MockLambdaAPI_Expecter) WaitUntilFunctionUpdatedV2WithContext

func (_e *MockLambdaAPI_Expecter) WaitUntilFunctionUpdatedV2WithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_WaitUntilFunctionUpdatedV2WithContext_Call

WaitUntilFunctionUpdatedV2WithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetFunctionInput
  • _a2 ...request.WaiterOption

func (*MockLambdaAPI_Expecter) WaitUntilFunctionUpdatedWithContext

func (_e *MockLambdaAPI_Expecter) WaitUntilFunctionUpdatedWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_WaitUntilFunctionUpdatedWithContext_Call

WaitUntilFunctionUpdatedWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetFunctionConfigurationInput
  • _a2 ...request.WaiterOption

func (*MockLambdaAPI_Expecter) WaitUntilPublishedVersionActive

func (_e *MockLambdaAPI_Expecter) WaitUntilPublishedVersionActive(_a0 interface{}) *MockLambdaAPI_WaitUntilPublishedVersionActive_Call

WaitUntilPublishedVersionActive is a helper method to define mock.On call

  • _a0 *lambda.GetFunctionConfigurationInput

func (*MockLambdaAPI_Expecter) WaitUntilPublishedVersionActiveWithContext

func (_e *MockLambdaAPI_Expecter) WaitUntilPublishedVersionActiveWithContext(_a0 interface{}, _a1 interface{}, _a2 ...interface{}) *MockLambdaAPI_WaitUntilPublishedVersionActiveWithContext_Call

WaitUntilPublishedVersionActiveWithContext is a helper method to define mock.On call

  • _a0 context.Context
  • _a1 *lambda.GetFunctionConfigurationInput
  • _a2 ...request.WaiterOption

type MockLambdaAPI_GetAccountSettingsRequest_Call

type MockLambdaAPI_GetAccountSettingsRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetAccountSettingsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountSettingsRequest'

func (*MockLambdaAPI_GetAccountSettingsRequest_Call) Run

type MockLambdaAPI_GetAccountSettingsWithContext_Call

type MockLambdaAPI_GetAccountSettingsWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetAccountSettingsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountSettingsWithContext'

func (*MockLambdaAPI_GetAccountSettingsWithContext_Call) Return

func (*MockLambdaAPI_GetAccountSettingsWithContext_Call) Run

type MockLambdaAPI_GetAccountSettings_Call

type MockLambdaAPI_GetAccountSettings_Call struct {
	*mock.Call
}

MockLambdaAPI_GetAccountSettings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAccountSettings'

func (*MockLambdaAPI_GetAccountSettings_Call) Return

func (*MockLambdaAPI_GetAccountSettings_Call) Run

type MockLambdaAPI_GetAliasRequest_Call

type MockLambdaAPI_GetAliasRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetAliasRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAliasRequest'

func (*MockLambdaAPI_GetAliasRequest_Call) Return

func (*MockLambdaAPI_GetAliasRequest_Call) Run

func (*MockLambdaAPI_GetAliasRequest_Call) RunAndReturn

type MockLambdaAPI_GetAliasWithContext_Call

type MockLambdaAPI_GetAliasWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetAliasWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAliasWithContext'

func (*MockLambdaAPI_GetAliasWithContext_Call) Return

func (*MockLambdaAPI_GetAliasWithContext_Call) Run

type MockLambdaAPI_GetAlias_Call

type MockLambdaAPI_GetAlias_Call struct {
	*mock.Call
}

MockLambdaAPI_GetAlias_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetAlias'

func (*MockLambdaAPI_GetAlias_Call) Return

func (*MockLambdaAPI_GetAlias_Call) Run

func (*MockLambdaAPI_GetAlias_Call) RunAndReturn

type MockLambdaAPI_GetCodeSigningConfigRequest_Call

type MockLambdaAPI_GetCodeSigningConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetCodeSigningConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCodeSigningConfigRequest'

func (*MockLambdaAPI_GetCodeSigningConfigRequest_Call) Run

type MockLambdaAPI_GetCodeSigningConfigWithContext_Call

type MockLambdaAPI_GetCodeSigningConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetCodeSigningConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCodeSigningConfigWithContext'

func (*MockLambdaAPI_GetCodeSigningConfigWithContext_Call) Return

func (*MockLambdaAPI_GetCodeSigningConfigWithContext_Call) Run

type MockLambdaAPI_GetCodeSigningConfig_Call

type MockLambdaAPI_GetCodeSigningConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_GetCodeSigningConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetCodeSigningConfig'

func (*MockLambdaAPI_GetCodeSigningConfig_Call) Return

func (*MockLambdaAPI_GetCodeSigningConfig_Call) Run

type MockLambdaAPI_GetEventSourceMappingRequest_Call

type MockLambdaAPI_GetEventSourceMappingRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetEventSourceMappingRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEventSourceMappingRequest'

func (*MockLambdaAPI_GetEventSourceMappingRequest_Call) Run

type MockLambdaAPI_GetEventSourceMappingWithContext_Call

type MockLambdaAPI_GetEventSourceMappingWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetEventSourceMappingWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEventSourceMappingWithContext'

func (*MockLambdaAPI_GetEventSourceMappingWithContext_Call) Run

type MockLambdaAPI_GetEventSourceMapping_Call

type MockLambdaAPI_GetEventSourceMapping_Call struct {
	*mock.Call
}

MockLambdaAPI_GetEventSourceMapping_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEventSourceMapping'

func (*MockLambdaAPI_GetEventSourceMapping_Call) Return

func (*MockLambdaAPI_GetEventSourceMapping_Call) Run

type MockLambdaAPI_GetFunctionCodeSigningConfigRequest_Call

type MockLambdaAPI_GetFunctionCodeSigningConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionCodeSigningConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionCodeSigningConfigRequest'

func (*MockLambdaAPI_GetFunctionCodeSigningConfigRequest_Call) Run

type MockLambdaAPI_GetFunctionCodeSigningConfigWithContext_Call

type MockLambdaAPI_GetFunctionCodeSigningConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionCodeSigningConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionCodeSigningConfigWithContext'

type MockLambdaAPI_GetFunctionCodeSigningConfig_Call

type MockLambdaAPI_GetFunctionCodeSigningConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionCodeSigningConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionCodeSigningConfig'

func (*MockLambdaAPI_GetFunctionCodeSigningConfig_Call) Run

type MockLambdaAPI_GetFunctionConcurrencyRequest_Call

type MockLambdaAPI_GetFunctionConcurrencyRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionConcurrencyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionConcurrencyRequest'

func (*MockLambdaAPI_GetFunctionConcurrencyRequest_Call) Run

type MockLambdaAPI_GetFunctionConcurrencyWithContext_Call

type MockLambdaAPI_GetFunctionConcurrencyWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionConcurrencyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionConcurrencyWithContext'

func (*MockLambdaAPI_GetFunctionConcurrencyWithContext_Call) Run

type MockLambdaAPI_GetFunctionConcurrency_Call

type MockLambdaAPI_GetFunctionConcurrency_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionConcurrency_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionConcurrency'

func (*MockLambdaAPI_GetFunctionConcurrency_Call) Return

func (*MockLambdaAPI_GetFunctionConcurrency_Call) Run

type MockLambdaAPI_GetFunctionConfigurationRequest_Call

type MockLambdaAPI_GetFunctionConfigurationRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionConfigurationRequest'

func (*MockLambdaAPI_GetFunctionConfigurationRequest_Call) Run

type MockLambdaAPI_GetFunctionConfigurationWithContext_Call

type MockLambdaAPI_GetFunctionConfigurationWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionConfigurationWithContext'

func (*MockLambdaAPI_GetFunctionConfigurationWithContext_Call) Return

func (*MockLambdaAPI_GetFunctionConfigurationWithContext_Call) Run

type MockLambdaAPI_GetFunctionConfiguration_Call

type MockLambdaAPI_GetFunctionConfiguration_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionConfiguration'

func (*MockLambdaAPI_GetFunctionConfiguration_Call) Return

func (*MockLambdaAPI_GetFunctionConfiguration_Call) Run

type MockLambdaAPI_GetFunctionEventInvokeConfigRequest_Call

type MockLambdaAPI_GetFunctionEventInvokeConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionEventInvokeConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionEventInvokeConfigRequest'

func (*MockLambdaAPI_GetFunctionEventInvokeConfigRequest_Call) Run

type MockLambdaAPI_GetFunctionEventInvokeConfigWithContext_Call

type MockLambdaAPI_GetFunctionEventInvokeConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionEventInvokeConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionEventInvokeConfigWithContext'

type MockLambdaAPI_GetFunctionEventInvokeConfig_Call

type MockLambdaAPI_GetFunctionEventInvokeConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionEventInvokeConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionEventInvokeConfig'

func (*MockLambdaAPI_GetFunctionEventInvokeConfig_Call) Run

type MockLambdaAPI_GetFunctionRequest_Call

type MockLambdaAPI_GetFunctionRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionRequest'

func (*MockLambdaAPI_GetFunctionRequest_Call) Return

func (*MockLambdaAPI_GetFunctionRequest_Call) Run

func (*MockLambdaAPI_GetFunctionRequest_Call) RunAndReturn

type MockLambdaAPI_GetFunctionUrlConfigRequest_Call

type MockLambdaAPI_GetFunctionUrlConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionUrlConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionUrlConfigRequest'

func (*MockLambdaAPI_GetFunctionUrlConfigRequest_Call) Run

type MockLambdaAPI_GetFunctionUrlConfigWithContext_Call

type MockLambdaAPI_GetFunctionUrlConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionUrlConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionUrlConfigWithContext'

func (*MockLambdaAPI_GetFunctionUrlConfigWithContext_Call) Return

func (*MockLambdaAPI_GetFunctionUrlConfigWithContext_Call) Run

type MockLambdaAPI_GetFunctionUrlConfig_Call

type MockLambdaAPI_GetFunctionUrlConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionUrlConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionUrlConfig'

func (*MockLambdaAPI_GetFunctionUrlConfig_Call) Return

func (*MockLambdaAPI_GetFunctionUrlConfig_Call) Run

type MockLambdaAPI_GetFunctionWithContext_Call

type MockLambdaAPI_GetFunctionWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunctionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunctionWithContext'

func (*MockLambdaAPI_GetFunctionWithContext_Call) Return

func (*MockLambdaAPI_GetFunctionWithContext_Call) Run

type MockLambdaAPI_GetFunction_Call

type MockLambdaAPI_GetFunction_Call struct {
	*mock.Call
}

MockLambdaAPI_GetFunction_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFunction'

func (*MockLambdaAPI_GetFunction_Call) Return

func (*MockLambdaAPI_GetFunction_Call) Run

func (*MockLambdaAPI_GetFunction_Call) RunAndReturn

type MockLambdaAPI_GetLayerVersionByArnRequest_Call

type MockLambdaAPI_GetLayerVersionByArnRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetLayerVersionByArnRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLayerVersionByArnRequest'

func (*MockLambdaAPI_GetLayerVersionByArnRequest_Call) Run

type MockLambdaAPI_GetLayerVersionByArnWithContext_Call

type MockLambdaAPI_GetLayerVersionByArnWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetLayerVersionByArnWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLayerVersionByArnWithContext'

func (*MockLambdaAPI_GetLayerVersionByArnWithContext_Call) Return

func (*MockLambdaAPI_GetLayerVersionByArnWithContext_Call) Run

type MockLambdaAPI_GetLayerVersionByArn_Call

type MockLambdaAPI_GetLayerVersionByArn_Call struct {
	*mock.Call
}

MockLambdaAPI_GetLayerVersionByArn_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLayerVersionByArn'

func (*MockLambdaAPI_GetLayerVersionByArn_Call) Return

func (*MockLambdaAPI_GetLayerVersionByArn_Call) Run

type MockLambdaAPI_GetLayerVersionPolicyRequest_Call

type MockLambdaAPI_GetLayerVersionPolicyRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetLayerVersionPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLayerVersionPolicyRequest'

func (*MockLambdaAPI_GetLayerVersionPolicyRequest_Call) Run

type MockLambdaAPI_GetLayerVersionPolicyWithContext_Call

type MockLambdaAPI_GetLayerVersionPolicyWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetLayerVersionPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLayerVersionPolicyWithContext'

func (*MockLambdaAPI_GetLayerVersionPolicyWithContext_Call) Run

type MockLambdaAPI_GetLayerVersionPolicy_Call

type MockLambdaAPI_GetLayerVersionPolicy_Call struct {
	*mock.Call
}

MockLambdaAPI_GetLayerVersionPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLayerVersionPolicy'

func (*MockLambdaAPI_GetLayerVersionPolicy_Call) Return

func (*MockLambdaAPI_GetLayerVersionPolicy_Call) Run

type MockLambdaAPI_GetLayerVersionRequest_Call

type MockLambdaAPI_GetLayerVersionRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetLayerVersionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLayerVersionRequest'

func (*MockLambdaAPI_GetLayerVersionRequest_Call) Return

func (*MockLambdaAPI_GetLayerVersionRequest_Call) Run

type MockLambdaAPI_GetLayerVersionWithContext_Call

type MockLambdaAPI_GetLayerVersionWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetLayerVersionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLayerVersionWithContext'

func (*MockLambdaAPI_GetLayerVersionWithContext_Call) Return

func (*MockLambdaAPI_GetLayerVersionWithContext_Call) Run

type MockLambdaAPI_GetLayerVersion_Call

type MockLambdaAPI_GetLayerVersion_Call struct {
	*mock.Call
}

MockLambdaAPI_GetLayerVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetLayerVersion'

func (*MockLambdaAPI_GetLayerVersion_Call) Return

func (*MockLambdaAPI_GetLayerVersion_Call) Run

func (*MockLambdaAPI_GetLayerVersion_Call) RunAndReturn

type MockLambdaAPI_GetPolicyRequest_Call

type MockLambdaAPI_GetPolicyRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetPolicyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPolicyRequest'

func (*MockLambdaAPI_GetPolicyRequest_Call) Return

func (*MockLambdaAPI_GetPolicyRequest_Call) Run

func (*MockLambdaAPI_GetPolicyRequest_Call) RunAndReturn

type MockLambdaAPI_GetPolicyWithContext_Call

type MockLambdaAPI_GetPolicyWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetPolicyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPolicyWithContext'

func (*MockLambdaAPI_GetPolicyWithContext_Call) Return

func (*MockLambdaAPI_GetPolicyWithContext_Call) Run

type MockLambdaAPI_GetPolicy_Call

type MockLambdaAPI_GetPolicy_Call struct {
	*mock.Call
}

MockLambdaAPI_GetPolicy_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPolicy'

func (*MockLambdaAPI_GetPolicy_Call) Return

func (*MockLambdaAPI_GetPolicy_Call) Run

func (*MockLambdaAPI_GetPolicy_Call) RunAndReturn

type MockLambdaAPI_GetProvisionedConcurrencyConfigRequest_Call

type MockLambdaAPI_GetProvisionedConcurrencyConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetProvisionedConcurrencyConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProvisionedConcurrencyConfigRequest'

type MockLambdaAPI_GetProvisionedConcurrencyConfigWithContext_Call

type MockLambdaAPI_GetProvisionedConcurrencyConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetProvisionedConcurrencyConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProvisionedConcurrencyConfigWithContext'

type MockLambdaAPI_GetProvisionedConcurrencyConfig_Call

type MockLambdaAPI_GetProvisionedConcurrencyConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_GetProvisionedConcurrencyConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetProvisionedConcurrencyConfig'

func (*MockLambdaAPI_GetProvisionedConcurrencyConfig_Call) Run

type MockLambdaAPI_GetRuntimeManagementConfigRequest_Call

type MockLambdaAPI_GetRuntimeManagementConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_GetRuntimeManagementConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRuntimeManagementConfigRequest'

func (*MockLambdaAPI_GetRuntimeManagementConfigRequest_Call) Run

type MockLambdaAPI_GetRuntimeManagementConfigWithContext_Call

type MockLambdaAPI_GetRuntimeManagementConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_GetRuntimeManagementConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRuntimeManagementConfigWithContext'

func (*MockLambdaAPI_GetRuntimeManagementConfigWithContext_Call) Run

type MockLambdaAPI_GetRuntimeManagementConfig_Call

type MockLambdaAPI_GetRuntimeManagementConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_GetRuntimeManagementConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetRuntimeManagementConfig'

func (*MockLambdaAPI_GetRuntimeManagementConfig_Call) Run

type MockLambdaAPI_InvokeAsyncRequest_Call

type MockLambdaAPI_InvokeAsyncRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_InvokeAsyncRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InvokeAsyncRequest'

func (*MockLambdaAPI_InvokeAsyncRequest_Call) Return

func (*MockLambdaAPI_InvokeAsyncRequest_Call) Run

func (*MockLambdaAPI_InvokeAsyncRequest_Call) RunAndReturn

type MockLambdaAPI_InvokeAsyncWithContext_Call

type MockLambdaAPI_InvokeAsyncWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_InvokeAsyncWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InvokeAsyncWithContext'

func (*MockLambdaAPI_InvokeAsyncWithContext_Call) Return

func (*MockLambdaAPI_InvokeAsyncWithContext_Call) Run

type MockLambdaAPI_InvokeAsync_Call

type MockLambdaAPI_InvokeAsync_Call struct {
	*mock.Call
}

MockLambdaAPI_InvokeAsync_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InvokeAsync'

func (*MockLambdaAPI_InvokeAsync_Call) Return

func (*MockLambdaAPI_InvokeAsync_Call) Run

func (*MockLambdaAPI_InvokeAsync_Call) RunAndReturn

type MockLambdaAPI_InvokeRequest_Call

type MockLambdaAPI_InvokeRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_InvokeRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InvokeRequest'

func (*MockLambdaAPI_InvokeRequest_Call) Return

func (*MockLambdaAPI_InvokeRequest_Call) Run

func (*MockLambdaAPI_InvokeRequest_Call) RunAndReturn

type MockLambdaAPI_InvokeWithContext_Call

type MockLambdaAPI_InvokeWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_InvokeWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InvokeWithContext'

func (*MockLambdaAPI_InvokeWithContext_Call) Return

func (*MockLambdaAPI_InvokeWithContext_Call) Run

func (*MockLambdaAPI_InvokeWithContext_Call) RunAndReturn

type MockLambdaAPI_InvokeWithResponseStreamRequest_Call

type MockLambdaAPI_InvokeWithResponseStreamRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_InvokeWithResponseStreamRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InvokeWithResponseStreamRequest'

func (*MockLambdaAPI_InvokeWithResponseStreamRequest_Call) Run

type MockLambdaAPI_InvokeWithResponseStreamWithContext_Call

type MockLambdaAPI_InvokeWithResponseStreamWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_InvokeWithResponseStreamWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InvokeWithResponseStreamWithContext'

func (*MockLambdaAPI_InvokeWithResponseStreamWithContext_Call) Run

type MockLambdaAPI_InvokeWithResponseStream_Call

type MockLambdaAPI_InvokeWithResponseStream_Call struct {
	*mock.Call
}

MockLambdaAPI_InvokeWithResponseStream_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InvokeWithResponseStream'

func (*MockLambdaAPI_InvokeWithResponseStream_Call) Return

func (*MockLambdaAPI_InvokeWithResponseStream_Call) Run

type MockLambdaAPI_Invoke_Call

type MockLambdaAPI_Invoke_Call struct {
	*mock.Call
}

MockLambdaAPI_Invoke_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Invoke'

func (*MockLambdaAPI_Invoke_Call) Return

func (*MockLambdaAPI_Invoke_Call) Run

func (*MockLambdaAPI_Invoke_Call) RunAndReturn

type MockLambdaAPI_ListAliasesPagesWithContext_Call

type MockLambdaAPI_ListAliasesPagesWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListAliasesPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAliasesPagesWithContext'

func (*MockLambdaAPI_ListAliasesPagesWithContext_Call) Return

func (*MockLambdaAPI_ListAliasesPagesWithContext_Call) Run

type MockLambdaAPI_ListAliasesPages_Call

type MockLambdaAPI_ListAliasesPages_Call struct {
	*mock.Call
}

MockLambdaAPI_ListAliasesPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAliasesPages'

func (*MockLambdaAPI_ListAliasesPages_Call) Return

func (*MockLambdaAPI_ListAliasesPages_Call) Run

func (*MockLambdaAPI_ListAliasesPages_Call) RunAndReturn

type MockLambdaAPI_ListAliasesRequest_Call

type MockLambdaAPI_ListAliasesRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_ListAliasesRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAliasesRequest'

func (*MockLambdaAPI_ListAliasesRequest_Call) Return

func (*MockLambdaAPI_ListAliasesRequest_Call) Run

func (*MockLambdaAPI_ListAliasesRequest_Call) RunAndReturn

type MockLambdaAPI_ListAliasesWithContext_Call

type MockLambdaAPI_ListAliasesWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListAliasesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAliasesWithContext'

func (*MockLambdaAPI_ListAliasesWithContext_Call) Return

func (*MockLambdaAPI_ListAliasesWithContext_Call) Run

type MockLambdaAPI_ListAliases_Call

type MockLambdaAPI_ListAliases_Call struct {
	*mock.Call
}

MockLambdaAPI_ListAliases_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAliases'

func (*MockLambdaAPI_ListAliases_Call) Return

func (*MockLambdaAPI_ListAliases_Call) Run

func (*MockLambdaAPI_ListAliases_Call) RunAndReturn

type MockLambdaAPI_ListCodeSigningConfigsPagesWithContext_Call

type MockLambdaAPI_ListCodeSigningConfigsPagesWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListCodeSigningConfigsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListCodeSigningConfigsPagesWithContext'

func (*MockLambdaAPI_ListCodeSigningConfigsPagesWithContext_Call) Return

type MockLambdaAPI_ListCodeSigningConfigsPages_Call

type MockLambdaAPI_ListCodeSigningConfigsPages_Call struct {
	*mock.Call
}

MockLambdaAPI_ListCodeSigningConfigsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListCodeSigningConfigsPages'

func (*MockLambdaAPI_ListCodeSigningConfigsPages_Call) Return

type MockLambdaAPI_ListCodeSigningConfigsRequest_Call

type MockLambdaAPI_ListCodeSigningConfigsRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_ListCodeSigningConfigsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListCodeSigningConfigsRequest'

func (*MockLambdaAPI_ListCodeSigningConfigsRequest_Call) Run

type MockLambdaAPI_ListCodeSigningConfigsWithContext_Call

type MockLambdaAPI_ListCodeSigningConfigsWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListCodeSigningConfigsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListCodeSigningConfigsWithContext'

func (*MockLambdaAPI_ListCodeSigningConfigsWithContext_Call) Run

type MockLambdaAPI_ListCodeSigningConfigs_Call

type MockLambdaAPI_ListCodeSigningConfigs_Call struct {
	*mock.Call
}

MockLambdaAPI_ListCodeSigningConfigs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListCodeSigningConfigs'

func (*MockLambdaAPI_ListCodeSigningConfigs_Call) Return

func (*MockLambdaAPI_ListCodeSigningConfigs_Call) Run

type MockLambdaAPI_ListEventSourceMappingsPagesWithContext_Call

type MockLambdaAPI_ListEventSourceMappingsPagesWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListEventSourceMappingsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEventSourceMappingsPagesWithContext'

func (*MockLambdaAPI_ListEventSourceMappingsPagesWithContext_Call) Return

type MockLambdaAPI_ListEventSourceMappingsPages_Call

type MockLambdaAPI_ListEventSourceMappingsPages_Call struct {
	*mock.Call
}

MockLambdaAPI_ListEventSourceMappingsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEventSourceMappingsPages'

func (*MockLambdaAPI_ListEventSourceMappingsPages_Call) Return

type MockLambdaAPI_ListEventSourceMappingsRequest_Call

type MockLambdaAPI_ListEventSourceMappingsRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_ListEventSourceMappingsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEventSourceMappingsRequest'

func (*MockLambdaAPI_ListEventSourceMappingsRequest_Call) Run

type MockLambdaAPI_ListEventSourceMappingsWithContext_Call

type MockLambdaAPI_ListEventSourceMappingsWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListEventSourceMappingsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEventSourceMappingsWithContext'

func (*MockLambdaAPI_ListEventSourceMappingsWithContext_Call) Run

type MockLambdaAPI_ListEventSourceMappings_Call

type MockLambdaAPI_ListEventSourceMappings_Call struct {
	*mock.Call
}

MockLambdaAPI_ListEventSourceMappings_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEventSourceMappings'

func (*MockLambdaAPI_ListEventSourceMappings_Call) Return

func (*MockLambdaAPI_ListEventSourceMappings_Call) Run

type MockLambdaAPI_ListFunctionEventInvokeConfigsPagesWithContext_Call

type MockLambdaAPI_ListFunctionEventInvokeConfigsPagesWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionEventInvokeConfigsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionEventInvokeConfigsPagesWithContext'

func (*MockLambdaAPI_ListFunctionEventInvokeConfigsPagesWithContext_Call) Return

type MockLambdaAPI_ListFunctionEventInvokeConfigsPages_Call

type MockLambdaAPI_ListFunctionEventInvokeConfigsPages_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionEventInvokeConfigsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionEventInvokeConfigsPages'

func (*MockLambdaAPI_ListFunctionEventInvokeConfigsPages_Call) Return

type MockLambdaAPI_ListFunctionEventInvokeConfigsRequest_Call

type MockLambdaAPI_ListFunctionEventInvokeConfigsRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionEventInvokeConfigsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionEventInvokeConfigsRequest'

type MockLambdaAPI_ListFunctionEventInvokeConfigsWithContext_Call

type MockLambdaAPI_ListFunctionEventInvokeConfigsWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionEventInvokeConfigsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionEventInvokeConfigsWithContext'

type MockLambdaAPI_ListFunctionEventInvokeConfigs_Call

type MockLambdaAPI_ListFunctionEventInvokeConfigs_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionEventInvokeConfigs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionEventInvokeConfigs'

func (*MockLambdaAPI_ListFunctionEventInvokeConfigs_Call) Run

type MockLambdaAPI_ListFunctionUrlConfigsPagesWithContext_Call

type MockLambdaAPI_ListFunctionUrlConfigsPagesWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionUrlConfigsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionUrlConfigsPagesWithContext'

func (*MockLambdaAPI_ListFunctionUrlConfigsPagesWithContext_Call) Return

type MockLambdaAPI_ListFunctionUrlConfigsPages_Call

type MockLambdaAPI_ListFunctionUrlConfigsPages_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionUrlConfigsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionUrlConfigsPages'

func (*MockLambdaAPI_ListFunctionUrlConfigsPages_Call) Return

type MockLambdaAPI_ListFunctionUrlConfigsRequest_Call

type MockLambdaAPI_ListFunctionUrlConfigsRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionUrlConfigsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionUrlConfigsRequest'

func (*MockLambdaAPI_ListFunctionUrlConfigsRequest_Call) Run

type MockLambdaAPI_ListFunctionUrlConfigsWithContext_Call

type MockLambdaAPI_ListFunctionUrlConfigsWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionUrlConfigsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionUrlConfigsWithContext'

func (*MockLambdaAPI_ListFunctionUrlConfigsWithContext_Call) Run

type MockLambdaAPI_ListFunctionUrlConfigs_Call

type MockLambdaAPI_ListFunctionUrlConfigs_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionUrlConfigs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionUrlConfigs'

func (*MockLambdaAPI_ListFunctionUrlConfigs_Call) Return

func (*MockLambdaAPI_ListFunctionUrlConfigs_Call) Run

type MockLambdaAPI_ListFunctionsByCodeSigningConfigPagesWithContext_Call

type MockLambdaAPI_ListFunctionsByCodeSigningConfigPagesWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionsByCodeSigningConfigPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionsByCodeSigningConfigPagesWithContext'

func (*MockLambdaAPI_ListFunctionsByCodeSigningConfigPagesWithContext_Call) Return

type MockLambdaAPI_ListFunctionsByCodeSigningConfigPages_Call

type MockLambdaAPI_ListFunctionsByCodeSigningConfigPages_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionsByCodeSigningConfigPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionsByCodeSigningConfigPages'

func (*MockLambdaAPI_ListFunctionsByCodeSigningConfigPages_Call) Return

type MockLambdaAPI_ListFunctionsByCodeSigningConfigRequest_Call

type MockLambdaAPI_ListFunctionsByCodeSigningConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionsByCodeSigningConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionsByCodeSigningConfigRequest'

type MockLambdaAPI_ListFunctionsByCodeSigningConfigWithContext_Call

type MockLambdaAPI_ListFunctionsByCodeSigningConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionsByCodeSigningConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionsByCodeSigningConfigWithContext'

type MockLambdaAPI_ListFunctionsByCodeSigningConfig_Call

type MockLambdaAPI_ListFunctionsByCodeSigningConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionsByCodeSigningConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionsByCodeSigningConfig'

type MockLambdaAPI_ListFunctionsPagesWithContext_Call

type MockLambdaAPI_ListFunctionsPagesWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionsPagesWithContext'

func (*MockLambdaAPI_ListFunctionsPagesWithContext_Call) Return

func (*MockLambdaAPI_ListFunctionsPagesWithContext_Call) Run

type MockLambdaAPI_ListFunctionsPages_Call

type MockLambdaAPI_ListFunctionsPages_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionsPages'

func (*MockLambdaAPI_ListFunctionsPages_Call) Return

func (*MockLambdaAPI_ListFunctionsPages_Call) Run

func (*MockLambdaAPI_ListFunctionsPages_Call) RunAndReturn

type MockLambdaAPI_ListFunctionsRequest_Call

type MockLambdaAPI_ListFunctionsRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionsRequest'

func (*MockLambdaAPI_ListFunctionsRequest_Call) Return

func (*MockLambdaAPI_ListFunctionsRequest_Call) Run

type MockLambdaAPI_ListFunctionsWithContext_Call

type MockLambdaAPI_ListFunctionsWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctionsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctionsWithContext'

func (*MockLambdaAPI_ListFunctionsWithContext_Call) Return

func (*MockLambdaAPI_ListFunctionsWithContext_Call) Run

type MockLambdaAPI_ListFunctions_Call

type MockLambdaAPI_ListFunctions_Call struct {
	*mock.Call
}

MockLambdaAPI_ListFunctions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFunctions'

func (*MockLambdaAPI_ListFunctions_Call) Return

func (*MockLambdaAPI_ListFunctions_Call) Run

func (*MockLambdaAPI_ListFunctions_Call) RunAndReturn

type MockLambdaAPI_ListLayerVersionsPagesWithContext_Call

type MockLambdaAPI_ListLayerVersionsPagesWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListLayerVersionsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLayerVersionsPagesWithContext'

func (*MockLambdaAPI_ListLayerVersionsPagesWithContext_Call) Return

func (*MockLambdaAPI_ListLayerVersionsPagesWithContext_Call) Run

type MockLambdaAPI_ListLayerVersionsPages_Call

type MockLambdaAPI_ListLayerVersionsPages_Call struct {
	*mock.Call
}

MockLambdaAPI_ListLayerVersionsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLayerVersionsPages'

func (*MockLambdaAPI_ListLayerVersionsPages_Call) Return

func (*MockLambdaAPI_ListLayerVersionsPages_Call) Run

type MockLambdaAPI_ListLayerVersionsRequest_Call

type MockLambdaAPI_ListLayerVersionsRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_ListLayerVersionsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLayerVersionsRequest'

func (*MockLambdaAPI_ListLayerVersionsRequest_Call) Return

func (*MockLambdaAPI_ListLayerVersionsRequest_Call) Run

type MockLambdaAPI_ListLayerVersionsWithContext_Call

type MockLambdaAPI_ListLayerVersionsWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListLayerVersionsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLayerVersionsWithContext'

func (*MockLambdaAPI_ListLayerVersionsWithContext_Call) Return

func (*MockLambdaAPI_ListLayerVersionsWithContext_Call) Run

type MockLambdaAPI_ListLayerVersions_Call

type MockLambdaAPI_ListLayerVersions_Call struct {
	*mock.Call
}

MockLambdaAPI_ListLayerVersions_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLayerVersions'

func (*MockLambdaAPI_ListLayerVersions_Call) Return

func (*MockLambdaAPI_ListLayerVersions_Call) Run

type MockLambdaAPI_ListLayersPagesWithContext_Call

type MockLambdaAPI_ListLayersPagesWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListLayersPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLayersPagesWithContext'

func (*MockLambdaAPI_ListLayersPagesWithContext_Call) Return

func (*MockLambdaAPI_ListLayersPagesWithContext_Call) Run

type MockLambdaAPI_ListLayersPages_Call

type MockLambdaAPI_ListLayersPages_Call struct {
	*mock.Call
}

MockLambdaAPI_ListLayersPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLayersPages'

func (*MockLambdaAPI_ListLayersPages_Call) Return

func (*MockLambdaAPI_ListLayersPages_Call) Run

func (*MockLambdaAPI_ListLayersPages_Call) RunAndReturn

type MockLambdaAPI_ListLayersRequest_Call

type MockLambdaAPI_ListLayersRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_ListLayersRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLayersRequest'

func (*MockLambdaAPI_ListLayersRequest_Call) Return

func (*MockLambdaAPI_ListLayersRequest_Call) Run

func (*MockLambdaAPI_ListLayersRequest_Call) RunAndReturn

type MockLambdaAPI_ListLayersWithContext_Call

type MockLambdaAPI_ListLayersWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListLayersWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLayersWithContext'

func (*MockLambdaAPI_ListLayersWithContext_Call) Return

func (*MockLambdaAPI_ListLayersWithContext_Call) Run

type MockLambdaAPI_ListLayers_Call

type MockLambdaAPI_ListLayers_Call struct {
	*mock.Call
}

MockLambdaAPI_ListLayers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListLayers'

func (*MockLambdaAPI_ListLayers_Call) Return

func (*MockLambdaAPI_ListLayers_Call) Run

func (*MockLambdaAPI_ListLayers_Call) RunAndReturn

type MockLambdaAPI_ListProvisionedConcurrencyConfigsPagesWithContext_Call

type MockLambdaAPI_ListProvisionedConcurrencyConfigsPagesWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListProvisionedConcurrencyConfigsPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProvisionedConcurrencyConfigsPagesWithContext'

func (*MockLambdaAPI_ListProvisionedConcurrencyConfigsPagesWithContext_Call) Return

type MockLambdaAPI_ListProvisionedConcurrencyConfigsPages_Call

type MockLambdaAPI_ListProvisionedConcurrencyConfigsPages_Call struct {
	*mock.Call
}

MockLambdaAPI_ListProvisionedConcurrencyConfigsPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProvisionedConcurrencyConfigsPages'

func (*MockLambdaAPI_ListProvisionedConcurrencyConfigsPages_Call) Return

type MockLambdaAPI_ListProvisionedConcurrencyConfigsRequest_Call

type MockLambdaAPI_ListProvisionedConcurrencyConfigsRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_ListProvisionedConcurrencyConfigsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProvisionedConcurrencyConfigsRequest'

type MockLambdaAPI_ListProvisionedConcurrencyConfigsWithContext_Call

type MockLambdaAPI_ListProvisionedConcurrencyConfigsWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListProvisionedConcurrencyConfigsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProvisionedConcurrencyConfigsWithContext'

type MockLambdaAPI_ListProvisionedConcurrencyConfigs_Call

type MockLambdaAPI_ListProvisionedConcurrencyConfigs_Call struct {
	*mock.Call
}

MockLambdaAPI_ListProvisionedConcurrencyConfigs_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProvisionedConcurrencyConfigs'

type MockLambdaAPI_ListTagsRequest_Call

type MockLambdaAPI_ListTagsRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_ListTagsRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTagsRequest'

func (*MockLambdaAPI_ListTagsRequest_Call) Return

func (*MockLambdaAPI_ListTagsRequest_Call) Run

func (*MockLambdaAPI_ListTagsRequest_Call) RunAndReturn

type MockLambdaAPI_ListTagsWithContext_Call

type MockLambdaAPI_ListTagsWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListTagsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTagsWithContext'

func (*MockLambdaAPI_ListTagsWithContext_Call) Return

func (*MockLambdaAPI_ListTagsWithContext_Call) Run

type MockLambdaAPI_ListTags_Call

type MockLambdaAPI_ListTags_Call struct {
	*mock.Call
}

MockLambdaAPI_ListTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListTags'

func (*MockLambdaAPI_ListTags_Call) Return

func (*MockLambdaAPI_ListTags_Call) Run

func (*MockLambdaAPI_ListTags_Call) RunAndReturn

type MockLambdaAPI_ListVersionsByFunctionPagesWithContext_Call

type MockLambdaAPI_ListVersionsByFunctionPagesWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListVersionsByFunctionPagesWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVersionsByFunctionPagesWithContext'

func (*MockLambdaAPI_ListVersionsByFunctionPagesWithContext_Call) Return

type MockLambdaAPI_ListVersionsByFunctionPages_Call

type MockLambdaAPI_ListVersionsByFunctionPages_Call struct {
	*mock.Call
}

MockLambdaAPI_ListVersionsByFunctionPages_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVersionsByFunctionPages'

func (*MockLambdaAPI_ListVersionsByFunctionPages_Call) Return

type MockLambdaAPI_ListVersionsByFunctionRequest_Call

type MockLambdaAPI_ListVersionsByFunctionRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_ListVersionsByFunctionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVersionsByFunctionRequest'

func (*MockLambdaAPI_ListVersionsByFunctionRequest_Call) Run

type MockLambdaAPI_ListVersionsByFunctionWithContext_Call

type MockLambdaAPI_ListVersionsByFunctionWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_ListVersionsByFunctionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVersionsByFunctionWithContext'

func (*MockLambdaAPI_ListVersionsByFunctionWithContext_Call) Run

type MockLambdaAPI_ListVersionsByFunction_Call

type MockLambdaAPI_ListVersionsByFunction_Call struct {
	*mock.Call
}

MockLambdaAPI_ListVersionsByFunction_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListVersionsByFunction'

func (*MockLambdaAPI_ListVersionsByFunction_Call) Return

func (*MockLambdaAPI_ListVersionsByFunction_Call) Run

type MockLambdaAPI_PublishLayerVersionRequest_Call

type MockLambdaAPI_PublishLayerVersionRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_PublishLayerVersionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PublishLayerVersionRequest'

func (*MockLambdaAPI_PublishLayerVersionRequest_Call) Run

type MockLambdaAPI_PublishLayerVersionWithContext_Call

type MockLambdaAPI_PublishLayerVersionWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_PublishLayerVersionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PublishLayerVersionWithContext'

func (*MockLambdaAPI_PublishLayerVersionWithContext_Call) Return

func (*MockLambdaAPI_PublishLayerVersionWithContext_Call) Run

type MockLambdaAPI_PublishLayerVersion_Call

type MockLambdaAPI_PublishLayerVersion_Call struct {
	*mock.Call
}

MockLambdaAPI_PublishLayerVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PublishLayerVersion'

func (*MockLambdaAPI_PublishLayerVersion_Call) Return

func (*MockLambdaAPI_PublishLayerVersion_Call) Run

type MockLambdaAPI_PublishVersionRequest_Call

type MockLambdaAPI_PublishVersionRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_PublishVersionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PublishVersionRequest'

func (*MockLambdaAPI_PublishVersionRequest_Call) Return

func (*MockLambdaAPI_PublishVersionRequest_Call) Run

type MockLambdaAPI_PublishVersionWithContext_Call

type MockLambdaAPI_PublishVersionWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_PublishVersionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PublishVersionWithContext'

func (*MockLambdaAPI_PublishVersionWithContext_Call) Return

func (*MockLambdaAPI_PublishVersionWithContext_Call) Run

type MockLambdaAPI_PublishVersion_Call

type MockLambdaAPI_PublishVersion_Call struct {
	*mock.Call
}

MockLambdaAPI_PublishVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PublishVersion'

func (*MockLambdaAPI_PublishVersion_Call) Return

func (*MockLambdaAPI_PublishVersion_Call) Run

func (*MockLambdaAPI_PublishVersion_Call) RunAndReturn

type MockLambdaAPI_PutFunctionCodeSigningConfigRequest_Call

type MockLambdaAPI_PutFunctionCodeSigningConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_PutFunctionCodeSigningConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutFunctionCodeSigningConfigRequest'

func (*MockLambdaAPI_PutFunctionCodeSigningConfigRequest_Call) Run

type MockLambdaAPI_PutFunctionCodeSigningConfigWithContext_Call

type MockLambdaAPI_PutFunctionCodeSigningConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_PutFunctionCodeSigningConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutFunctionCodeSigningConfigWithContext'

type MockLambdaAPI_PutFunctionCodeSigningConfig_Call

type MockLambdaAPI_PutFunctionCodeSigningConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_PutFunctionCodeSigningConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutFunctionCodeSigningConfig'

func (*MockLambdaAPI_PutFunctionCodeSigningConfig_Call) Run

type MockLambdaAPI_PutFunctionConcurrencyRequest_Call

type MockLambdaAPI_PutFunctionConcurrencyRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_PutFunctionConcurrencyRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutFunctionConcurrencyRequest'

func (*MockLambdaAPI_PutFunctionConcurrencyRequest_Call) Run

type MockLambdaAPI_PutFunctionConcurrencyWithContext_Call

type MockLambdaAPI_PutFunctionConcurrencyWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_PutFunctionConcurrencyWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutFunctionConcurrencyWithContext'

func (*MockLambdaAPI_PutFunctionConcurrencyWithContext_Call) Run

type MockLambdaAPI_PutFunctionConcurrency_Call

type MockLambdaAPI_PutFunctionConcurrency_Call struct {
	*mock.Call
}

MockLambdaAPI_PutFunctionConcurrency_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutFunctionConcurrency'

func (*MockLambdaAPI_PutFunctionConcurrency_Call) Return

func (*MockLambdaAPI_PutFunctionConcurrency_Call) Run

type MockLambdaAPI_PutFunctionEventInvokeConfigRequest_Call

type MockLambdaAPI_PutFunctionEventInvokeConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_PutFunctionEventInvokeConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutFunctionEventInvokeConfigRequest'

func (*MockLambdaAPI_PutFunctionEventInvokeConfigRequest_Call) Run

type MockLambdaAPI_PutFunctionEventInvokeConfigWithContext_Call

type MockLambdaAPI_PutFunctionEventInvokeConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_PutFunctionEventInvokeConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutFunctionEventInvokeConfigWithContext'

type MockLambdaAPI_PutFunctionEventInvokeConfig_Call

type MockLambdaAPI_PutFunctionEventInvokeConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_PutFunctionEventInvokeConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutFunctionEventInvokeConfig'

func (*MockLambdaAPI_PutFunctionEventInvokeConfig_Call) Run

type MockLambdaAPI_PutProvisionedConcurrencyConfigRequest_Call

type MockLambdaAPI_PutProvisionedConcurrencyConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_PutProvisionedConcurrencyConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutProvisionedConcurrencyConfigRequest'

type MockLambdaAPI_PutProvisionedConcurrencyConfigWithContext_Call

type MockLambdaAPI_PutProvisionedConcurrencyConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_PutProvisionedConcurrencyConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutProvisionedConcurrencyConfigWithContext'

type MockLambdaAPI_PutProvisionedConcurrencyConfig_Call

type MockLambdaAPI_PutProvisionedConcurrencyConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_PutProvisionedConcurrencyConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutProvisionedConcurrencyConfig'

func (*MockLambdaAPI_PutProvisionedConcurrencyConfig_Call) Run

type MockLambdaAPI_PutRuntimeManagementConfigRequest_Call

type MockLambdaAPI_PutRuntimeManagementConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_PutRuntimeManagementConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutRuntimeManagementConfigRequest'

func (*MockLambdaAPI_PutRuntimeManagementConfigRequest_Call) Run

type MockLambdaAPI_PutRuntimeManagementConfigWithContext_Call

type MockLambdaAPI_PutRuntimeManagementConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_PutRuntimeManagementConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutRuntimeManagementConfigWithContext'

func (*MockLambdaAPI_PutRuntimeManagementConfigWithContext_Call) Run

type MockLambdaAPI_PutRuntimeManagementConfig_Call

type MockLambdaAPI_PutRuntimeManagementConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_PutRuntimeManagementConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PutRuntimeManagementConfig'

func (*MockLambdaAPI_PutRuntimeManagementConfig_Call) Run

type MockLambdaAPI_RemoveLayerVersionPermissionRequest_Call

type MockLambdaAPI_RemoveLayerVersionPermissionRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_RemoveLayerVersionPermissionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveLayerVersionPermissionRequest'

func (*MockLambdaAPI_RemoveLayerVersionPermissionRequest_Call) Run

type MockLambdaAPI_RemoveLayerVersionPermissionWithContext_Call

type MockLambdaAPI_RemoveLayerVersionPermissionWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_RemoveLayerVersionPermissionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveLayerVersionPermissionWithContext'

type MockLambdaAPI_RemoveLayerVersionPermission_Call

type MockLambdaAPI_RemoveLayerVersionPermission_Call struct {
	*mock.Call
}

MockLambdaAPI_RemoveLayerVersionPermission_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemoveLayerVersionPermission'

func (*MockLambdaAPI_RemoveLayerVersionPermission_Call) Run

type MockLambdaAPI_RemovePermissionRequest_Call

type MockLambdaAPI_RemovePermissionRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_RemovePermissionRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemovePermissionRequest'

func (*MockLambdaAPI_RemovePermissionRequest_Call) Return

func (*MockLambdaAPI_RemovePermissionRequest_Call) Run

type MockLambdaAPI_RemovePermissionWithContext_Call

type MockLambdaAPI_RemovePermissionWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_RemovePermissionWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemovePermissionWithContext'

func (*MockLambdaAPI_RemovePermissionWithContext_Call) Return

func (*MockLambdaAPI_RemovePermissionWithContext_Call) Run

type MockLambdaAPI_RemovePermission_Call

type MockLambdaAPI_RemovePermission_Call struct {
	*mock.Call
}

MockLambdaAPI_RemovePermission_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RemovePermission'

func (*MockLambdaAPI_RemovePermission_Call) Return

func (*MockLambdaAPI_RemovePermission_Call) Run

type MockLambdaAPI_TagResourceRequest_Call

type MockLambdaAPI_TagResourceRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_TagResourceRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagResourceRequest'

func (*MockLambdaAPI_TagResourceRequest_Call) Return

func (*MockLambdaAPI_TagResourceRequest_Call) Run

func (*MockLambdaAPI_TagResourceRequest_Call) RunAndReturn

type MockLambdaAPI_TagResourceWithContext_Call

type MockLambdaAPI_TagResourceWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_TagResourceWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagResourceWithContext'

func (*MockLambdaAPI_TagResourceWithContext_Call) Return

func (*MockLambdaAPI_TagResourceWithContext_Call) Run

type MockLambdaAPI_TagResource_Call

type MockLambdaAPI_TagResource_Call struct {
	*mock.Call
}

MockLambdaAPI_TagResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TagResource'

func (*MockLambdaAPI_TagResource_Call) Return

func (*MockLambdaAPI_TagResource_Call) Run

func (*MockLambdaAPI_TagResource_Call) RunAndReturn

type MockLambdaAPI_UntagResourceRequest_Call

type MockLambdaAPI_UntagResourceRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_UntagResourceRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagResourceRequest'

func (*MockLambdaAPI_UntagResourceRequest_Call) Return

func (*MockLambdaAPI_UntagResourceRequest_Call) Run

type MockLambdaAPI_UntagResourceWithContext_Call

type MockLambdaAPI_UntagResourceWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_UntagResourceWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagResourceWithContext'

func (*MockLambdaAPI_UntagResourceWithContext_Call) Return

func (*MockLambdaAPI_UntagResourceWithContext_Call) Run

type MockLambdaAPI_UntagResource_Call

type MockLambdaAPI_UntagResource_Call struct {
	*mock.Call
}

MockLambdaAPI_UntagResource_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UntagResource'

func (*MockLambdaAPI_UntagResource_Call) Return

func (*MockLambdaAPI_UntagResource_Call) Run

func (*MockLambdaAPI_UntagResource_Call) RunAndReturn

type MockLambdaAPI_UpdateAliasRequest_Call

type MockLambdaAPI_UpdateAliasRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateAliasRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAliasRequest'

func (*MockLambdaAPI_UpdateAliasRequest_Call) Return

func (*MockLambdaAPI_UpdateAliasRequest_Call) Run

func (*MockLambdaAPI_UpdateAliasRequest_Call) RunAndReturn

type MockLambdaAPI_UpdateAliasWithContext_Call

type MockLambdaAPI_UpdateAliasWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateAliasWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAliasWithContext'

func (*MockLambdaAPI_UpdateAliasWithContext_Call) Return

func (*MockLambdaAPI_UpdateAliasWithContext_Call) Run

type MockLambdaAPI_UpdateAlias_Call

type MockLambdaAPI_UpdateAlias_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateAlias_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateAlias'

func (*MockLambdaAPI_UpdateAlias_Call) Return

func (*MockLambdaAPI_UpdateAlias_Call) Run

func (*MockLambdaAPI_UpdateAlias_Call) RunAndReturn

type MockLambdaAPI_UpdateCodeSigningConfigRequest_Call

type MockLambdaAPI_UpdateCodeSigningConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateCodeSigningConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateCodeSigningConfigRequest'

func (*MockLambdaAPI_UpdateCodeSigningConfigRequest_Call) Run

type MockLambdaAPI_UpdateCodeSigningConfigWithContext_Call

type MockLambdaAPI_UpdateCodeSigningConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateCodeSigningConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateCodeSigningConfigWithContext'

func (*MockLambdaAPI_UpdateCodeSigningConfigWithContext_Call) Run

type MockLambdaAPI_UpdateCodeSigningConfig_Call

type MockLambdaAPI_UpdateCodeSigningConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateCodeSigningConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateCodeSigningConfig'

func (*MockLambdaAPI_UpdateCodeSigningConfig_Call) Return

func (*MockLambdaAPI_UpdateCodeSigningConfig_Call) Run

type MockLambdaAPI_UpdateEventSourceMappingRequest_Call

type MockLambdaAPI_UpdateEventSourceMappingRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateEventSourceMappingRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateEventSourceMappingRequest'

func (*MockLambdaAPI_UpdateEventSourceMappingRequest_Call) Run

type MockLambdaAPI_UpdateEventSourceMappingWithContext_Call

type MockLambdaAPI_UpdateEventSourceMappingWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateEventSourceMappingWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateEventSourceMappingWithContext'

func (*MockLambdaAPI_UpdateEventSourceMappingWithContext_Call) Run

type MockLambdaAPI_UpdateEventSourceMapping_Call

type MockLambdaAPI_UpdateEventSourceMapping_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateEventSourceMapping_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateEventSourceMapping'

func (*MockLambdaAPI_UpdateEventSourceMapping_Call) Run

type MockLambdaAPI_UpdateFunctionCodeRequest_Call

type MockLambdaAPI_UpdateFunctionCodeRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateFunctionCodeRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFunctionCodeRequest'

func (*MockLambdaAPI_UpdateFunctionCodeRequest_Call) Return

func (*MockLambdaAPI_UpdateFunctionCodeRequest_Call) Run

type MockLambdaAPI_UpdateFunctionCodeWithContext_Call

type MockLambdaAPI_UpdateFunctionCodeWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateFunctionCodeWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFunctionCodeWithContext'

func (*MockLambdaAPI_UpdateFunctionCodeWithContext_Call) Return

func (*MockLambdaAPI_UpdateFunctionCodeWithContext_Call) Run

type MockLambdaAPI_UpdateFunctionCode_Call

type MockLambdaAPI_UpdateFunctionCode_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateFunctionCode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFunctionCode'

func (*MockLambdaAPI_UpdateFunctionCode_Call) Return

func (*MockLambdaAPI_UpdateFunctionCode_Call) Run

type MockLambdaAPI_UpdateFunctionConfigurationRequest_Call

type MockLambdaAPI_UpdateFunctionConfigurationRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateFunctionConfigurationRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFunctionConfigurationRequest'

func (*MockLambdaAPI_UpdateFunctionConfigurationRequest_Call) Run

type MockLambdaAPI_UpdateFunctionConfigurationWithContext_Call

type MockLambdaAPI_UpdateFunctionConfigurationWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateFunctionConfigurationWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFunctionConfigurationWithContext'

func (*MockLambdaAPI_UpdateFunctionConfigurationWithContext_Call) Return

type MockLambdaAPI_UpdateFunctionConfiguration_Call

type MockLambdaAPI_UpdateFunctionConfiguration_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateFunctionConfiguration_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFunctionConfiguration'

func (*MockLambdaAPI_UpdateFunctionConfiguration_Call) Return

func (*MockLambdaAPI_UpdateFunctionConfiguration_Call) Run

type MockLambdaAPI_UpdateFunctionEventInvokeConfigRequest_Call

type MockLambdaAPI_UpdateFunctionEventInvokeConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateFunctionEventInvokeConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFunctionEventInvokeConfigRequest'

type MockLambdaAPI_UpdateFunctionEventInvokeConfigWithContext_Call

type MockLambdaAPI_UpdateFunctionEventInvokeConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateFunctionEventInvokeConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFunctionEventInvokeConfigWithContext'

type MockLambdaAPI_UpdateFunctionEventInvokeConfig_Call

type MockLambdaAPI_UpdateFunctionEventInvokeConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateFunctionEventInvokeConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFunctionEventInvokeConfig'

func (*MockLambdaAPI_UpdateFunctionEventInvokeConfig_Call) Run

type MockLambdaAPI_UpdateFunctionUrlConfigRequest_Call

type MockLambdaAPI_UpdateFunctionUrlConfigRequest_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateFunctionUrlConfigRequest_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFunctionUrlConfigRequest'

func (*MockLambdaAPI_UpdateFunctionUrlConfigRequest_Call) Run

type MockLambdaAPI_UpdateFunctionUrlConfigWithContext_Call

type MockLambdaAPI_UpdateFunctionUrlConfigWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateFunctionUrlConfigWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFunctionUrlConfigWithContext'

func (*MockLambdaAPI_UpdateFunctionUrlConfigWithContext_Call) Run

type MockLambdaAPI_UpdateFunctionUrlConfig_Call

type MockLambdaAPI_UpdateFunctionUrlConfig_Call struct {
	*mock.Call
}

MockLambdaAPI_UpdateFunctionUrlConfig_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFunctionUrlConfig'

func (*MockLambdaAPI_UpdateFunctionUrlConfig_Call) Return

func (*MockLambdaAPI_UpdateFunctionUrlConfig_Call) Run

type MockLambdaAPI_WaitUntilFunctionActiveV2WithContext_Call

type MockLambdaAPI_WaitUntilFunctionActiveV2WithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_WaitUntilFunctionActiveV2WithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilFunctionActiveV2WithContext'

func (*MockLambdaAPI_WaitUntilFunctionActiveV2WithContext_Call) Return

func (*MockLambdaAPI_WaitUntilFunctionActiveV2WithContext_Call) Run

type MockLambdaAPI_WaitUntilFunctionActiveV2_Call

type MockLambdaAPI_WaitUntilFunctionActiveV2_Call struct {
	*mock.Call
}

MockLambdaAPI_WaitUntilFunctionActiveV2_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilFunctionActiveV2'

func (*MockLambdaAPI_WaitUntilFunctionActiveV2_Call) Return

func (*MockLambdaAPI_WaitUntilFunctionActiveV2_Call) Run

func (*MockLambdaAPI_WaitUntilFunctionActiveV2_Call) RunAndReturn

type MockLambdaAPI_WaitUntilFunctionActiveWithContext_Call

type MockLambdaAPI_WaitUntilFunctionActiveWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_WaitUntilFunctionActiveWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilFunctionActiveWithContext'

func (*MockLambdaAPI_WaitUntilFunctionActiveWithContext_Call) Return

type MockLambdaAPI_WaitUntilFunctionActive_Call

type MockLambdaAPI_WaitUntilFunctionActive_Call struct {
	*mock.Call
}

MockLambdaAPI_WaitUntilFunctionActive_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilFunctionActive'

func (*MockLambdaAPI_WaitUntilFunctionActive_Call) Return

func (*MockLambdaAPI_WaitUntilFunctionActive_Call) Run

func (*MockLambdaAPI_WaitUntilFunctionActive_Call) RunAndReturn

type MockLambdaAPI_WaitUntilFunctionExistsWithContext_Call

type MockLambdaAPI_WaitUntilFunctionExistsWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_WaitUntilFunctionExistsWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilFunctionExistsWithContext'

func (*MockLambdaAPI_WaitUntilFunctionExistsWithContext_Call) Return

func (*MockLambdaAPI_WaitUntilFunctionExistsWithContext_Call) Run

type MockLambdaAPI_WaitUntilFunctionExists_Call

type MockLambdaAPI_WaitUntilFunctionExists_Call struct {
	*mock.Call
}

MockLambdaAPI_WaitUntilFunctionExists_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilFunctionExists'

func (*MockLambdaAPI_WaitUntilFunctionExists_Call) Return

func (*MockLambdaAPI_WaitUntilFunctionExists_Call) Run

func (*MockLambdaAPI_WaitUntilFunctionExists_Call) RunAndReturn

type MockLambdaAPI_WaitUntilFunctionUpdatedV2WithContext_Call

type MockLambdaAPI_WaitUntilFunctionUpdatedV2WithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_WaitUntilFunctionUpdatedV2WithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilFunctionUpdatedV2WithContext'

func (*MockLambdaAPI_WaitUntilFunctionUpdatedV2WithContext_Call) Return

func (*MockLambdaAPI_WaitUntilFunctionUpdatedV2WithContext_Call) Run

type MockLambdaAPI_WaitUntilFunctionUpdatedV2_Call

type MockLambdaAPI_WaitUntilFunctionUpdatedV2_Call struct {
	*mock.Call
}

MockLambdaAPI_WaitUntilFunctionUpdatedV2_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilFunctionUpdatedV2'

func (*MockLambdaAPI_WaitUntilFunctionUpdatedV2_Call) Return

func (*MockLambdaAPI_WaitUntilFunctionUpdatedV2_Call) Run

func (*MockLambdaAPI_WaitUntilFunctionUpdatedV2_Call) RunAndReturn

type MockLambdaAPI_WaitUntilFunctionUpdatedWithContext_Call

type MockLambdaAPI_WaitUntilFunctionUpdatedWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_WaitUntilFunctionUpdatedWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilFunctionUpdatedWithContext'

func (*MockLambdaAPI_WaitUntilFunctionUpdatedWithContext_Call) Return

type MockLambdaAPI_WaitUntilFunctionUpdated_Call

type MockLambdaAPI_WaitUntilFunctionUpdated_Call struct {
	*mock.Call
}

MockLambdaAPI_WaitUntilFunctionUpdated_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilFunctionUpdated'

func (*MockLambdaAPI_WaitUntilFunctionUpdated_Call) Return

func (*MockLambdaAPI_WaitUntilFunctionUpdated_Call) Run

func (*MockLambdaAPI_WaitUntilFunctionUpdated_Call) RunAndReturn

type MockLambdaAPI_WaitUntilPublishedVersionActiveWithContext_Call

type MockLambdaAPI_WaitUntilPublishedVersionActiveWithContext_Call struct {
	*mock.Call
}

MockLambdaAPI_WaitUntilPublishedVersionActiveWithContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilPublishedVersionActiveWithContext'

func (*MockLambdaAPI_WaitUntilPublishedVersionActiveWithContext_Call) Return

type MockLambdaAPI_WaitUntilPublishedVersionActive_Call

type MockLambdaAPI_WaitUntilPublishedVersionActive_Call struct {
	*mock.Call
}

MockLambdaAPI_WaitUntilPublishedVersionActive_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WaitUntilPublishedVersionActive'

func (*MockLambdaAPI_WaitUntilPublishedVersionActive_Call) Return

func (*MockLambdaAPI_WaitUntilPublishedVersionActive_Call) Run

func (*MockLambdaAPI_WaitUntilPublishedVersionActive_Call) RunAndReturn

Jump to

Keyboard shortcuts

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