internetmonitormock

package
v1.44.261 Latest Latest
Warning

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

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

Documentation

Overview

Package internetmonitormock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockInternetMonitorAPI

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

MockInternetMonitorAPI is a mock of InternetMonitorAPI interface

func NewMockInternetMonitorAPI

func NewMockInternetMonitorAPI(ctrl *gomock.Controller) *MockInternetMonitorAPI

NewMockInternetMonitorAPI creates a new mock instance

func (*MockInternetMonitorAPI) CreateMonitor

CreateMonitor mocks base method

func (*MockInternetMonitorAPI) CreateMonitorRequest

CreateMonitorRequest mocks base method

func (*MockInternetMonitorAPI) CreateMonitorWithContext

CreateMonitorWithContext mocks base method

func (*MockInternetMonitorAPI) DeleteMonitor

DeleteMonitor mocks base method

func (*MockInternetMonitorAPI) DeleteMonitorRequest

DeleteMonitorRequest mocks base method

func (*MockInternetMonitorAPI) DeleteMonitorWithContext

DeleteMonitorWithContext mocks base method

func (*MockInternetMonitorAPI) EXPECT

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

func (*MockInternetMonitorAPI) GetHealthEvent

GetHealthEvent mocks base method

func (*MockInternetMonitorAPI) GetHealthEventRequest

GetHealthEventRequest mocks base method

func (*MockInternetMonitorAPI) GetHealthEventWithContext

GetHealthEventWithContext mocks base method

func (*MockInternetMonitorAPI) GetMonitor

GetMonitor mocks base method

func (*MockInternetMonitorAPI) GetMonitorRequest

GetMonitorRequest mocks base method

func (*MockInternetMonitorAPI) GetMonitorWithContext

GetMonitorWithContext mocks base method

func (*MockInternetMonitorAPI) ListHealthEvents

ListHealthEvents mocks base method

func (*MockInternetMonitorAPI) ListHealthEventsPages

ListHealthEventsPages mocks base method

func (*MockInternetMonitorAPI) ListHealthEventsPagesWithContext

func (m *MockInternetMonitorAPI) ListHealthEventsPagesWithContext(arg0 context.Context, arg1 *internetmonitor.ListHealthEventsInput, arg2 func(*internetmonitor.ListHealthEventsOutput, bool) bool, arg3 ...request.Option) error

ListHealthEventsPagesWithContext mocks base method

func (*MockInternetMonitorAPI) ListHealthEventsRequest

ListHealthEventsRequest mocks base method

func (*MockInternetMonitorAPI) ListHealthEventsWithContext

ListHealthEventsWithContext mocks base method

func (*MockInternetMonitorAPI) ListMonitors

ListMonitors mocks base method

func (*MockInternetMonitorAPI) ListMonitorsPages

ListMonitorsPages mocks base method

func (*MockInternetMonitorAPI) ListMonitorsPagesWithContext

func (m *MockInternetMonitorAPI) ListMonitorsPagesWithContext(arg0 context.Context, arg1 *internetmonitor.ListMonitorsInput, arg2 func(*internetmonitor.ListMonitorsOutput, bool) bool, arg3 ...request.Option) error

ListMonitorsPagesWithContext mocks base method

func (*MockInternetMonitorAPI) ListMonitorsRequest

ListMonitorsRequest mocks base method

func (*MockInternetMonitorAPI) ListMonitorsWithContext

ListMonitorsWithContext mocks base method

func (*MockInternetMonitorAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockInternetMonitorAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockInternetMonitorAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext mocks base method

func (*MockInternetMonitorAPI) TagResource

TagResource mocks base method

func (*MockInternetMonitorAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockInternetMonitorAPI) TagResourceWithContext

TagResourceWithContext mocks base method

func (*MockInternetMonitorAPI) UntagResource

UntagResource mocks base method

func (*MockInternetMonitorAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockInternetMonitorAPI) UntagResourceWithContext

UntagResourceWithContext mocks base method

func (*MockInternetMonitorAPI) UpdateMonitor

UpdateMonitor mocks base method

func (*MockInternetMonitorAPI) UpdateMonitorRequest

UpdateMonitorRequest mocks base method

func (*MockInternetMonitorAPI) UpdateMonitorWithContext

UpdateMonitorWithContext mocks base method

type MockInternetMonitorAPIMockRecorder

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

MockInternetMonitorAPIMockRecorder is the mock recorder for MockInternetMonitorAPI

func (*MockInternetMonitorAPIMockRecorder) CreateMonitor

func (mr *MockInternetMonitorAPIMockRecorder) CreateMonitor(arg0 interface{}) *gomock.Call

CreateMonitor indicates an expected call of CreateMonitor

func (*MockInternetMonitorAPIMockRecorder) CreateMonitorRequest

func (mr *MockInternetMonitorAPIMockRecorder) CreateMonitorRequest(arg0 interface{}) *gomock.Call

CreateMonitorRequest indicates an expected call of CreateMonitorRequest

func (*MockInternetMonitorAPIMockRecorder) CreateMonitorWithContext

func (mr *MockInternetMonitorAPIMockRecorder) CreateMonitorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateMonitorWithContext indicates an expected call of CreateMonitorWithContext

func (*MockInternetMonitorAPIMockRecorder) DeleteMonitor

func (mr *MockInternetMonitorAPIMockRecorder) DeleteMonitor(arg0 interface{}) *gomock.Call

DeleteMonitor indicates an expected call of DeleteMonitor

func (*MockInternetMonitorAPIMockRecorder) DeleteMonitorRequest

func (mr *MockInternetMonitorAPIMockRecorder) DeleteMonitorRequest(arg0 interface{}) *gomock.Call

DeleteMonitorRequest indicates an expected call of DeleteMonitorRequest

func (*MockInternetMonitorAPIMockRecorder) DeleteMonitorWithContext

func (mr *MockInternetMonitorAPIMockRecorder) DeleteMonitorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteMonitorWithContext indicates an expected call of DeleteMonitorWithContext

func (*MockInternetMonitorAPIMockRecorder) GetHealthEvent

func (mr *MockInternetMonitorAPIMockRecorder) GetHealthEvent(arg0 interface{}) *gomock.Call

GetHealthEvent indicates an expected call of GetHealthEvent

func (*MockInternetMonitorAPIMockRecorder) GetHealthEventRequest

func (mr *MockInternetMonitorAPIMockRecorder) GetHealthEventRequest(arg0 interface{}) *gomock.Call

GetHealthEventRequest indicates an expected call of GetHealthEventRequest

func (*MockInternetMonitorAPIMockRecorder) GetHealthEventWithContext

func (mr *MockInternetMonitorAPIMockRecorder) GetHealthEventWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHealthEventWithContext indicates an expected call of GetHealthEventWithContext

func (*MockInternetMonitorAPIMockRecorder) GetMonitor

func (mr *MockInternetMonitorAPIMockRecorder) GetMonitor(arg0 interface{}) *gomock.Call

GetMonitor indicates an expected call of GetMonitor

func (*MockInternetMonitorAPIMockRecorder) GetMonitorRequest

func (mr *MockInternetMonitorAPIMockRecorder) GetMonitorRequest(arg0 interface{}) *gomock.Call

GetMonitorRequest indicates an expected call of GetMonitorRequest

func (*MockInternetMonitorAPIMockRecorder) GetMonitorWithContext

func (mr *MockInternetMonitorAPIMockRecorder) GetMonitorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMonitorWithContext indicates an expected call of GetMonitorWithContext

func (*MockInternetMonitorAPIMockRecorder) ListHealthEvents

func (mr *MockInternetMonitorAPIMockRecorder) ListHealthEvents(arg0 interface{}) *gomock.Call

ListHealthEvents indicates an expected call of ListHealthEvents

func (*MockInternetMonitorAPIMockRecorder) ListHealthEventsPages

func (mr *MockInternetMonitorAPIMockRecorder) ListHealthEventsPages(arg0, arg1 interface{}) *gomock.Call

ListHealthEventsPages indicates an expected call of ListHealthEventsPages

func (*MockInternetMonitorAPIMockRecorder) ListHealthEventsPagesWithContext

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

ListHealthEventsPagesWithContext indicates an expected call of ListHealthEventsPagesWithContext

func (*MockInternetMonitorAPIMockRecorder) ListHealthEventsRequest

func (mr *MockInternetMonitorAPIMockRecorder) ListHealthEventsRequest(arg0 interface{}) *gomock.Call

ListHealthEventsRequest indicates an expected call of ListHealthEventsRequest

func (*MockInternetMonitorAPIMockRecorder) ListHealthEventsWithContext

func (mr *MockInternetMonitorAPIMockRecorder) ListHealthEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListHealthEventsWithContext indicates an expected call of ListHealthEventsWithContext

func (*MockInternetMonitorAPIMockRecorder) ListMonitors

func (mr *MockInternetMonitorAPIMockRecorder) ListMonitors(arg0 interface{}) *gomock.Call

ListMonitors indicates an expected call of ListMonitors

func (*MockInternetMonitorAPIMockRecorder) ListMonitorsPages

func (mr *MockInternetMonitorAPIMockRecorder) ListMonitorsPages(arg0, arg1 interface{}) *gomock.Call

ListMonitorsPages indicates an expected call of ListMonitorsPages

func (*MockInternetMonitorAPIMockRecorder) ListMonitorsPagesWithContext

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

ListMonitorsPagesWithContext indicates an expected call of ListMonitorsPagesWithContext

func (*MockInternetMonitorAPIMockRecorder) ListMonitorsRequest

func (mr *MockInternetMonitorAPIMockRecorder) ListMonitorsRequest(arg0 interface{}) *gomock.Call

ListMonitorsRequest indicates an expected call of ListMonitorsRequest

func (*MockInternetMonitorAPIMockRecorder) ListMonitorsWithContext

func (mr *MockInternetMonitorAPIMockRecorder) ListMonitorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMonitorsWithContext indicates an expected call of ListMonitorsWithContext

func (*MockInternetMonitorAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockInternetMonitorAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockInternetMonitorAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockInternetMonitorAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource

func (*MockInternetMonitorAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockInternetMonitorAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockInternetMonitorAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource

func (*MockInternetMonitorAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockInternetMonitorAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockInternetMonitorAPIMockRecorder) UpdateMonitor

func (mr *MockInternetMonitorAPIMockRecorder) UpdateMonitor(arg0 interface{}) *gomock.Call

UpdateMonitor indicates an expected call of UpdateMonitor

func (*MockInternetMonitorAPIMockRecorder) UpdateMonitorRequest

func (mr *MockInternetMonitorAPIMockRecorder) UpdateMonitorRequest(arg0 interface{}) *gomock.Call

UpdateMonitorRequest indicates an expected call of UpdateMonitorRequest

func (*MockInternetMonitorAPIMockRecorder) UpdateMonitorWithContext

func (mr *MockInternetMonitorAPIMockRecorder) UpdateMonitorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateMonitorWithContext indicates an expected call of UpdateMonitorWithContext

Jump to

Keyboard shortcuts

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