Documentation ¶
Overview ¶
Package iotjobsdataplanemock is a generated GoMock package.
Index ¶
- type MockIoTJobsDataPlaneAPI
- func (m *MockIoTJobsDataPlaneAPI) DescribeJobExecution(arg0 *iotjobsdataplane.DescribeJobExecutionInput) (*iotjobsdataplane.DescribeJobExecutionOutput, error)
- func (m *MockIoTJobsDataPlaneAPI) DescribeJobExecutionRequest(arg0 *iotjobsdataplane.DescribeJobExecutionInput) (*request.Request, *iotjobsdataplane.DescribeJobExecutionOutput)
- func (m *MockIoTJobsDataPlaneAPI) DescribeJobExecutionWithContext(arg0 context.Context, arg1 *iotjobsdataplane.DescribeJobExecutionInput, ...) (*iotjobsdataplane.DescribeJobExecutionOutput, error)
- func (m *MockIoTJobsDataPlaneAPI) EXPECT() *MockIoTJobsDataPlaneAPIMockRecorder
- func (m *MockIoTJobsDataPlaneAPI) GetPendingJobExecutions(arg0 *iotjobsdataplane.GetPendingJobExecutionsInput) (*iotjobsdataplane.GetPendingJobExecutionsOutput, error)
- func (m *MockIoTJobsDataPlaneAPI) GetPendingJobExecutionsRequest(arg0 *iotjobsdataplane.GetPendingJobExecutionsInput) (*request.Request, *iotjobsdataplane.GetPendingJobExecutionsOutput)
- func (m *MockIoTJobsDataPlaneAPI) GetPendingJobExecutionsWithContext(arg0 context.Context, arg1 *iotjobsdataplane.GetPendingJobExecutionsInput, ...) (*iotjobsdataplane.GetPendingJobExecutionsOutput, error)
- func (m *MockIoTJobsDataPlaneAPI) StartNextPendingJobExecution(arg0 *iotjobsdataplane.StartNextPendingJobExecutionInput) (*iotjobsdataplane.StartNextPendingJobExecutionOutput, error)
- func (m *MockIoTJobsDataPlaneAPI) StartNextPendingJobExecutionRequest(arg0 *iotjobsdataplane.StartNextPendingJobExecutionInput) (*request.Request, *iotjobsdataplane.StartNextPendingJobExecutionOutput)
- func (m *MockIoTJobsDataPlaneAPI) StartNextPendingJobExecutionWithContext(arg0 context.Context, arg1 *iotjobsdataplane.StartNextPendingJobExecutionInput, ...) (*iotjobsdataplane.StartNextPendingJobExecutionOutput, error)
- func (m *MockIoTJobsDataPlaneAPI) UpdateJobExecution(arg0 *iotjobsdataplane.UpdateJobExecutionInput) (*iotjobsdataplane.UpdateJobExecutionOutput, error)
- func (m *MockIoTJobsDataPlaneAPI) UpdateJobExecutionRequest(arg0 *iotjobsdataplane.UpdateJobExecutionInput) (*request.Request, *iotjobsdataplane.UpdateJobExecutionOutput)
- func (m *MockIoTJobsDataPlaneAPI) UpdateJobExecutionWithContext(arg0 context.Context, arg1 *iotjobsdataplane.UpdateJobExecutionInput, ...) (*iotjobsdataplane.UpdateJobExecutionOutput, error)
- type MockIoTJobsDataPlaneAPIMockRecorder
- func (mr *MockIoTJobsDataPlaneAPIMockRecorder) DescribeJobExecution(arg0 interface{}) *gomock.Call
- func (mr *MockIoTJobsDataPlaneAPIMockRecorder) DescribeJobExecutionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTJobsDataPlaneAPIMockRecorder) DescribeJobExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTJobsDataPlaneAPIMockRecorder) GetPendingJobExecutions(arg0 interface{}) *gomock.Call
- func (mr *MockIoTJobsDataPlaneAPIMockRecorder) GetPendingJobExecutionsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTJobsDataPlaneAPIMockRecorder) GetPendingJobExecutionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTJobsDataPlaneAPIMockRecorder) StartNextPendingJobExecution(arg0 interface{}) *gomock.Call
- func (mr *MockIoTJobsDataPlaneAPIMockRecorder) StartNextPendingJobExecutionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTJobsDataPlaneAPIMockRecorder) StartNextPendingJobExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTJobsDataPlaneAPIMockRecorder) UpdateJobExecution(arg0 interface{}) *gomock.Call
- func (mr *MockIoTJobsDataPlaneAPIMockRecorder) UpdateJobExecutionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTJobsDataPlaneAPIMockRecorder) UpdateJobExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIoTJobsDataPlaneAPI ¶
type MockIoTJobsDataPlaneAPI struct {
// contains filtered or unexported fields
}
MockIoTJobsDataPlaneAPI is a mock of IoTJobsDataPlaneAPI interface
func NewMockIoTJobsDataPlaneAPI ¶
func NewMockIoTJobsDataPlaneAPI(ctrl *gomock.Controller) *MockIoTJobsDataPlaneAPI
NewMockIoTJobsDataPlaneAPI creates a new mock instance
func (*MockIoTJobsDataPlaneAPI) DescribeJobExecution ¶
func (m *MockIoTJobsDataPlaneAPI) DescribeJobExecution(arg0 *iotjobsdataplane.DescribeJobExecutionInput) (*iotjobsdataplane.DescribeJobExecutionOutput, error)
DescribeJobExecution mocks base method
func (*MockIoTJobsDataPlaneAPI) DescribeJobExecutionRequest ¶
func (m *MockIoTJobsDataPlaneAPI) DescribeJobExecutionRequest(arg0 *iotjobsdataplane.DescribeJobExecutionInput) (*request.Request, *iotjobsdataplane.DescribeJobExecutionOutput)
DescribeJobExecutionRequest mocks base method
func (*MockIoTJobsDataPlaneAPI) DescribeJobExecutionWithContext ¶
func (m *MockIoTJobsDataPlaneAPI) DescribeJobExecutionWithContext(arg0 context.Context, arg1 *iotjobsdataplane.DescribeJobExecutionInput, arg2 ...request.Option) (*iotjobsdataplane.DescribeJobExecutionOutput, error)
DescribeJobExecutionWithContext mocks base method
func (*MockIoTJobsDataPlaneAPI) EXPECT ¶
func (m *MockIoTJobsDataPlaneAPI) EXPECT() *MockIoTJobsDataPlaneAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIoTJobsDataPlaneAPI) GetPendingJobExecutions ¶
func (m *MockIoTJobsDataPlaneAPI) GetPendingJobExecutions(arg0 *iotjobsdataplane.GetPendingJobExecutionsInput) (*iotjobsdataplane.GetPendingJobExecutionsOutput, error)
GetPendingJobExecutions mocks base method
func (*MockIoTJobsDataPlaneAPI) GetPendingJobExecutionsRequest ¶
func (m *MockIoTJobsDataPlaneAPI) GetPendingJobExecutionsRequest(arg0 *iotjobsdataplane.GetPendingJobExecutionsInput) (*request.Request, *iotjobsdataplane.GetPendingJobExecutionsOutput)
GetPendingJobExecutionsRequest mocks base method
func (*MockIoTJobsDataPlaneAPI) GetPendingJobExecutionsWithContext ¶
func (m *MockIoTJobsDataPlaneAPI) GetPendingJobExecutionsWithContext(arg0 context.Context, arg1 *iotjobsdataplane.GetPendingJobExecutionsInput, arg2 ...request.Option) (*iotjobsdataplane.GetPendingJobExecutionsOutput, error)
GetPendingJobExecutionsWithContext mocks base method
func (*MockIoTJobsDataPlaneAPI) StartNextPendingJobExecution ¶
func (m *MockIoTJobsDataPlaneAPI) StartNextPendingJobExecution(arg0 *iotjobsdataplane.StartNextPendingJobExecutionInput) (*iotjobsdataplane.StartNextPendingJobExecutionOutput, error)
StartNextPendingJobExecution mocks base method
func (*MockIoTJobsDataPlaneAPI) StartNextPendingJobExecutionRequest ¶
func (m *MockIoTJobsDataPlaneAPI) StartNextPendingJobExecutionRequest(arg0 *iotjobsdataplane.StartNextPendingJobExecutionInput) (*request.Request, *iotjobsdataplane.StartNextPendingJobExecutionOutput)
StartNextPendingJobExecutionRequest mocks base method
func (*MockIoTJobsDataPlaneAPI) StartNextPendingJobExecutionWithContext ¶
func (m *MockIoTJobsDataPlaneAPI) StartNextPendingJobExecutionWithContext(arg0 context.Context, arg1 *iotjobsdataplane.StartNextPendingJobExecutionInput, arg2 ...request.Option) (*iotjobsdataplane.StartNextPendingJobExecutionOutput, error)
StartNextPendingJobExecutionWithContext mocks base method
func (*MockIoTJobsDataPlaneAPI) UpdateJobExecution ¶
func (m *MockIoTJobsDataPlaneAPI) UpdateJobExecution(arg0 *iotjobsdataplane.UpdateJobExecutionInput) (*iotjobsdataplane.UpdateJobExecutionOutput, error)
UpdateJobExecution mocks base method
func (*MockIoTJobsDataPlaneAPI) UpdateJobExecutionRequest ¶
func (m *MockIoTJobsDataPlaneAPI) UpdateJobExecutionRequest(arg0 *iotjobsdataplane.UpdateJobExecutionInput) (*request.Request, *iotjobsdataplane.UpdateJobExecutionOutput)
UpdateJobExecutionRequest mocks base method
func (*MockIoTJobsDataPlaneAPI) UpdateJobExecutionWithContext ¶
func (m *MockIoTJobsDataPlaneAPI) UpdateJobExecutionWithContext(arg0 context.Context, arg1 *iotjobsdataplane.UpdateJobExecutionInput, arg2 ...request.Option) (*iotjobsdataplane.UpdateJobExecutionOutput, error)
UpdateJobExecutionWithContext mocks base method
type MockIoTJobsDataPlaneAPIMockRecorder ¶
type MockIoTJobsDataPlaneAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockIoTJobsDataPlaneAPIMockRecorder is the mock recorder for MockIoTJobsDataPlaneAPI
func (*MockIoTJobsDataPlaneAPIMockRecorder) DescribeJobExecution ¶
func (mr *MockIoTJobsDataPlaneAPIMockRecorder) DescribeJobExecution(arg0 interface{}) *gomock.Call
DescribeJobExecution indicates an expected call of DescribeJobExecution
func (*MockIoTJobsDataPlaneAPIMockRecorder) DescribeJobExecutionRequest ¶
func (mr *MockIoTJobsDataPlaneAPIMockRecorder) DescribeJobExecutionRequest(arg0 interface{}) *gomock.Call
DescribeJobExecutionRequest indicates an expected call of DescribeJobExecutionRequest
func (*MockIoTJobsDataPlaneAPIMockRecorder) DescribeJobExecutionWithContext ¶
func (mr *MockIoTJobsDataPlaneAPIMockRecorder) DescribeJobExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeJobExecutionWithContext indicates an expected call of DescribeJobExecutionWithContext
func (*MockIoTJobsDataPlaneAPIMockRecorder) GetPendingJobExecutions ¶
func (mr *MockIoTJobsDataPlaneAPIMockRecorder) GetPendingJobExecutions(arg0 interface{}) *gomock.Call
GetPendingJobExecutions indicates an expected call of GetPendingJobExecutions
func (*MockIoTJobsDataPlaneAPIMockRecorder) GetPendingJobExecutionsRequest ¶
func (mr *MockIoTJobsDataPlaneAPIMockRecorder) GetPendingJobExecutionsRequest(arg0 interface{}) *gomock.Call
GetPendingJobExecutionsRequest indicates an expected call of GetPendingJobExecutionsRequest
func (*MockIoTJobsDataPlaneAPIMockRecorder) GetPendingJobExecutionsWithContext ¶
func (mr *MockIoTJobsDataPlaneAPIMockRecorder) GetPendingJobExecutionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetPendingJobExecutionsWithContext indicates an expected call of GetPendingJobExecutionsWithContext
func (*MockIoTJobsDataPlaneAPIMockRecorder) StartNextPendingJobExecution ¶
func (mr *MockIoTJobsDataPlaneAPIMockRecorder) StartNextPendingJobExecution(arg0 interface{}) *gomock.Call
StartNextPendingJobExecution indicates an expected call of StartNextPendingJobExecution
func (*MockIoTJobsDataPlaneAPIMockRecorder) StartNextPendingJobExecutionRequest ¶
func (mr *MockIoTJobsDataPlaneAPIMockRecorder) StartNextPendingJobExecutionRequest(arg0 interface{}) *gomock.Call
StartNextPendingJobExecutionRequest indicates an expected call of StartNextPendingJobExecutionRequest
func (*MockIoTJobsDataPlaneAPIMockRecorder) StartNextPendingJobExecutionWithContext ¶
func (mr *MockIoTJobsDataPlaneAPIMockRecorder) StartNextPendingJobExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
StartNextPendingJobExecutionWithContext indicates an expected call of StartNextPendingJobExecutionWithContext
func (*MockIoTJobsDataPlaneAPIMockRecorder) UpdateJobExecution ¶
func (mr *MockIoTJobsDataPlaneAPIMockRecorder) UpdateJobExecution(arg0 interface{}) *gomock.Call
UpdateJobExecution indicates an expected call of UpdateJobExecution
func (*MockIoTJobsDataPlaneAPIMockRecorder) UpdateJobExecutionRequest ¶
func (mr *MockIoTJobsDataPlaneAPIMockRecorder) UpdateJobExecutionRequest(arg0 interface{}) *gomock.Call
UpdateJobExecutionRequest indicates an expected call of UpdateJobExecutionRequest
func (*MockIoTJobsDataPlaneAPIMockRecorder) UpdateJobExecutionWithContext ¶
func (mr *MockIoTJobsDataPlaneAPIMockRecorder) UpdateJobExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateJobExecutionWithContext indicates an expected call of UpdateJobExecutionWithContext