mqmock

package
v1.43.22 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mqmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockMQAPI

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

MockMQAPI is a mock of MQAPI interface.

func NewMockMQAPI

func NewMockMQAPI(ctrl *gomock.Controller) *MockMQAPI

NewMockMQAPI creates a new mock instance.

func (*MockMQAPI) CreateBroker

func (m *MockMQAPI) CreateBroker(arg0 *mq.CreateBrokerRequest) (*mq.CreateBrokerResponse, error)

CreateBroker mocks base method.

func (*MockMQAPI) CreateBrokerRequest

func (m *MockMQAPI) CreateBrokerRequest(arg0 *mq.CreateBrokerRequest) (*request.Request, *mq.CreateBrokerResponse)

CreateBrokerRequest mocks base method.

func (*MockMQAPI) CreateBrokerWithContext

func (m *MockMQAPI) CreateBrokerWithContext(arg0 context.Context, arg1 *mq.CreateBrokerRequest, arg2 ...request.Option) (*mq.CreateBrokerResponse, error)

CreateBrokerWithContext mocks base method.

func (*MockMQAPI) CreateConfiguration

func (m *MockMQAPI) CreateConfiguration(arg0 *mq.CreateConfigurationRequest) (*mq.CreateConfigurationResponse, error)

CreateConfiguration mocks base method.

func (*MockMQAPI) CreateConfigurationRequest

func (m *MockMQAPI) CreateConfigurationRequest(arg0 *mq.CreateConfigurationRequest) (*request.Request, *mq.CreateConfigurationResponse)

CreateConfigurationRequest mocks base method.

func (*MockMQAPI) CreateConfigurationWithContext

func (m *MockMQAPI) CreateConfigurationWithContext(arg0 context.Context, arg1 *mq.CreateConfigurationRequest, arg2 ...request.Option) (*mq.CreateConfigurationResponse, error)

CreateConfigurationWithContext mocks base method.

func (*MockMQAPI) CreateTags

func (m *MockMQAPI) CreateTags(arg0 *mq.CreateTagsInput) (*mq.CreateTagsOutput, error)

CreateTags mocks base method.

func (*MockMQAPI) CreateTagsRequest

func (m *MockMQAPI) CreateTagsRequest(arg0 *mq.CreateTagsInput) (*request.Request, *mq.CreateTagsOutput)

CreateTagsRequest mocks base method.

func (*MockMQAPI) CreateTagsWithContext

func (m *MockMQAPI) CreateTagsWithContext(arg0 context.Context, arg1 *mq.CreateTagsInput, arg2 ...request.Option) (*mq.CreateTagsOutput, error)

CreateTagsWithContext mocks base method.

func (*MockMQAPI) CreateUser

func (m *MockMQAPI) CreateUser(arg0 *mq.CreateUserRequest) (*mq.CreateUserOutput, error)

CreateUser mocks base method.

func (*MockMQAPI) CreateUserRequest

func (m *MockMQAPI) CreateUserRequest(arg0 *mq.CreateUserRequest) (*request.Request, *mq.CreateUserOutput)

CreateUserRequest mocks base method.

func (*MockMQAPI) CreateUserWithContext

func (m *MockMQAPI) CreateUserWithContext(arg0 context.Context, arg1 *mq.CreateUserRequest, arg2 ...request.Option) (*mq.CreateUserOutput, error)

CreateUserWithContext mocks base method.

func (*MockMQAPI) DeleteBroker

func (m *MockMQAPI) DeleteBroker(arg0 *mq.DeleteBrokerInput) (*mq.DeleteBrokerResponse, error)

DeleteBroker mocks base method.

func (*MockMQAPI) DeleteBrokerRequest

func (m *MockMQAPI) DeleteBrokerRequest(arg0 *mq.DeleteBrokerInput) (*request.Request, *mq.DeleteBrokerResponse)

DeleteBrokerRequest mocks base method.

func (*MockMQAPI) DeleteBrokerWithContext

func (m *MockMQAPI) DeleteBrokerWithContext(arg0 context.Context, arg1 *mq.DeleteBrokerInput, arg2 ...request.Option) (*mq.DeleteBrokerResponse, error)

DeleteBrokerWithContext mocks base method.

func (*MockMQAPI) DeleteTags

func (m *MockMQAPI) DeleteTags(arg0 *mq.DeleteTagsInput) (*mq.DeleteTagsOutput, error)

DeleteTags mocks base method.

func (*MockMQAPI) DeleteTagsRequest

func (m *MockMQAPI) DeleteTagsRequest(arg0 *mq.DeleteTagsInput) (*request.Request, *mq.DeleteTagsOutput)

DeleteTagsRequest mocks base method.

func (*MockMQAPI) DeleteTagsWithContext

func (m *MockMQAPI) DeleteTagsWithContext(arg0 context.Context, arg1 *mq.DeleteTagsInput, arg2 ...request.Option) (*mq.DeleteTagsOutput, error)

DeleteTagsWithContext mocks base method.

func (*MockMQAPI) DeleteUser

func (m *MockMQAPI) DeleteUser(arg0 *mq.DeleteUserInput) (*mq.DeleteUserOutput, error)

DeleteUser mocks base method.

func (*MockMQAPI) DeleteUserRequest

func (m *MockMQAPI) DeleteUserRequest(arg0 *mq.DeleteUserInput) (*request.Request, *mq.DeleteUserOutput)

DeleteUserRequest mocks base method.

func (*MockMQAPI) DeleteUserWithContext

func (m *MockMQAPI) DeleteUserWithContext(arg0 context.Context, arg1 *mq.DeleteUserInput, arg2 ...request.Option) (*mq.DeleteUserOutput, error)

DeleteUserWithContext mocks base method.

func (*MockMQAPI) DescribeBroker

func (m *MockMQAPI) DescribeBroker(arg0 *mq.DescribeBrokerInput) (*mq.DescribeBrokerResponse, error)

DescribeBroker mocks base method.

func (*MockMQAPI) DescribeBrokerEngineTypes

func (m *MockMQAPI) DescribeBrokerEngineTypes(arg0 *mq.DescribeBrokerEngineTypesInput) (*mq.DescribeBrokerEngineTypesOutput, error)

DescribeBrokerEngineTypes mocks base method.

func (*MockMQAPI) DescribeBrokerEngineTypesRequest

func (m *MockMQAPI) DescribeBrokerEngineTypesRequest(arg0 *mq.DescribeBrokerEngineTypesInput) (*request.Request, *mq.DescribeBrokerEngineTypesOutput)

DescribeBrokerEngineTypesRequest mocks base method.

func (*MockMQAPI) DescribeBrokerEngineTypesWithContext

func (m *MockMQAPI) DescribeBrokerEngineTypesWithContext(arg0 context.Context, arg1 *mq.DescribeBrokerEngineTypesInput, arg2 ...request.Option) (*mq.DescribeBrokerEngineTypesOutput, error)

DescribeBrokerEngineTypesWithContext mocks base method.

func (*MockMQAPI) DescribeBrokerInstanceOptions

func (m *MockMQAPI) DescribeBrokerInstanceOptions(arg0 *mq.DescribeBrokerInstanceOptionsInput) (*mq.DescribeBrokerInstanceOptionsOutput, error)

DescribeBrokerInstanceOptions mocks base method.

func (*MockMQAPI) DescribeBrokerInstanceOptionsRequest

func (m *MockMQAPI) DescribeBrokerInstanceOptionsRequest(arg0 *mq.DescribeBrokerInstanceOptionsInput) (*request.Request, *mq.DescribeBrokerInstanceOptionsOutput)

DescribeBrokerInstanceOptionsRequest mocks base method.

func (*MockMQAPI) DescribeBrokerInstanceOptionsWithContext

func (m *MockMQAPI) DescribeBrokerInstanceOptionsWithContext(arg0 context.Context, arg1 *mq.DescribeBrokerInstanceOptionsInput, arg2 ...request.Option) (*mq.DescribeBrokerInstanceOptionsOutput, error)

DescribeBrokerInstanceOptionsWithContext mocks base method.

func (*MockMQAPI) DescribeBrokerRequest

func (m *MockMQAPI) DescribeBrokerRequest(arg0 *mq.DescribeBrokerInput) (*request.Request, *mq.DescribeBrokerResponse)

DescribeBrokerRequest mocks base method.

func (*MockMQAPI) DescribeBrokerWithContext

func (m *MockMQAPI) DescribeBrokerWithContext(arg0 context.Context, arg1 *mq.DescribeBrokerInput, arg2 ...request.Option) (*mq.DescribeBrokerResponse, error)

DescribeBrokerWithContext mocks base method.

func (*MockMQAPI) DescribeConfiguration

func (m *MockMQAPI) DescribeConfiguration(arg0 *mq.DescribeConfigurationInput) (*mq.DescribeConfigurationOutput, error)

DescribeConfiguration mocks base method.

func (*MockMQAPI) DescribeConfigurationRequest

func (m *MockMQAPI) DescribeConfigurationRequest(arg0 *mq.DescribeConfigurationInput) (*request.Request, *mq.DescribeConfigurationOutput)

DescribeConfigurationRequest mocks base method.

func (*MockMQAPI) DescribeConfigurationRevision

DescribeConfigurationRevision mocks base method.

func (*MockMQAPI) DescribeConfigurationRevisionRequest

func (m *MockMQAPI) DescribeConfigurationRevisionRequest(arg0 *mq.DescribeConfigurationRevisionInput) (*request.Request, *mq.DescribeConfigurationRevisionResponse)

DescribeConfigurationRevisionRequest mocks base method.

func (*MockMQAPI) DescribeConfigurationRevisionWithContext

func (m *MockMQAPI) DescribeConfigurationRevisionWithContext(arg0 context.Context, arg1 *mq.DescribeConfigurationRevisionInput, arg2 ...request.Option) (*mq.DescribeConfigurationRevisionResponse, error)

DescribeConfigurationRevisionWithContext mocks base method.

func (*MockMQAPI) DescribeConfigurationWithContext

func (m *MockMQAPI) DescribeConfigurationWithContext(arg0 context.Context, arg1 *mq.DescribeConfigurationInput, arg2 ...request.Option) (*mq.DescribeConfigurationOutput, error)

DescribeConfigurationWithContext mocks base method.

func (*MockMQAPI) DescribeUser

func (m *MockMQAPI) DescribeUser(arg0 *mq.DescribeUserInput) (*mq.DescribeUserResponse, error)

DescribeUser mocks base method.

func (*MockMQAPI) DescribeUserRequest

func (m *MockMQAPI) DescribeUserRequest(arg0 *mq.DescribeUserInput) (*request.Request, *mq.DescribeUserResponse)

DescribeUserRequest mocks base method.

func (*MockMQAPI) DescribeUserWithContext

func (m *MockMQAPI) DescribeUserWithContext(arg0 context.Context, arg1 *mq.DescribeUserInput, arg2 ...request.Option) (*mq.DescribeUserResponse, error)

DescribeUserWithContext mocks base method.

func (*MockMQAPI) EXPECT

func (m *MockMQAPI) EXPECT() *MockMQAPIMockRecorder

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

func (*MockMQAPI) ListBrokers

func (m *MockMQAPI) ListBrokers(arg0 *mq.ListBrokersInput) (*mq.ListBrokersResponse, error)

ListBrokers mocks base method.

func (*MockMQAPI) ListBrokersPages

func (m *MockMQAPI) ListBrokersPages(arg0 *mq.ListBrokersInput, arg1 func(*mq.ListBrokersResponse, bool) bool) error

ListBrokersPages mocks base method.

func (*MockMQAPI) ListBrokersPagesWithContext

func (m *MockMQAPI) ListBrokersPagesWithContext(arg0 context.Context, arg1 *mq.ListBrokersInput, arg2 func(*mq.ListBrokersResponse, bool) bool, arg3 ...request.Option) error

ListBrokersPagesWithContext mocks base method.

func (*MockMQAPI) ListBrokersRequest

func (m *MockMQAPI) ListBrokersRequest(arg0 *mq.ListBrokersInput) (*request.Request, *mq.ListBrokersResponse)

ListBrokersRequest mocks base method.

func (*MockMQAPI) ListBrokersWithContext

func (m *MockMQAPI) ListBrokersWithContext(arg0 context.Context, arg1 *mq.ListBrokersInput, arg2 ...request.Option) (*mq.ListBrokersResponse, error)

ListBrokersWithContext mocks base method.

func (*MockMQAPI) ListConfigurationRevisions

ListConfigurationRevisions mocks base method.

func (*MockMQAPI) ListConfigurationRevisionsRequest

func (m *MockMQAPI) ListConfigurationRevisionsRequest(arg0 *mq.ListConfigurationRevisionsInput) (*request.Request, *mq.ListConfigurationRevisionsResponse)

ListConfigurationRevisionsRequest mocks base method.

func (*MockMQAPI) ListConfigurationRevisionsWithContext

func (m *MockMQAPI) ListConfigurationRevisionsWithContext(arg0 context.Context, arg1 *mq.ListConfigurationRevisionsInput, arg2 ...request.Option) (*mq.ListConfigurationRevisionsResponse, error)

ListConfigurationRevisionsWithContext mocks base method.

func (*MockMQAPI) ListConfigurations

func (m *MockMQAPI) ListConfigurations(arg0 *mq.ListConfigurationsInput) (*mq.ListConfigurationsResponse, error)

ListConfigurations mocks base method.

func (*MockMQAPI) ListConfigurationsRequest

func (m *MockMQAPI) ListConfigurationsRequest(arg0 *mq.ListConfigurationsInput) (*request.Request, *mq.ListConfigurationsResponse)

ListConfigurationsRequest mocks base method.

func (*MockMQAPI) ListConfigurationsWithContext

func (m *MockMQAPI) ListConfigurationsWithContext(arg0 context.Context, arg1 *mq.ListConfigurationsInput, arg2 ...request.Option) (*mq.ListConfigurationsResponse, error)

ListConfigurationsWithContext mocks base method.

func (*MockMQAPI) ListTags

func (m *MockMQAPI) ListTags(arg0 *mq.ListTagsInput) (*mq.ListTagsOutput, error)

ListTags mocks base method.

func (*MockMQAPI) ListTagsRequest

func (m *MockMQAPI) ListTagsRequest(arg0 *mq.ListTagsInput) (*request.Request, *mq.ListTagsOutput)

ListTagsRequest mocks base method.

func (*MockMQAPI) ListTagsWithContext

func (m *MockMQAPI) ListTagsWithContext(arg0 context.Context, arg1 *mq.ListTagsInput, arg2 ...request.Option) (*mq.ListTagsOutput, error)

ListTagsWithContext mocks base method.

func (*MockMQAPI) ListUsers

func (m *MockMQAPI) ListUsers(arg0 *mq.ListUsersInput) (*mq.ListUsersResponse, error)

ListUsers mocks base method.

func (*MockMQAPI) ListUsersRequest

func (m *MockMQAPI) ListUsersRequest(arg0 *mq.ListUsersInput) (*request.Request, *mq.ListUsersResponse)

ListUsersRequest mocks base method.

func (*MockMQAPI) ListUsersWithContext

func (m *MockMQAPI) ListUsersWithContext(arg0 context.Context, arg1 *mq.ListUsersInput, arg2 ...request.Option) (*mq.ListUsersResponse, error)

ListUsersWithContext mocks base method.

func (*MockMQAPI) RebootBroker

func (m *MockMQAPI) RebootBroker(arg0 *mq.RebootBrokerInput) (*mq.RebootBrokerOutput, error)

RebootBroker mocks base method.

func (*MockMQAPI) RebootBrokerRequest

func (m *MockMQAPI) RebootBrokerRequest(arg0 *mq.RebootBrokerInput) (*request.Request, *mq.RebootBrokerOutput)

RebootBrokerRequest mocks base method.

func (*MockMQAPI) RebootBrokerWithContext

func (m *MockMQAPI) RebootBrokerWithContext(arg0 context.Context, arg1 *mq.RebootBrokerInput, arg2 ...request.Option) (*mq.RebootBrokerOutput, error)

RebootBrokerWithContext mocks base method.

func (*MockMQAPI) UpdateBroker

func (m *MockMQAPI) UpdateBroker(arg0 *mq.UpdateBrokerRequest) (*mq.UpdateBrokerResponse, error)

UpdateBroker mocks base method.

func (*MockMQAPI) UpdateBrokerRequest

func (m *MockMQAPI) UpdateBrokerRequest(arg0 *mq.UpdateBrokerRequest) (*request.Request, *mq.UpdateBrokerResponse)

UpdateBrokerRequest mocks base method.

func (*MockMQAPI) UpdateBrokerWithContext

func (m *MockMQAPI) UpdateBrokerWithContext(arg0 context.Context, arg1 *mq.UpdateBrokerRequest, arg2 ...request.Option) (*mq.UpdateBrokerResponse, error)

UpdateBrokerWithContext mocks base method.

func (*MockMQAPI) UpdateConfiguration

func (m *MockMQAPI) UpdateConfiguration(arg0 *mq.UpdateConfigurationRequest) (*mq.UpdateConfigurationResponse, error)

UpdateConfiguration mocks base method.

func (*MockMQAPI) UpdateConfigurationRequest

func (m *MockMQAPI) UpdateConfigurationRequest(arg0 *mq.UpdateConfigurationRequest) (*request.Request, *mq.UpdateConfigurationResponse)

UpdateConfigurationRequest mocks base method.

func (*MockMQAPI) UpdateConfigurationWithContext

func (m *MockMQAPI) UpdateConfigurationWithContext(arg0 context.Context, arg1 *mq.UpdateConfigurationRequest, arg2 ...request.Option) (*mq.UpdateConfigurationResponse, error)

UpdateConfigurationWithContext mocks base method.

func (*MockMQAPI) UpdateUser

func (m *MockMQAPI) UpdateUser(arg0 *mq.UpdateUserRequest) (*mq.UpdateUserOutput, error)

UpdateUser mocks base method.

func (*MockMQAPI) UpdateUserRequest

func (m *MockMQAPI) UpdateUserRequest(arg0 *mq.UpdateUserRequest) (*request.Request, *mq.UpdateUserOutput)

UpdateUserRequest mocks base method.

func (*MockMQAPI) UpdateUserWithContext

func (m *MockMQAPI) UpdateUserWithContext(arg0 context.Context, arg1 *mq.UpdateUserRequest, arg2 ...request.Option) (*mq.UpdateUserOutput, error)

UpdateUserWithContext mocks base method.

type MockMQAPIMockRecorder

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

MockMQAPIMockRecorder is the mock recorder for MockMQAPI.

func (*MockMQAPIMockRecorder) CreateBroker

func (mr *MockMQAPIMockRecorder) CreateBroker(arg0 interface{}) *gomock.Call

CreateBroker indicates an expected call of CreateBroker.

func (*MockMQAPIMockRecorder) CreateBrokerRequest

func (mr *MockMQAPIMockRecorder) CreateBrokerRequest(arg0 interface{}) *gomock.Call

CreateBrokerRequest indicates an expected call of CreateBrokerRequest.

func (*MockMQAPIMockRecorder) CreateBrokerWithContext

func (mr *MockMQAPIMockRecorder) CreateBrokerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateBrokerWithContext indicates an expected call of CreateBrokerWithContext.

func (*MockMQAPIMockRecorder) CreateConfiguration

func (mr *MockMQAPIMockRecorder) CreateConfiguration(arg0 interface{}) *gomock.Call

CreateConfiguration indicates an expected call of CreateConfiguration.

func (*MockMQAPIMockRecorder) CreateConfigurationRequest

func (mr *MockMQAPIMockRecorder) CreateConfigurationRequest(arg0 interface{}) *gomock.Call

CreateConfigurationRequest indicates an expected call of CreateConfigurationRequest.

func (*MockMQAPIMockRecorder) CreateConfigurationWithContext

func (mr *MockMQAPIMockRecorder) CreateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateConfigurationWithContext indicates an expected call of CreateConfigurationWithContext.

func (*MockMQAPIMockRecorder) CreateTags

func (mr *MockMQAPIMockRecorder) CreateTags(arg0 interface{}) *gomock.Call

CreateTags indicates an expected call of CreateTags.

func (*MockMQAPIMockRecorder) CreateTagsRequest

func (mr *MockMQAPIMockRecorder) CreateTagsRequest(arg0 interface{}) *gomock.Call

CreateTagsRequest indicates an expected call of CreateTagsRequest.

func (*MockMQAPIMockRecorder) CreateTagsWithContext

func (mr *MockMQAPIMockRecorder) CreateTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTagsWithContext indicates an expected call of CreateTagsWithContext.

func (*MockMQAPIMockRecorder) CreateUser

func (mr *MockMQAPIMockRecorder) CreateUser(arg0 interface{}) *gomock.Call

CreateUser indicates an expected call of CreateUser.

func (*MockMQAPIMockRecorder) CreateUserRequest

func (mr *MockMQAPIMockRecorder) CreateUserRequest(arg0 interface{}) *gomock.Call

CreateUserRequest indicates an expected call of CreateUserRequest.

func (*MockMQAPIMockRecorder) CreateUserWithContext

func (mr *MockMQAPIMockRecorder) CreateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateUserWithContext indicates an expected call of CreateUserWithContext.

func (*MockMQAPIMockRecorder) DeleteBroker

func (mr *MockMQAPIMockRecorder) DeleteBroker(arg0 interface{}) *gomock.Call

DeleteBroker indicates an expected call of DeleteBroker.

func (*MockMQAPIMockRecorder) DeleteBrokerRequest

func (mr *MockMQAPIMockRecorder) DeleteBrokerRequest(arg0 interface{}) *gomock.Call

DeleteBrokerRequest indicates an expected call of DeleteBrokerRequest.

func (*MockMQAPIMockRecorder) DeleteBrokerWithContext

func (mr *MockMQAPIMockRecorder) DeleteBrokerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBrokerWithContext indicates an expected call of DeleteBrokerWithContext.

func (*MockMQAPIMockRecorder) DeleteTags

func (mr *MockMQAPIMockRecorder) DeleteTags(arg0 interface{}) *gomock.Call

DeleteTags indicates an expected call of DeleteTags.

func (*MockMQAPIMockRecorder) DeleteTagsRequest

func (mr *MockMQAPIMockRecorder) DeleteTagsRequest(arg0 interface{}) *gomock.Call

DeleteTagsRequest indicates an expected call of DeleteTagsRequest.

func (*MockMQAPIMockRecorder) DeleteTagsWithContext

func (mr *MockMQAPIMockRecorder) DeleteTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTagsWithContext indicates an expected call of DeleteTagsWithContext.

func (*MockMQAPIMockRecorder) DeleteUser

func (mr *MockMQAPIMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call

DeleteUser indicates an expected call of DeleteUser.

func (*MockMQAPIMockRecorder) DeleteUserRequest

func (mr *MockMQAPIMockRecorder) DeleteUserRequest(arg0 interface{}) *gomock.Call

DeleteUserRequest indicates an expected call of DeleteUserRequest.

func (*MockMQAPIMockRecorder) DeleteUserWithContext

func (mr *MockMQAPIMockRecorder) DeleteUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserWithContext indicates an expected call of DeleteUserWithContext.

func (*MockMQAPIMockRecorder) DescribeBroker

func (mr *MockMQAPIMockRecorder) DescribeBroker(arg0 interface{}) *gomock.Call

DescribeBroker indicates an expected call of DescribeBroker.

func (*MockMQAPIMockRecorder) DescribeBrokerEngineTypes

func (mr *MockMQAPIMockRecorder) DescribeBrokerEngineTypes(arg0 interface{}) *gomock.Call

DescribeBrokerEngineTypes indicates an expected call of DescribeBrokerEngineTypes.

func (*MockMQAPIMockRecorder) DescribeBrokerEngineTypesRequest

func (mr *MockMQAPIMockRecorder) DescribeBrokerEngineTypesRequest(arg0 interface{}) *gomock.Call

DescribeBrokerEngineTypesRequest indicates an expected call of DescribeBrokerEngineTypesRequest.

func (*MockMQAPIMockRecorder) DescribeBrokerEngineTypesWithContext

func (mr *MockMQAPIMockRecorder) DescribeBrokerEngineTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBrokerEngineTypesWithContext indicates an expected call of DescribeBrokerEngineTypesWithContext.

func (*MockMQAPIMockRecorder) DescribeBrokerInstanceOptions

func (mr *MockMQAPIMockRecorder) DescribeBrokerInstanceOptions(arg0 interface{}) *gomock.Call

DescribeBrokerInstanceOptions indicates an expected call of DescribeBrokerInstanceOptions.

func (*MockMQAPIMockRecorder) DescribeBrokerInstanceOptionsRequest

func (mr *MockMQAPIMockRecorder) DescribeBrokerInstanceOptionsRequest(arg0 interface{}) *gomock.Call

DescribeBrokerInstanceOptionsRequest indicates an expected call of DescribeBrokerInstanceOptionsRequest.

func (*MockMQAPIMockRecorder) DescribeBrokerInstanceOptionsWithContext

func (mr *MockMQAPIMockRecorder) DescribeBrokerInstanceOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBrokerInstanceOptionsWithContext indicates an expected call of DescribeBrokerInstanceOptionsWithContext.

func (*MockMQAPIMockRecorder) DescribeBrokerRequest

func (mr *MockMQAPIMockRecorder) DescribeBrokerRequest(arg0 interface{}) *gomock.Call

DescribeBrokerRequest indicates an expected call of DescribeBrokerRequest.

func (*MockMQAPIMockRecorder) DescribeBrokerWithContext

func (mr *MockMQAPIMockRecorder) DescribeBrokerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBrokerWithContext indicates an expected call of DescribeBrokerWithContext.

func (*MockMQAPIMockRecorder) DescribeConfiguration

func (mr *MockMQAPIMockRecorder) DescribeConfiguration(arg0 interface{}) *gomock.Call

DescribeConfiguration indicates an expected call of DescribeConfiguration.

func (*MockMQAPIMockRecorder) DescribeConfigurationRequest

func (mr *MockMQAPIMockRecorder) DescribeConfigurationRequest(arg0 interface{}) *gomock.Call

DescribeConfigurationRequest indicates an expected call of DescribeConfigurationRequest.

func (*MockMQAPIMockRecorder) DescribeConfigurationRevision

func (mr *MockMQAPIMockRecorder) DescribeConfigurationRevision(arg0 interface{}) *gomock.Call

DescribeConfigurationRevision indicates an expected call of DescribeConfigurationRevision.

func (*MockMQAPIMockRecorder) DescribeConfigurationRevisionRequest

func (mr *MockMQAPIMockRecorder) DescribeConfigurationRevisionRequest(arg0 interface{}) *gomock.Call

DescribeConfigurationRevisionRequest indicates an expected call of DescribeConfigurationRevisionRequest.

func (*MockMQAPIMockRecorder) DescribeConfigurationRevisionWithContext

func (mr *MockMQAPIMockRecorder) DescribeConfigurationRevisionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConfigurationRevisionWithContext indicates an expected call of DescribeConfigurationRevisionWithContext.

func (*MockMQAPIMockRecorder) DescribeConfigurationWithContext

func (mr *MockMQAPIMockRecorder) DescribeConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConfigurationWithContext indicates an expected call of DescribeConfigurationWithContext.

func (*MockMQAPIMockRecorder) DescribeUser

func (mr *MockMQAPIMockRecorder) DescribeUser(arg0 interface{}) *gomock.Call

DescribeUser indicates an expected call of DescribeUser.

func (*MockMQAPIMockRecorder) DescribeUserRequest

func (mr *MockMQAPIMockRecorder) DescribeUserRequest(arg0 interface{}) *gomock.Call

DescribeUserRequest indicates an expected call of DescribeUserRequest.

func (*MockMQAPIMockRecorder) DescribeUserWithContext

func (mr *MockMQAPIMockRecorder) DescribeUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeUserWithContext indicates an expected call of DescribeUserWithContext.

func (*MockMQAPIMockRecorder) ListBrokers

func (mr *MockMQAPIMockRecorder) ListBrokers(arg0 interface{}) *gomock.Call

ListBrokers indicates an expected call of ListBrokers.

func (*MockMQAPIMockRecorder) ListBrokersPages

func (mr *MockMQAPIMockRecorder) ListBrokersPages(arg0, arg1 interface{}) *gomock.Call

ListBrokersPages indicates an expected call of ListBrokersPages.

func (*MockMQAPIMockRecorder) ListBrokersPagesWithContext

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

ListBrokersPagesWithContext indicates an expected call of ListBrokersPagesWithContext.

func (*MockMQAPIMockRecorder) ListBrokersRequest

func (mr *MockMQAPIMockRecorder) ListBrokersRequest(arg0 interface{}) *gomock.Call

ListBrokersRequest indicates an expected call of ListBrokersRequest.

func (*MockMQAPIMockRecorder) ListBrokersWithContext

func (mr *MockMQAPIMockRecorder) ListBrokersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBrokersWithContext indicates an expected call of ListBrokersWithContext.

func (*MockMQAPIMockRecorder) ListConfigurationRevisions

func (mr *MockMQAPIMockRecorder) ListConfigurationRevisions(arg0 interface{}) *gomock.Call

ListConfigurationRevisions indicates an expected call of ListConfigurationRevisions.

func (*MockMQAPIMockRecorder) ListConfigurationRevisionsRequest

func (mr *MockMQAPIMockRecorder) ListConfigurationRevisionsRequest(arg0 interface{}) *gomock.Call

ListConfigurationRevisionsRequest indicates an expected call of ListConfigurationRevisionsRequest.

func (*MockMQAPIMockRecorder) ListConfigurationRevisionsWithContext

func (mr *MockMQAPIMockRecorder) ListConfigurationRevisionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListConfigurationRevisionsWithContext indicates an expected call of ListConfigurationRevisionsWithContext.

func (*MockMQAPIMockRecorder) ListConfigurations

func (mr *MockMQAPIMockRecorder) ListConfigurations(arg0 interface{}) *gomock.Call

ListConfigurations indicates an expected call of ListConfigurations.

func (*MockMQAPIMockRecorder) ListConfigurationsRequest

func (mr *MockMQAPIMockRecorder) ListConfigurationsRequest(arg0 interface{}) *gomock.Call

ListConfigurationsRequest indicates an expected call of ListConfigurationsRequest.

func (*MockMQAPIMockRecorder) ListConfigurationsWithContext

func (mr *MockMQAPIMockRecorder) ListConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListConfigurationsWithContext indicates an expected call of ListConfigurationsWithContext.

func (*MockMQAPIMockRecorder) ListTags

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

ListTags indicates an expected call of ListTags.

func (*MockMQAPIMockRecorder) ListTagsRequest

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

ListTagsRequest indicates an expected call of ListTagsRequest.

func (*MockMQAPIMockRecorder) ListTagsWithContext

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

ListTagsWithContext indicates an expected call of ListTagsWithContext.

func (*MockMQAPIMockRecorder) ListUsers

func (mr *MockMQAPIMockRecorder) ListUsers(arg0 interface{}) *gomock.Call

ListUsers indicates an expected call of ListUsers.

func (*MockMQAPIMockRecorder) ListUsersRequest

func (mr *MockMQAPIMockRecorder) ListUsersRequest(arg0 interface{}) *gomock.Call

ListUsersRequest indicates an expected call of ListUsersRequest.

func (*MockMQAPIMockRecorder) ListUsersWithContext

func (mr *MockMQAPIMockRecorder) ListUsersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUsersWithContext indicates an expected call of ListUsersWithContext.

func (*MockMQAPIMockRecorder) RebootBroker

func (mr *MockMQAPIMockRecorder) RebootBroker(arg0 interface{}) *gomock.Call

RebootBroker indicates an expected call of RebootBroker.

func (*MockMQAPIMockRecorder) RebootBrokerRequest

func (mr *MockMQAPIMockRecorder) RebootBrokerRequest(arg0 interface{}) *gomock.Call

RebootBrokerRequest indicates an expected call of RebootBrokerRequest.

func (*MockMQAPIMockRecorder) RebootBrokerWithContext

func (mr *MockMQAPIMockRecorder) RebootBrokerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RebootBrokerWithContext indicates an expected call of RebootBrokerWithContext.

func (*MockMQAPIMockRecorder) UpdateBroker

func (mr *MockMQAPIMockRecorder) UpdateBroker(arg0 interface{}) *gomock.Call

UpdateBroker indicates an expected call of UpdateBroker.

func (*MockMQAPIMockRecorder) UpdateBrokerRequest

func (mr *MockMQAPIMockRecorder) UpdateBrokerRequest(arg0 interface{}) *gomock.Call

UpdateBrokerRequest indicates an expected call of UpdateBrokerRequest.

func (*MockMQAPIMockRecorder) UpdateBrokerWithContext

func (mr *MockMQAPIMockRecorder) UpdateBrokerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateBrokerWithContext indicates an expected call of UpdateBrokerWithContext.

func (*MockMQAPIMockRecorder) UpdateConfiguration

func (mr *MockMQAPIMockRecorder) UpdateConfiguration(arg0 interface{}) *gomock.Call

UpdateConfiguration indicates an expected call of UpdateConfiguration.

func (*MockMQAPIMockRecorder) UpdateConfigurationRequest

func (mr *MockMQAPIMockRecorder) UpdateConfigurationRequest(arg0 interface{}) *gomock.Call

UpdateConfigurationRequest indicates an expected call of UpdateConfigurationRequest.

func (*MockMQAPIMockRecorder) UpdateConfigurationWithContext

func (mr *MockMQAPIMockRecorder) UpdateConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateConfigurationWithContext indicates an expected call of UpdateConfigurationWithContext.

func (*MockMQAPIMockRecorder) UpdateUser

func (mr *MockMQAPIMockRecorder) UpdateUser(arg0 interface{}) *gomock.Call

UpdateUser indicates an expected call of UpdateUser.

func (*MockMQAPIMockRecorder) UpdateUserRequest

func (mr *MockMQAPIMockRecorder) UpdateUserRequest(arg0 interface{}) *gomock.Call

UpdateUserRequest indicates an expected call of UpdateUserRequest.

func (*MockMQAPIMockRecorder) UpdateUserWithContext

func (mr *MockMQAPIMockRecorder) UpdateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateUserWithContext indicates an expected call of UpdateUserWithContext.

Jump to

Keyboard shortcuts

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