Documentation ¶
Overview ¶
Package migrationhubconfigmock is a generated GoMock package.
Index ¶
- type MockMigrationHubConfigAPI
- func (m *MockMigrationHubConfigAPI) CreateHomeRegionControl(arg0 *migrationhubconfig.CreateHomeRegionControlInput) (*migrationhubconfig.CreateHomeRegionControlOutput, error)
- func (m *MockMigrationHubConfigAPI) CreateHomeRegionControlRequest(arg0 *migrationhubconfig.CreateHomeRegionControlInput) (*request.Request, *migrationhubconfig.CreateHomeRegionControlOutput)
- func (m *MockMigrationHubConfigAPI) CreateHomeRegionControlWithContext(arg0 context.Context, arg1 *migrationhubconfig.CreateHomeRegionControlInput, ...) (*migrationhubconfig.CreateHomeRegionControlOutput, error)
- func (m *MockMigrationHubConfigAPI) DescribeHomeRegionControls(arg0 *migrationhubconfig.DescribeHomeRegionControlsInput) (*migrationhubconfig.DescribeHomeRegionControlsOutput, error)
- func (m *MockMigrationHubConfigAPI) DescribeHomeRegionControlsPages(arg0 *migrationhubconfig.DescribeHomeRegionControlsInput, ...) error
- func (m *MockMigrationHubConfigAPI) DescribeHomeRegionControlsPagesWithContext(arg0 context.Context, arg1 *migrationhubconfig.DescribeHomeRegionControlsInput, ...) error
- func (m *MockMigrationHubConfigAPI) DescribeHomeRegionControlsRequest(arg0 *migrationhubconfig.DescribeHomeRegionControlsInput) (*request.Request, *migrationhubconfig.DescribeHomeRegionControlsOutput)
- func (m *MockMigrationHubConfigAPI) DescribeHomeRegionControlsWithContext(arg0 context.Context, arg1 *migrationhubconfig.DescribeHomeRegionControlsInput, ...) (*migrationhubconfig.DescribeHomeRegionControlsOutput, error)
- func (m *MockMigrationHubConfigAPI) EXPECT() *MockMigrationHubConfigAPIMockRecorder
- func (m *MockMigrationHubConfigAPI) GetHomeRegion(arg0 *migrationhubconfig.GetHomeRegionInput) (*migrationhubconfig.GetHomeRegionOutput, error)
- func (m *MockMigrationHubConfigAPI) GetHomeRegionRequest(arg0 *migrationhubconfig.GetHomeRegionInput) (*request.Request, *migrationhubconfig.GetHomeRegionOutput)
- func (m *MockMigrationHubConfigAPI) GetHomeRegionWithContext(arg0 context.Context, arg1 *migrationhubconfig.GetHomeRegionInput, ...) (*migrationhubconfig.GetHomeRegionOutput, error)
- type MockMigrationHubConfigAPIMockRecorder
- func (mr *MockMigrationHubConfigAPIMockRecorder) CreateHomeRegionControl(arg0 interface{}) *gomock.Call
- func (mr *MockMigrationHubConfigAPIMockRecorder) CreateHomeRegionControlRequest(arg0 interface{}) *gomock.Call
- func (mr *MockMigrationHubConfigAPIMockRecorder) CreateHomeRegionControlWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControls(arg0 interface{}) *gomock.Call
- func (mr *MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControlsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControlsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControlsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControlsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockMigrationHubConfigAPIMockRecorder) GetHomeRegion(arg0 interface{}) *gomock.Call
- func (mr *MockMigrationHubConfigAPIMockRecorder) GetHomeRegionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockMigrationHubConfigAPIMockRecorder) GetHomeRegionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMigrationHubConfigAPI ¶
type MockMigrationHubConfigAPI struct {
// contains filtered or unexported fields
}
MockMigrationHubConfigAPI is a mock of MigrationHubConfigAPI interface
func NewMockMigrationHubConfigAPI ¶
func NewMockMigrationHubConfigAPI(ctrl *gomock.Controller) *MockMigrationHubConfigAPI
NewMockMigrationHubConfigAPI creates a new mock instance
func (*MockMigrationHubConfigAPI) CreateHomeRegionControl ¶
func (m *MockMigrationHubConfigAPI) CreateHomeRegionControl(arg0 *migrationhubconfig.CreateHomeRegionControlInput) (*migrationhubconfig.CreateHomeRegionControlOutput, error)
CreateHomeRegionControl mocks base method
func (*MockMigrationHubConfigAPI) CreateHomeRegionControlRequest ¶
func (m *MockMigrationHubConfigAPI) CreateHomeRegionControlRequest(arg0 *migrationhubconfig.CreateHomeRegionControlInput) (*request.Request, *migrationhubconfig.CreateHomeRegionControlOutput)
CreateHomeRegionControlRequest mocks base method
func (*MockMigrationHubConfigAPI) CreateHomeRegionControlWithContext ¶
func (m *MockMigrationHubConfigAPI) CreateHomeRegionControlWithContext(arg0 context.Context, arg1 *migrationhubconfig.CreateHomeRegionControlInput, arg2 ...request.Option) (*migrationhubconfig.CreateHomeRegionControlOutput, error)
CreateHomeRegionControlWithContext mocks base method
func (*MockMigrationHubConfigAPI) DescribeHomeRegionControls ¶
func (m *MockMigrationHubConfigAPI) DescribeHomeRegionControls(arg0 *migrationhubconfig.DescribeHomeRegionControlsInput) (*migrationhubconfig.DescribeHomeRegionControlsOutput, error)
DescribeHomeRegionControls mocks base method
func (*MockMigrationHubConfigAPI) DescribeHomeRegionControlsPages ¶
func (m *MockMigrationHubConfigAPI) DescribeHomeRegionControlsPages(arg0 *migrationhubconfig.DescribeHomeRegionControlsInput, arg1 func(*migrationhubconfig.DescribeHomeRegionControlsOutput, bool) bool) error
DescribeHomeRegionControlsPages mocks base method
func (*MockMigrationHubConfigAPI) DescribeHomeRegionControlsPagesWithContext ¶
func (m *MockMigrationHubConfigAPI) DescribeHomeRegionControlsPagesWithContext(arg0 context.Context, arg1 *migrationhubconfig.DescribeHomeRegionControlsInput, arg2 func(*migrationhubconfig.DescribeHomeRegionControlsOutput, bool) bool, arg3 ...request.Option) error
DescribeHomeRegionControlsPagesWithContext mocks base method
func (*MockMigrationHubConfigAPI) DescribeHomeRegionControlsRequest ¶
func (m *MockMigrationHubConfigAPI) DescribeHomeRegionControlsRequest(arg0 *migrationhubconfig.DescribeHomeRegionControlsInput) (*request.Request, *migrationhubconfig.DescribeHomeRegionControlsOutput)
DescribeHomeRegionControlsRequest mocks base method
func (*MockMigrationHubConfigAPI) DescribeHomeRegionControlsWithContext ¶
func (m *MockMigrationHubConfigAPI) DescribeHomeRegionControlsWithContext(arg0 context.Context, arg1 *migrationhubconfig.DescribeHomeRegionControlsInput, arg2 ...request.Option) (*migrationhubconfig.DescribeHomeRegionControlsOutput, error)
DescribeHomeRegionControlsWithContext mocks base method
func (*MockMigrationHubConfigAPI) EXPECT ¶
func (m *MockMigrationHubConfigAPI) EXPECT() *MockMigrationHubConfigAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMigrationHubConfigAPI) GetHomeRegion ¶
func (m *MockMigrationHubConfigAPI) GetHomeRegion(arg0 *migrationhubconfig.GetHomeRegionInput) (*migrationhubconfig.GetHomeRegionOutput, error)
GetHomeRegion mocks base method
func (*MockMigrationHubConfigAPI) GetHomeRegionRequest ¶
func (m *MockMigrationHubConfigAPI) GetHomeRegionRequest(arg0 *migrationhubconfig.GetHomeRegionInput) (*request.Request, *migrationhubconfig.GetHomeRegionOutput)
GetHomeRegionRequest mocks base method
func (*MockMigrationHubConfigAPI) GetHomeRegionWithContext ¶
func (m *MockMigrationHubConfigAPI) GetHomeRegionWithContext(arg0 context.Context, arg1 *migrationhubconfig.GetHomeRegionInput, arg2 ...request.Option) (*migrationhubconfig.GetHomeRegionOutput, error)
GetHomeRegionWithContext mocks base method
type MockMigrationHubConfigAPIMockRecorder ¶
type MockMigrationHubConfigAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockMigrationHubConfigAPIMockRecorder is the mock recorder for MockMigrationHubConfigAPI
func (*MockMigrationHubConfigAPIMockRecorder) CreateHomeRegionControl ¶
func (mr *MockMigrationHubConfigAPIMockRecorder) CreateHomeRegionControl(arg0 interface{}) *gomock.Call
CreateHomeRegionControl indicates an expected call of CreateHomeRegionControl
func (*MockMigrationHubConfigAPIMockRecorder) CreateHomeRegionControlRequest ¶
func (mr *MockMigrationHubConfigAPIMockRecorder) CreateHomeRegionControlRequest(arg0 interface{}) *gomock.Call
CreateHomeRegionControlRequest indicates an expected call of CreateHomeRegionControlRequest
func (*MockMigrationHubConfigAPIMockRecorder) CreateHomeRegionControlWithContext ¶
func (mr *MockMigrationHubConfigAPIMockRecorder) CreateHomeRegionControlWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateHomeRegionControlWithContext indicates an expected call of CreateHomeRegionControlWithContext
func (*MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControls ¶
func (mr *MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControls(arg0 interface{}) *gomock.Call
DescribeHomeRegionControls indicates an expected call of DescribeHomeRegionControls
func (*MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControlsPages ¶
func (mr *MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControlsPages(arg0, arg1 interface{}) *gomock.Call
DescribeHomeRegionControlsPages indicates an expected call of DescribeHomeRegionControlsPages
func (*MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControlsPagesWithContext ¶
func (mr *MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControlsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
DescribeHomeRegionControlsPagesWithContext indicates an expected call of DescribeHomeRegionControlsPagesWithContext
func (*MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControlsRequest ¶
func (mr *MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControlsRequest(arg0 interface{}) *gomock.Call
DescribeHomeRegionControlsRequest indicates an expected call of DescribeHomeRegionControlsRequest
func (*MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControlsWithContext ¶
func (mr *MockMigrationHubConfigAPIMockRecorder) DescribeHomeRegionControlsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeHomeRegionControlsWithContext indicates an expected call of DescribeHomeRegionControlsWithContext
func (*MockMigrationHubConfigAPIMockRecorder) GetHomeRegion ¶
func (mr *MockMigrationHubConfigAPIMockRecorder) GetHomeRegion(arg0 interface{}) *gomock.Call
GetHomeRegion indicates an expected call of GetHomeRegion
func (*MockMigrationHubConfigAPIMockRecorder) GetHomeRegionRequest ¶
func (mr *MockMigrationHubConfigAPIMockRecorder) GetHomeRegionRequest(arg0 interface{}) *gomock.Call
GetHomeRegionRequest indicates an expected call of GetHomeRegionRequest
func (*MockMigrationHubConfigAPIMockRecorder) GetHomeRegionWithContext ¶
func (mr *MockMigrationHubConfigAPIMockRecorder) GetHomeRegionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetHomeRegionWithContext indicates an expected call of GetHomeRegionWithContext