Documentation ¶
Overview ¶
Package ioteventsdatamock is a generated GoMock package.
Index ¶
- type MockIoTEventsDataAPI
- func (m *MockIoTEventsDataAPI) BatchPutMessage(arg0 *ioteventsdata.BatchPutMessageInput) (*ioteventsdata.BatchPutMessageOutput, error)
- func (m *MockIoTEventsDataAPI) BatchPutMessageRequest(arg0 *ioteventsdata.BatchPutMessageInput) (*request.Request, *ioteventsdata.BatchPutMessageOutput)
- func (m *MockIoTEventsDataAPI) BatchPutMessageWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchPutMessageInput, ...) (*ioteventsdata.BatchPutMessageOutput, error)
- func (m *MockIoTEventsDataAPI) BatchUpdateDetector(arg0 *ioteventsdata.BatchUpdateDetectorInput) (*ioteventsdata.BatchUpdateDetectorOutput, error)
- func (m *MockIoTEventsDataAPI) BatchUpdateDetectorRequest(arg0 *ioteventsdata.BatchUpdateDetectorInput) (*request.Request, *ioteventsdata.BatchUpdateDetectorOutput)
- func (m *MockIoTEventsDataAPI) BatchUpdateDetectorWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchUpdateDetectorInput, ...) (*ioteventsdata.BatchUpdateDetectorOutput, error)
- func (m *MockIoTEventsDataAPI) DescribeDetector(arg0 *ioteventsdata.DescribeDetectorInput) (*ioteventsdata.DescribeDetectorOutput, error)
- func (m *MockIoTEventsDataAPI) DescribeDetectorRequest(arg0 *ioteventsdata.DescribeDetectorInput) (*request.Request, *ioteventsdata.DescribeDetectorOutput)
- func (m *MockIoTEventsDataAPI) DescribeDetectorWithContext(arg0 context.Context, arg1 *ioteventsdata.DescribeDetectorInput, ...) (*ioteventsdata.DescribeDetectorOutput, error)
- func (m *MockIoTEventsDataAPI) EXPECT() *MockIoTEventsDataAPIMockRecorder
- func (m *MockIoTEventsDataAPI) ListDetectors(arg0 *ioteventsdata.ListDetectorsInput) (*ioteventsdata.ListDetectorsOutput, error)
- func (m *MockIoTEventsDataAPI) ListDetectorsRequest(arg0 *ioteventsdata.ListDetectorsInput) (*request.Request, *ioteventsdata.ListDetectorsOutput)
- func (m *MockIoTEventsDataAPI) ListDetectorsWithContext(arg0 context.Context, arg1 *ioteventsdata.ListDetectorsInput, ...) (*ioteventsdata.ListDetectorsOutput, error)
- type MockIoTEventsDataAPIMockRecorder
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchPutMessage(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchPutMessageRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchPutMessageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchUpdateDetector(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchUpdateDetectorRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchUpdateDetectorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) DescribeDetector(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) DescribeDetectorRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) DescribeDetectorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) ListDetectors(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) ListDetectorsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) ListDetectorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIoTEventsDataAPI ¶
type MockIoTEventsDataAPI struct {
// contains filtered or unexported fields
}
MockIoTEventsDataAPI is a mock of IoTEventsDataAPI interface
func NewMockIoTEventsDataAPI ¶
func NewMockIoTEventsDataAPI(ctrl *gomock.Controller) *MockIoTEventsDataAPI
NewMockIoTEventsDataAPI creates a new mock instance
func (*MockIoTEventsDataAPI) BatchPutMessage ¶
func (m *MockIoTEventsDataAPI) BatchPutMessage(arg0 *ioteventsdata.BatchPutMessageInput) (*ioteventsdata.BatchPutMessageOutput, error)
BatchPutMessage mocks base method
func (*MockIoTEventsDataAPI) BatchPutMessageRequest ¶
func (m *MockIoTEventsDataAPI) BatchPutMessageRequest(arg0 *ioteventsdata.BatchPutMessageInput) (*request.Request, *ioteventsdata.BatchPutMessageOutput)
BatchPutMessageRequest mocks base method
func (*MockIoTEventsDataAPI) BatchPutMessageWithContext ¶
func (m *MockIoTEventsDataAPI) BatchPutMessageWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchPutMessageInput, arg2 ...request.Option) (*ioteventsdata.BatchPutMessageOutput, error)
BatchPutMessageWithContext mocks base method
func (*MockIoTEventsDataAPI) BatchUpdateDetector ¶
func (m *MockIoTEventsDataAPI) BatchUpdateDetector(arg0 *ioteventsdata.BatchUpdateDetectorInput) (*ioteventsdata.BatchUpdateDetectorOutput, error)
BatchUpdateDetector mocks base method
func (*MockIoTEventsDataAPI) BatchUpdateDetectorRequest ¶
func (m *MockIoTEventsDataAPI) BatchUpdateDetectorRequest(arg0 *ioteventsdata.BatchUpdateDetectorInput) (*request.Request, *ioteventsdata.BatchUpdateDetectorOutput)
BatchUpdateDetectorRequest mocks base method
func (*MockIoTEventsDataAPI) BatchUpdateDetectorWithContext ¶
func (m *MockIoTEventsDataAPI) BatchUpdateDetectorWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchUpdateDetectorInput, arg2 ...request.Option) (*ioteventsdata.BatchUpdateDetectorOutput, error)
BatchUpdateDetectorWithContext mocks base method
func (*MockIoTEventsDataAPI) DescribeDetector ¶
func (m *MockIoTEventsDataAPI) DescribeDetector(arg0 *ioteventsdata.DescribeDetectorInput) (*ioteventsdata.DescribeDetectorOutput, error)
DescribeDetector mocks base method
func (*MockIoTEventsDataAPI) DescribeDetectorRequest ¶
func (m *MockIoTEventsDataAPI) DescribeDetectorRequest(arg0 *ioteventsdata.DescribeDetectorInput) (*request.Request, *ioteventsdata.DescribeDetectorOutput)
DescribeDetectorRequest mocks base method
func (*MockIoTEventsDataAPI) DescribeDetectorWithContext ¶
func (m *MockIoTEventsDataAPI) DescribeDetectorWithContext(arg0 context.Context, arg1 *ioteventsdata.DescribeDetectorInput, arg2 ...request.Option) (*ioteventsdata.DescribeDetectorOutput, error)
DescribeDetectorWithContext mocks base method
func (*MockIoTEventsDataAPI) EXPECT ¶
func (m *MockIoTEventsDataAPI) EXPECT() *MockIoTEventsDataAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIoTEventsDataAPI) ListDetectors ¶
func (m *MockIoTEventsDataAPI) ListDetectors(arg0 *ioteventsdata.ListDetectorsInput) (*ioteventsdata.ListDetectorsOutput, error)
ListDetectors mocks base method
func (*MockIoTEventsDataAPI) ListDetectorsRequest ¶
func (m *MockIoTEventsDataAPI) ListDetectorsRequest(arg0 *ioteventsdata.ListDetectorsInput) (*request.Request, *ioteventsdata.ListDetectorsOutput)
ListDetectorsRequest mocks base method
func (*MockIoTEventsDataAPI) ListDetectorsWithContext ¶
func (m *MockIoTEventsDataAPI) ListDetectorsWithContext(arg0 context.Context, arg1 *ioteventsdata.ListDetectorsInput, arg2 ...request.Option) (*ioteventsdata.ListDetectorsOutput, error)
ListDetectorsWithContext mocks base method
type MockIoTEventsDataAPIMockRecorder ¶
type MockIoTEventsDataAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockIoTEventsDataAPIMockRecorder is the mock recorder for MockIoTEventsDataAPI
func (*MockIoTEventsDataAPIMockRecorder) BatchPutMessage ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchPutMessage(arg0 interface{}) *gomock.Call
BatchPutMessage indicates an expected call of BatchPutMessage
func (*MockIoTEventsDataAPIMockRecorder) BatchPutMessageRequest ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchPutMessageRequest(arg0 interface{}) *gomock.Call
BatchPutMessageRequest indicates an expected call of BatchPutMessageRequest
func (*MockIoTEventsDataAPIMockRecorder) BatchPutMessageWithContext ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchPutMessageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchPutMessageWithContext indicates an expected call of BatchPutMessageWithContext
func (*MockIoTEventsDataAPIMockRecorder) BatchUpdateDetector ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchUpdateDetector(arg0 interface{}) *gomock.Call
BatchUpdateDetector indicates an expected call of BatchUpdateDetector
func (*MockIoTEventsDataAPIMockRecorder) BatchUpdateDetectorRequest ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchUpdateDetectorRequest(arg0 interface{}) *gomock.Call
BatchUpdateDetectorRequest indicates an expected call of BatchUpdateDetectorRequest
func (*MockIoTEventsDataAPIMockRecorder) BatchUpdateDetectorWithContext ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchUpdateDetectorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchUpdateDetectorWithContext indicates an expected call of BatchUpdateDetectorWithContext
func (*MockIoTEventsDataAPIMockRecorder) DescribeDetector ¶
func (mr *MockIoTEventsDataAPIMockRecorder) DescribeDetector(arg0 interface{}) *gomock.Call
DescribeDetector indicates an expected call of DescribeDetector
func (*MockIoTEventsDataAPIMockRecorder) DescribeDetectorRequest ¶
func (mr *MockIoTEventsDataAPIMockRecorder) DescribeDetectorRequest(arg0 interface{}) *gomock.Call
DescribeDetectorRequest indicates an expected call of DescribeDetectorRequest
func (*MockIoTEventsDataAPIMockRecorder) DescribeDetectorWithContext ¶
func (mr *MockIoTEventsDataAPIMockRecorder) DescribeDetectorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeDetectorWithContext indicates an expected call of DescribeDetectorWithContext
func (*MockIoTEventsDataAPIMockRecorder) ListDetectors ¶
func (mr *MockIoTEventsDataAPIMockRecorder) ListDetectors(arg0 interface{}) *gomock.Call
ListDetectors indicates an expected call of ListDetectors
func (*MockIoTEventsDataAPIMockRecorder) ListDetectorsRequest ¶
func (mr *MockIoTEventsDataAPIMockRecorder) ListDetectorsRequest(arg0 interface{}) *gomock.Call
ListDetectorsRequest indicates an expected call of ListDetectorsRequest
func (*MockIoTEventsDataAPIMockRecorder) ListDetectorsWithContext ¶
func (mr *MockIoTEventsDataAPIMockRecorder) ListDetectorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListDetectorsWithContext indicates an expected call of ListDetectorsWithContext