ivschatmock

package
v1.44.290 Latest Latest
Warning

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

Go to latest
Published: Jun 27, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package ivschatmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockIvschatAPI

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

MockIvschatAPI is a mock of IvschatAPI interface

func NewMockIvschatAPI

func NewMockIvschatAPI(ctrl *gomock.Controller) *MockIvschatAPI

NewMockIvschatAPI creates a new mock instance

func (*MockIvschatAPI) CreateChatToken

CreateChatToken mocks base method

func (*MockIvschatAPI) CreateChatTokenRequest

CreateChatTokenRequest mocks base method

func (*MockIvschatAPI) CreateChatTokenWithContext

func (m *MockIvschatAPI) CreateChatTokenWithContext(arg0 context.Context, arg1 *ivschat.CreateChatTokenInput, arg2 ...request.Option) (*ivschat.CreateChatTokenOutput, error)

CreateChatTokenWithContext mocks base method

func (*MockIvschatAPI) CreateLoggingConfiguration added in v1.44.140

CreateLoggingConfiguration mocks base method

func (*MockIvschatAPI) CreateLoggingConfigurationRequest added in v1.44.140

CreateLoggingConfigurationRequest mocks base method

func (*MockIvschatAPI) CreateLoggingConfigurationWithContext added in v1.44.140

func (m *MockIvschatAPI) CreateLoggingConfigurationWithContext(arg0 context.Context, arg1 *ivschat.CreateLoggingConfigurationInput, arg2 ...request.Option) (*ivschat.CreateLoggingConfigurationOutput, error)

CreateLoggingConfigurationWithContext mocks base method

func (*MockIvschatAPI) CreateRoom

CreateRoom mocks base method

func (*MockIvschatAPI) CreateRoomRequest

CreateRoomRequest mocks base method

func (*MockIvschatAPI) CreateRoomWithContext

func (m *MockIvschatAPI) CreateRoomWithContext(arg0 context.Context, arg1 *ivschat.CreateRoomInput, arg2 ...request.Option) (*ivschat.CreateRoomOutput, error)

CreateRoomWithContext mocks base method

func (*MockIvschatAPI) DeleteLoggingConfiguration added in v1.44.140

DeleteLoggingConfiguration mocks base method

func (*MockIvschatAPI) DeleteLoggingConfigurationRequest added in v1.44.140

DeleteLoggingConfigurationRequest mocks base method

func (*MockIvschatAPI) DeleteLoggingConfigurationWithContext added in v1.44.140

func (m *MockIvschatAPI) DeleteLoggingConfigurationWithContext(arg0 context.Context, arg1 *ivschat.DeleteLoggingConfigurationInput, arg2 ...request.Option) (*ivschat.DeleteLoggingConfigurationOutput, error)

DeleteLoggingConfigurationWithContext mocks base method

func (*MockIvschatAPI) DeleteMessage

DeleteMessage mocks base method

func (*MockIvschatAPI) DeleteMessageRequest

DeleteMessageRequest mocks base method

func (*MockIvschatAPI) DeleteMessageWithContext

func (m *MockIvschatAPI) DeleteMessageWithContext(arg0 context.Context, arg1 *ivschat.DeleteMessageInput, arg2 ...request.Option) (*ivschat.DeleteMessageOutput, error)

DeleteMessageWithContext mocks base method

func (*MockIvschatAPI) DeleteRoom

DeleteRoom mocks base method

func (*MockIvschatAPI) DeleteRoomRequest

DeleteRoomRequest mocks base method

func (*MockIvschatAPI) DeleteRoomWithContext

func (m *MockIvschatAPI) DeleteRoomWithContext(arg0 context.Context, arg1 *ivschat.DeleteRoomInput, arg2 ...request.Option) (*ivschat.DeleteRoomOutput, error)

DeleteRoomWithContext mocks base method

func (*MockIvschatAPI) DisconnectUser

DisconnectUser mocks base method

func (*MockIvschatAPI) DisconnectUserRequest

DisconnectUserRequest mocks base method

func (*MockIvschatAPI) DisconnectUserWithContext

func (m *MockIvschatAPI) DisconnectUserWithContext(arg0 context.Context, arg1 *ivschat.DisconnectUserInput, arg2 ...request.Option) (*ivschat.DisconnectUserOutput, error)

DisconnectUserWithContext mocks base method

func (*MockIvschatAPI) EXPECT

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

func (*MockIvschatAPI) GetLoggingConfiguration added in v1.44.140

GetLoggingConfiguration mocks base method

func (*MockIvschatAPI) GetLoggingConfigurationRequest added in v1.44.140

GetLoggingConfigurationRequest mocks base method

func (*MockIvschatAPI) GetLoggingConfigurationWithContext added in v1.44.140

func (m *MockIvschatAPI) GetLoggingConfigurationWithContext(arg0 context.Context, arg1 *ivschat.GetLoggingConfigurationInput, arg2 ...request.Option) (*ivschat.GetLoggingConfigurationOutput, error)

GetLoggingConfigurationWithContext mocks base method

func (*MockIvschatAPI) GetRoom

GetRoom mocks base method

func (*MockIvschatAPI) GetRoomRequest

func (m *MockIvschatAPI) GetRoomRequest(arg0 *ivschat.GetRoomInput) (*request.Request, *ivschat.GetRoomOutput)

GetRoomRequest mocks base method

func (*MockIvschatAPI) GetRoomWithContext

func (m *MockIvschatAPI) GetRoomWithContext(arg0 context.Context, arg1 *ivschat.GetRoomInput, arg2 ...request.Option) (*ivschat.GetRoomOutput, error)

GetRoomWithContext mocks base method

func (*MockIvschatAPI) ListLoggingConfigurations added in v1.44.140

ListLoggingConfigurations mocks base method

func (*MockIvschatAPI) ListLoggingConfigurationsPages added in v1.44.140

func (m *MockIvschatAPI) ListLoggingConfigurationsPages(arg0 *ivschat.ListLoggingConfigurationsInput, arg1 func(*ivschat.ListLoggingConfigurationsOutput, bool) bool) error

ListLoggingConfigurationsPages mocks base method

func (*MockIvschatAPI) ListLoggingConfigurationsPagesWithContext added in v1.44.140

func (m *MockIvschatAPI) ListLoggingConfigurationsPagesWithContext(arg0 context.Context, arg1 *ivschat.ListLoggingConfigurationsInput, arg2 func(*ivschat.ListLoggingConfigurationsOutput, bool) bool, arg3 ...request.Option) error

ListLoggingConfigurationsPagesWithContext mocks base method

func (*MockIvschatAPI) ListLoggingConfigurationsRequest added in v1.44.140

ListLoggingConfigurationsRequest mocks base method

func (*MockIvschatAPI) ListLoggingConfigurationsWithContext added in v1.44.140

func (m *MockIvschatAPI) ListLoggingConfigurationsWithContext(arg0 context.Context, arg1 *ivschat.ListLoggingConfigurationsInput, arg2 ...request.Option) (*ivschat.ListLoggingConfigurationsOutput, error)

ListLoggingConfigurationsWithContext mocks base method

func (*MockIvschatAPI) ListRooms

ListRooms mocks base method

func (*MockIvschatAPI) ListRoomsPages

func (m *MockIvschatAPI) ListRoomsPages(arg0 *ivschat.ListRoomsInput, arg1 func(*ivschat.ListRoomsOutput, bool) bool) error

ListRoomsPages mocks base method

func (*MockIvschatAPI) ListRoomsPagesWithContext

func (m *MockIvschatAPI) ListRoomsPagesWithContext(arg0 context.Context, arg1 *ivschat.ListRoomsInput, arg2 func(*ivschat.ListRoomsOutput, bool) bool, arg3 ...request.Option) error

ListRoomsPagesWithContext mocks base method

func (*MockIvschatAPI) ListRoomsRequest

ListRoomsRequest mocks base method

func (*MockIvschatAPI) ListRoomsWithContext

func (m *MockIvschatAPI) ListRoomsWithContext(arg0 context.Context, arg1 *ivschat.ListRoomsInput, arg2 ...request.Option) (*ivschat.ListRoomsOutput, error)

ListRoomsWithContext mocks base method

func (*MockIvschatAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockIvschatAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockIvschatAPI) ListTagsForResourceWithContext

func (m *MockIvschatAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *ivschat.ListTagsForResourceInput, arg2 ...request.Option) (*ivschat.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockIvschatAPI) SendEvent

SendEvent mocks base method

func (*MockIvschatAPI) SendEventRequest

SendEventRequest mocks base method

func (*MockIvschatAPI) SendEventWithContext

func (m *MockIvschatAPI) SendEventWithContext(arg0 context.Context, arg1 *ivschat.SendEventInput, arg2 ...request.Option) (*ivschat.SendEventOutput, error)

SendEventWithContext mocks base method

func (*MockIvschatAPI) TagResource

TagResource mocks base method

func (*MockIvschatAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockIvschatAPI) TagResourceWithContext

func (m *MockIvschatAPI) TagResourceWithContext(arg0 context.Context, arg1 *ivschat.TagResourceInput, arg2 ...request.Option) (*ivschat.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockIvschatAPI) UntagResource

UntagResource mocks base method

func (*MockIvschatAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockIvschatAPI) UntagResourceWithContext

func (m *MockIvschatAPI) UntagResourceWithContext(arg0 context.Context, arg1 *ivschat.UntagResourceInput, arg2 ...request.Option) (*ivschat.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockIvschatAPI) UpdateLoggingConfiguration added in v1.44.140

UpdateLoggingConfiguration mocks base method

func (*MockIvschatAPI) UpdateLoggingConfigurationRequest added in v1.44.140

UpdateLoggingConfigurationRequest mocks base method

func (*MockIvschatAPI) UpdateLoggingConfigurationWithContext added in v1.44.140

func (m *MockIvschatAPI) UpdateLoggingConfigurationWithContext(arg0 context.Context, arg1 *ivschat.UpdateLoggingConfigurationInput, arg2 ...request.Option) (*ivschat.UpdateLoggingConfigurationOutput, error)

UpdateLoggingConfigurationWithContext mocks base method

func (*MockIvschatAPI) UpdateRoom

UpdateRoom mocks base method

func (*MockIvschatAPI) UpdateRoomRequest

UpdateRoomRequest mocks base method

func (*MockIvschatAPI) UpdateRoomWithContext

func (m *MockIvschatAPI) UpdateRoomWithContext(arg0 context.Context, arg1 *ivschat.UpdateRoomInput, arg2 ...request.Option) (*ivschat.UpdateRoomOutput, error)

UpdateRoomWithContext mocks base method

type MockIvschatAPIMockRecorder

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

MockIvschatAPIMockRecorder is the mock recorder for MockIvschatAPI

func (*MockIvschatAPIMockRecorder) CreateChatToken

func (mr *MockIvschatAPIMockRecorder) CreateChatToken(arg0 interface{}) *gomock.Call

CreateChatToken indicates an expected call of CreateChatToken

func (*MockIvschatAPIMockRecorder) CreateChatTokenRequest

func (mr *MockIvschatAPIMockRecorder) CreateChatTokenRequest(arg0 interface{}) *gomock.Call

CreateChatTokenRequest indicates an expected call of CreateChatTokenRequest

func (*MockIvschatAPIMockRecorder) CreateChatTokenWithContext

func (mr *MockIvschatAPIMockRecorder) CreateChatTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateChatTokenWithContext indicates an expected call of CreateChatTokenWithContext

func (*MockIvschatAPIMockRecorder) CreateLoggingConfiguration added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) CreateLoggingConfiguration(arg0 interface{}) *gomock.Call

CreateLoggingConfiguration indicates an expected call of CreateLoggingConfiguration

func (*MockIvschatAPIMockRecorder) CreateLoggingConfigurationRequest added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) CreateLoggingConfigurationRequest(arg0 interface{}) *gomock.Call

CreateLoggingConfigurationRequest indicates an expected call of CreateLoggingConfigurationRequest

func (*MockIvschatAPIMockRecorder) CreateLoggingConfigurationWithContext added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) CreateLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoggingConfigurationWithContext indicates an expected call of CreateLoggingConfigurationWithContext

func (*MockIvschatAPIMockRecorder) CreateRoom

func (mr *MockIvschatAPIMockRecorder) CreateRoom(arg0 interface{}) *gomock.Call

CreateRoom indicates an expected call of CreateRoom

func (*MockIvschatAPIMockRecorder) CreateRoomRequest

func (mr *MockIvschatAPIMockRecorder) CreateRoomRequest(arg0 interface{}) *gomock.Call

CreateRoomRequest indicates an expected call of CreateRoomRequest

func (*MockIvschatAPIMockRecorder) CreateRoomWithContext

func (mr *MockIvschatAPIMockRecorder) CreateRoomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRoomWithContext indicates an expected call of CreateRoomWithContext

func (*MockIvschatAPIMockRecorder) DeleteLoggingConfiguration added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) DeleteLoggingConfiguration(arg0 interface{}) *gomock.Call

DeleteLoggingConfiguration indicates an expected call of DeleteLoggingConfiguration

func (*MockIvschatAPIMockRecorder) DeleteLoggingConfigurationRequest added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) DeleteLoggingConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteLoggingConfigurationRequest indicates an expected call of DeleteLoggingConfigurationRequest

func (*MockIvschatAPIMockRecorder) DeleteLoggingConfigurationWithContext added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) DeleteLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoggingConfigurationWithContext indicates an expected call of DeleteLoggingConfigurationWithContext

func (*MockIvschatAPIMockRecorder) DeleteMessage

func (mr *MockIvschatAPIMockRecorder) DeleteMessage(arg0 interface{}) *gomock.Call

DeleteMessage indicates an expected call of DeleteMessage

func (*MockIvschatAPIMockRecorder) DeleteMessageRequest

func (mr *MockIvschatAPIMockRecorder) DeleteMessageRequest(arg0 interface{}) *gomock.Call

DeleteMessageRequest indicates an expected call of DeleteMessageRequest

func (*MockIvschatAPIMockRecorder) DeleteMessageWithContext

func (mr *MockIvschatAPIMockRecorder) DeleteMessageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteMessageWithContext indicates an expected call of DeleteMessageWithContext

func (*MockIvschatAPIMockRecorder) DeleteRoom

func (mr *MockIvschatAPIMockRecorder) DeleteRoom(arg0 interface{}) *gomock.Call

DeleteRoom indicates an expected call of DeleteRoom

func (*MockIvschatAPIMockRecorder) DeleteRoomRequest

func (mr *MockIvschatAPIMockRecorder) DeleteRoomRequest(arg0 interface{}) *gomock.Call

DeleteRoomRequest indicates an expected call of DeleteRoomRequest

func (*MockIvschatAPIMockRecorder) DeleteRoomWithContext

func (mr *MockIvschatAPIMockRecorder) DeleteRoomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRoomWithContext indicates an expected call of DeleteRoomWithContext

func (*MockIvschatAPIMockRecorder) DisconnectUser

func (mr *MockIvschatAPIMockRecorder) DisconnectUser(arg0 interface{}) *gomock.Call

DisconnectUser indicates an expected call of DisconnectUser

func (*MockIvschatAPIMockRecorder) DisconnectUserRequest

func (mr *MockIvschatAPIMockRecorder) DisconnectUserRequest(arg0 interface{}) *gomock.Call

DisconnectUserRequest indicates an expected call of DisconnectUserRequest

func (*MockIvschatAPIMockRecorder) DisconnectUserWithContext

func (mr *MockIvschatAPIMockRecorder) DisconnectUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisconnectUserWithContext indicates an expected call of DisconnectUserWithContext

func (*MockIvschatAPIMockRecorder) GetLoggingConfiguration added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) GetLoggingConfiguration(arg0 interface{}) *gomock.Call

GetLoggingConfiguration indicates an expected call of GetLoggingConfiguration

func (*MockIvschatAPIMockRecorder) GetLoggingConfigurationRequest added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) GetLoggingConfigurationRequest(arg0 interface{}) *gomock.Call

GetLoggingConfigurationRequest indicates an expected call of GetLoggingConfigurationRequest

func (*MockIvschatAPIMockRecorder) GetLoggingConfigurationWithContext added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) GetLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLoggingConfigurationWithContext indicates an expected call of GetLoggingConfigurationWithContext

func (*MockIvschatAPIMockRecorder) GetRoom

func (mr *MockIvschatAPIMockRecorder) GetRoom(arg0 interface{}) *gomock.Call

GetRoom indicates an expected call of GetRoom

func (*MockIvschatAPIMockRecorder) GetRoomRequest

func (mr *MockIvschatAPIMockRecorder) GetRoomRequest(arg0 interface{}) *gomock.Call

GetRoomRequest indicates an expected call of GetRoomRequest

func (*MockIvschatAPIMockRecorder) GetRoomWithContext

func (mr *MockIvschatAPIMockRecorder) GetRoomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRoomWithContext indicates an expected call of GetRoomWithContext

func (*MockIvschatAPIMockRecorder) ListLoggingConfigurations added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurations(arg0 interface{}) *gomock.Call

ListLoggingConfigurations indicates an expected call of ListLoggingConfigurations

func (*MockIvschatAPIMockRecorder) ListLoggingConfigurationsPages added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurationsPages(arg0, arg1 interface{}) *gomock.Call

ListLoggingConfigurationsPages indicates an expected call of ListLoggingConfigurationsPages

func (*MockIvschatAPIMockRecorder) ListLoggingConfigurationsPagesWithContext added in v1.44.140

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

ListLoggingConfigurationsPagesWithContext indicates an expected call of ListLoggingConfigurationsPagesWithContext

func (*MockIvschatAPIMockRecorder) ListLoggingConfigurationsRequest added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurationsRequest(arg0 interface{}) *gomock.Call

ListLoggingConfigurationsRequest indicates an expected call of ListLoggingConfigurationsRequest

func (*MockIvschatAPIMockRecorder) ListLoggingConfigurationsWithContext added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) ListLoggingConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLoggingConfigurationsWithContext indicates an expected call of ListLoggingConfigurationsWithContext

func (*MockIvschatAPIMockRecorder) ListRooms

func (mr *MockIvschatAPIMockRecorder) ListRooms(arg0 interface{}) *gomock.Call

ListRooms indicates an expected call of ListRooms

func (*MockIvschatAPIMockRecorder) ListRoomsPages

func (mr *MockIvschatAPIMockRecorder) ListRoomsPages(arg0, arg1 interface{}) *gomock.Call

ListRoomsPages indicates an expected call of ListRoomsPages

func (*MockIvschatAPIMockRecorder) ListRoomsPagesWithContext

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

ListRoomsPagesWithContext indicates an expected call of ListRoomsPagesWithContext

func (*MockIvschatAPIMockRecorder) ListRoomsRequest

func (mr *MockIvschatAPIMockRecorder) ListRoomsRequest(arg0 interface{}) *gomock.Call

ListRoomsRequest indicates an expected call of ListRoomsRequest

func (*MockIvschatAPIMockRecorder) ListRoomsWithContext

func (mr *MockIvschatAPIMockRecorder) ListRoomsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRoomsWithContext indicates an expected call of ListRoomsWithContext

func (*MockIvschatAPIMockRecorder) ListTagsForResource

func (mr *MockIvschatAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockIvschatAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockIvschatAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockIvschatAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockIvschatAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockIvschatAPIMockRecorder) SendEvent

func (mr *MockIvschatAPIMockRecorder) SendEvent(arg0 interface{}) *gomock.Call

SendEvent indicates an expected call of SendEvent

func (*MockIvschatAPIMockRecorder) SendEventRequest

func (mr *MockIvschatAPIMockRecorder) SendEventRequest(arg0 interface{}) *gomock.Call

SendEventRequest indicates an expected call of SendEventRequest

func (*MockIvschatAPIMockRecorder) SendEventWithContext

func (mr *MockIvschatAPIMockRecorder) SendEventWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendEventWithContext indicates an expected call of SendEventWithContext

func (*MockIvschatAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource

func (*MockIvschatAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockIvschatAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockIvschatAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource

func (*MockIvschatAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockIvschatAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockIvschatAPIMockRecorder) UpdateLoggingConfiguration added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) UpdateLoggingConfiguration(arg0 interface{}) *gomock.Call

UpdateLoggingConfiguration indicates an expected call of UpdateLoggingConfiguration

func (*MockIvschatAPIMockRecorder) UpdateLoggingConfigurationRequest added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) UpdateLoggingConfigurationRequest(arg0 interface{}) *gomock.Call

UpdateLoggingConfigurationRequest indicates an expected call of UpdateLoggingConfigurationRequest

func (*MockIvschatAPIMockRecorder) UpdateLoggingConfigurationWithContext added in v1.44.140

func (mr *MockIvschatAPIMockRecorder) UpdateLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateLoggingConfigurationWithContext indicates an expected call of UpdateLoggingConfigurationWithContext

func (*MockIvschatAPIMockRecorder) UpdateRoom

func (mr *MockIvschatAPIMockRecorder) UpdateRoom(arg0 interface{}) *gomock.Call

UpdateRoom indicates an expected call of UpdateRoom

func (*MockIvschatAPIMockRecorder) UpdateRoomRequest

func (mr *MockIvschatAPIMockRecorder) UpdateRoomRequest(arg0 interface{}) *gomock.Call

UpdateRoomRequest indicates an expected call of UpdateRoomRequest

func (*MockIvschatAPIMockRecorder) UpdateRoomWithContext

func (mr *MockIvschatAPIMockRecorder) UpdateRoomWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRoomWithContext indicates an expected call of UpdateRoomWithContext

Jump to

Keyboard shortcuts

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