Documentation ¶
Overview ¶
Package route53recoveryclustermock is a generated GoMock package.
Index ¶
- type MockRoute53RecoveryClusterAPI
- func (m *MockRoute53RecoveryClusterAPI) EXPECT() *MockRoute53RecoveryClusterAPIMockRecorder
- func (m *MockRoute53RecoveryClusterAPI) GetRoutingControlState(arg0 *route53recoverycluster.GetRoutingControlStateInput) (*route53recoverycluster.GetRoutingControlStateOutput, error)
- func (m *MockRoute53RecoveryClusterAPI) GetRoutingControlStateRequest(arg0 *route53recoverycluster.GetRoutingControlStateInput) (*request.Request, *route53recoverycluster.GetRoutingControlStateOutput)
- func (m *MockRoute53RecoveryClusterAPI) GetRoutingControlStateWithContext(arg0 context.Context, arg1 *route53recoverycluster.GetRoutingControlStateInput, ...) (*route53recoverycluster.GetRoutingControlStateOutput, error)
- func (m *MockRoute53RecoveryClusterAPI) UpdateRoutingControlState(arg0 *route53recoverycluster.UpdateRoutingControlStateInput) (*route53recoverycluster.UpdateRoutingControlStateOutput, error)
- func (m *MockRoute53RecoveryClusterAPI) UpdateRoutingControlStateRequest(arg0 *route53recoverycluster.UpdateRoutingControlStateInput) (*request.Request, *route53recoverycluster.UpdateRoutingControlStateOutput)
- func (m *MockRoute53RecoveryClusterAPI) UpdateRoutingControlStateWithContext(arg0 context.Context, ...) (*route53recoverycluster.UpdateRoutingControlStateOutput, error)
- func (m *MockRoute53RecoveryClusterAPI) UpdateRoutingControlStates(arg0 *route53recoverycluster.UpdateRoutingControlStatesInput) (*route53recoverycluster.UpdateRoutingControlStatesOutput, error)
- func (m *MockRoute53RecoveryClusterAPI) UpdateRoutingControlStatesRequest(arg0 *route53recoverycluster.UpdateRoutingControlStatesInput) (*request.Request, *route53recoverycluster.UpdateRoutingControlStatesOutput)
- func (m *MockRoute53RecoveryClusterAPI) UpdateRoutingControlStatesWithContext(arg0 context.Context, ...) (*route53recoverycluster.UpdateRoutingControlStatesOutput, error)
- type MockRoute53RecoveryClusterAPIMockRecorder
- func (mr *MockRoute53RecoveryClusterAPIMockRecorder) GetRoutingControlState(arg0 interface{}) *gomock.Call
- func (mr *MockRoute53RecoveryClusterAPIMockRecorder) GetRoutingControlStateRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRoute53RecoveryClusterAPIMockRecorder) GetRoutingControlStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlState(arg0 interface{}) *gomock.Call
- func (mr *MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStateRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStates(arg0 interface{}) *gomock.Call
- func (mr *MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStatesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRoute53RecoveryClusterAPI ¶
type MockRoute53RecoveryClusterAPI struct {
// contains filtered or unexported fields
}
MockRoute53RecoveryClusterAPI is a mock of Route53RecoveryClusterAPI interface.
func NewMockRoute53RecoveryClusterAPI ¶
func NewMockRoute53RecoveryClusterAPI(ctrl *gomock.Controller) *MockRoute53RecoveryClusterAPI
NewMockRoute53RecoveryClusterAPI creates a new mock instance.
func (*MockRoute53RecoveryClusterAPI) EXPECT ¶
func (m *MockRoute53RecoveryClusterAPI) EXPECT() *MockRoute53RecoveryClusterAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRoute53RecoveryClusterAPI) GetRoutingControlState ¶
func (m *MockRoute53RecoveryClusterAPI) GetRoutingControlState(arg0 *route53recoverycluster.GetRoutingControlStateInput) (*route53recoverycluster.GetRoutingControlStateOutput, error)
GetRoutingControlState mocks base method.
func (*MockRoute53RecoveryClusterAPI) GetRoutingControlStateRequest ¶
func (m *MockRoute53RecoveryClusterAPI) GetRoutingControlStateRequest(arg0 *route53recoverycluster.GetRoutingControlStateInput) (*request.Request, *route53recoverycluster.GetRoutingControlStateOutput)
GetRoutingControlStateRequest mocks base method.
func (*MockRoute53RecoveryClusterAPI) GetRoutingControlStateWithContext ¶
func (m *MockRoute53RecoveryClusterAPI) GetRoutingControlStateWithContext(arg0 context.Context, arg1 *route53recoverycluster.GetRoutingControlStateInput, arg2 ...request.Option) (*route53recoverycluster.GetRoutingControlStateOutput, error)
GetRoutingControlStateWithContext mocks base method.
func (*MockRoute53RecoveryClusterAPI) UpdateRoutingControlState ¶
func (m *MockRoute53RecoveryClusterAPI) UpdateRoutingControlState(arg0 *route53recoverycluster.UpdateRoutingControlStateInput) (*route53recoverycluster.UpdateRoutingControlStateOutput, error)
UpdateRoutingControlState mocks base method.
func (*MockRoute53RecoveryClusterAPI) UpdateRoutingControlStateRequest ¶
func (m *MockRoute53RecoveryClusterAPI) UpdateRoutingControlStateRequest(arg0 *route53recoverycluster.UpdateRoutingControlStateInput) (*request.Request, *route53recoverycluster.UpdateRoutingControlStateOutput)
UpdateRoutingControlStateRequest mocks base method.
func (*MockRoute53RecoveryClusterAPI) UpdateRoutingControlStateWithContext ¶
func (m *MockRoute53RecoveryClusterAPI) UpdateRoutingControlStateWithContext(arg0 context.Context, arg1 *route53recoverycluster.UpdateRoutingControlStateInput, arg2 ...request.Option) (*route53recoverycluster.UpdateRoutingControlStateOutput, error)
UpdateRoutingControlStateWithContext mocks base method.
func (*MockRoute53RecoveryClusterAPI) UpdateRoutingControlStates ¶
func (m *MockRoute53RecoveryClusterAPI) UpdateRoutingControlStates(arg0 *route53recoverycluster.UpdateRoutingControlStatesInput) (*route53recoverycluster.UpdateRoutingControlStatesOutput, error)
UpdateRoutingControlStates mocks base method.
func (*MockRoute53RecoveryClusterAPI) UpdateRoutingControlStatesRequest ¶
func (m *MockRoute53RecoveryClusterAPI) UpdateRoutingControlStatesRequest(arg0 *route53recoverycluster.UpdateRoutingControlStatesInput) (*request.Request, *route53recoverycluster.UpdateRoutingControlStatesOutput)
UpdateRoutingControlStatesRequest mocks base method.
func (*MockRoute53RecoveryClusterAPI) UpdateRoutingControlStatesWithContext ¶
func (m *MockRoute53RecoveryClusterAPI) UpdateRoutingControlStatesWithContext(arg0 context.Context, arg1 *route53recoverycluster.UpdateRoutingControlStatesInput, arg2 ...request.Option) (*route53recoverycluster.UpdateRoutingControlStatesOutput, error)
UpdateRoutingControlStatesWithContext mocks base method.
type MockRoute53RecoveryClusterAPIMockRecorder ¶
type MockRoute53RecoveryClusterAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockRoute53RecoveryClusterAPIMockRecorder is the mock recorder for MockRoute53RecoveryClusterAPI.
func (*MockRoute53RecoveryClusterAPIMockRecorder) GetRoutingControlState ¶
func (mr *MockRoute53RecoveryClusterAPIMockRecorder) GetRoutingControlState(arg0 interface{}) *gomock.Call
GetRoutingControlState indicates an expected call of GetRoutingControlState.
func (*MockRoute53RecoveryClusterAPIMockRecorder) GetRoutingControlStateRequest ¶
func (mr *MockRoute53RecoveryClusterAPIMockRecorder) GetRoutingControlStateRequest(arg0 interface{}) *gomock.Call
GetRoutingControlStateRequest indicates an expected call of GetRoutingControlStateRequest.
func (*MockRoute53RecoveryClusterAPIMockRecorder) GetRoutingControlStateWithContext ¶
func (mr *MockRoute53RecoveryClusterAPIMockRecorder) GetRoutingControlStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetRoutingControlStateWithContext indicates an expected call of GetRoutingControlStateWithContext.
func (*MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlState ¶
func (mr *MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlState(arg0 interface{}) *gomock.Call
UpdateRoutingControlState indicates an expected call of UpdateRoutingControlState.
func (*MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStateRequest ¶
func (mr *MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStateRequest(arg0 interface{}) *gomock.Call
UpdateRoutingControlStateRequest indicates an expected call of UpdateRoutingControlStateRequest.
func (*MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStateWithContext ¶
func (mr *MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateRoutingControlStateWithContext indicates an expected call of UpdateRoutingControlStateWithContext.
func (*MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStates ¶
func (mr *MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStates(arg0 interface{}) *gomock.Call
UpdateRoutingControlStates indicates an expected call of UpdateRoutingControlStates.
func (*MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStatesRequest ¶
func (mr *MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStatesRequest(arg0 interface{}) *gomock.Call
UpdateRoutingControlStatesRequest indicates an expected call of UpdateRoutingControlStatesRequest.
func (*MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStatesWithContext ¶
func (mr *MockRoute53RecoveryClusterAPIMockRecorder) UpdateRoutingControlStatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateRoutingControlStatesWithContext indicates an expected call of UpdateRoutingControlStatesWithContext.