Documentation ¶
Overview ¶
Package ioteventsdatamock is a generated GoMock package.
Index ¶
- type MockIoTEventsDataAPI
- func (m *MockIoTEventsDataAPI) BatchAcknowledgeAlarm(arg0 *ioteventsdata.BatchAcknowledgeAlarmInput) (*ioteventsdata.BatchAcknowledgeAlarmOutput, error)
- func (m *MockIoTEventsDataAPI) BatchAcknowledgeAlarmRequest(arg0 *ioteventsdata.BatchAcknowledgeAlarmInput) (*request.Request, *ioteventsdata.BatchAcknowledgeAlarmOutput)
- func (m *MockIoTEventsDataAPI) BatchAcknowledgeAlarmWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchAcknowledgeAlarmInput, ...) (*ioteventsdata.BatchAcknowledgeAlarmOutput, error)
- func (m *MockIoTEventsDataAPI) BatchDeleteDetector(arg0 *ioteventsdata.BatchDeleteDetectorInput) (*ioteventsdata.BatchDeleteDetectorOutput, error)
- func (m *MockIoTEventsDataAPI) BatchDeleteDetectorRequest(arg0 *ioteventsdata.BatchDeleteDetectorInput) (*request.Request, *ioteventsdata.BatchDeleteDetectorOutput)
- func (m *MockIoTEventsDataAPI) BatchDeleteDetectorWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchDeleteDetectorInput, ...) (*ioteventsdata.BatchDeleteDetectorOutput, error)
- func (m *MockIoTEventsDataAPI) BatchDisableAlarm(arg0 *ioteventsdata.BatchDisableAlarmInput) (*ioteventsdata.BatchDisableAlarmOutput, error)
- func (m *MockIoTEventsDataAPI) BatchDisableAlarmRequest(arg0 *ioteventsdata.BatchDisableAlarmInput) (*request.Request, *ioteventsdata.BatchDisableAlarmOutput)
- func (m *MockIoTEventsDataAPI) BatchDisableAlarmWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchDisableAlarmInput, ...) (*ioteventsdata.BatchDisableAlarmOutput, error)
- func (m *MockIoTEventsDataAPI) BatchEnableAlarm(arg0 *ioteventsdata.BatchEnableAlarmInput) (*ioteventsdata.BatchEnableAlarmOutput, error)
- func (m *MockIoTEventsDataAPI) BatchEnableAlarmRequest(arg0 *ioteventsdata.BatchEnableAlarmInput) (*request.Request, *ioteventsdata.BatchEnableAlarmOutput)
- func (m *MockIoTEventsDataAPI) BatchEnableAlarmWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchEnableAlarmInput, ...) (*ioteventsdata.BatchEnableAlarmOutput, error)
- 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) BatchResetAlarm(arg0 *ioteventsdata.BatchResetAlarmInput) (*ioteventsdata.BatchResetAlarmOutput, error)
- func (m *MockIoTEventsDataAPI) BatchResetAlarmRequest(arg0 *ioteventsdata.BatchResetAlarmInput) (*request.Request, *ioteventsdata.BatchResetAlarmOutput)
- func (m *MockIoTEventsDataAPI) BatchResetAlarmWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchResetAlarmInput, ...) (*ioteventsdata.BatchResetAlarmOutput, error)
- func (m *MockIoTEventsDataAPI) BatchSnoozeAlarm(arg0 *ioteventsdata.BatchSnoozeAlarmInput) (*ioteventsdata.BatchSnoozeAlarmOutput, error)
- func (m *MockIoTEventsDataAPI) BatchSnoozeAlarmRequest(arg0 *ioteventsdata.BatchSnoozeAlarmInput) (*request.Request, *ioteventsdata.BatchSnoozeAlarmOutput)
- func (m *MockIoTEventsDataAPI) BatchSnoozeAlarmWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchSnoozeAlarmInput, ...) (*ioteventsdata.BatchSnoozeAlarmOutput, 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) DescribeAlarm(arg0 *ioteventsdata.DescribeAlarmInput) (*ioteventsdata.DescribeAlarmOutput, error)
- func (m *MockIoTEventsDataAPI) DescribeAlarmRequest(arg0 *ioteventsdata.DescribeAlarmInput) (*request.Request, *ioteventsdata.DescribeAlarmOutput)
- func (m *MockIoTEventsDataAPI) DescribeAlarmWithContext(arg0 context.Context, arg1 *ioteventsdata.DescribeAlarmInput, ...) (*ioteventsdata.DescribeAlarmOutput, 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) ListAlarms(arg0 *ioteventsdata.ListAlarmsInput) (*ioteventsdata.ListAlarmsOutput, error)
- func (m *MockIoTEventsDataAPI) ListAlarmsRequest(arg0 *ioteventsdata.ListAlarmsInput) (*request.Request, *ioteventsdata.ListAlarmsOutput)
- func (m *MockIoTEventsDataAPI) ListAlarmsWithContext(arg0 context.Context, arg1 *ioteventsdata.ListAlarmsInput, ...) (*ioteventsdata.ListAlarmsOutput, error)
- 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) BatchAcknowledgeAlarm(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchAcknowledgeAlarmRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchAcknowledgeAlarmWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchDeleteDetector(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchDeleteDetectorRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchDeleteDetectorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchDisableAlarm(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchDisableAlarmRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchDisableAlarmWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchEnableAlarm(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchEnableAlarmRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchEnableAlarmWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- 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) BatchResetAlarm(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchResetAlarmRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchResetAlarmWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchSnoozeAlarm(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchSnoozeAlarmRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) BatchSnoozeAlarmWithContext(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) DescribeAlarm(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) DescribeAlarmRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) DescribeAlarmWithContext(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) ListAlarms(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) ListAlarmsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTEventsDataAPIMockRecorder) ListAlarmsWithContext(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) BatchAcknowledgeAlarm ¶
func (m *MockIoTEventsDataAPI) BatchAcknowledgeAlarm(arg0 *ioteventsdata.BatchAcknowledgeAlarmInput) (*ioteventsdata.BatchAcknowledgeAlarmOutput, error)
BatchAcknowledgeAlarm mocks base method
func (*MockIoTEventsDataAPI) BatchAcknowledgeAlarmRequest ¶
func (m *MockIoTEventsDataAPI) BatchAcknowledgeAlarmRequest(arg0 *ioteventsdata.BatchAcknowledgeAlarmInput) (*request.Request, *ioteventsdata.BatchAcknowledgeAlarmOutput)
BatchAcknowledgeAlarmRequest mocks base method
func (*MockIoTEventsDataAPI) BatchAcknowledgeAlarmWithContext ¶
func (m *MockIoTEventsDataAPI) BatchAcknowledgeAlarmWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchAcknowledgeAlarmInput, arg2 ...request.Option) (*ioteventsdata.BatchAcknowledgeAlarmOutput, error)
BatchAcknowledgeAlarmWithContext mocks base method
func (*MockIoTEventsDataAPI) BatchDeleteDetector ¶ added in v1.44.17
func (m *MockIoTEventsDataAPI) BatchDeleteDetector(arg0 *ioteventsdata.BatchDeleteDetectorInput) (*ioteventsdata.BatchDeleteDetectorOutput, error)
BatchDeleteDetector mocks base method
func (*MockIoTEventsDataAPI) BatchDeleteDetectorRequest ¶ added in v1.44.17
func (m *MockIoTEventsDataAPI) BatchDeleteDetectorRequest(arg0 *ioteventsdata.BatchDeleteDetectorInput) (*request.Request, *ioteventsdata.BatchDeleteDetectorOutput)
BatchDeleteDetectorRequest mocks base method
func (*MockIoTEventsDataAPI) BatchDeleteDetectorWithContext ¶ added in v1.44.17
func (m *MockIoTEventsDataAPI) BatchDeleteDetectorWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchDeleteDetectorInput, arg2 ...request.Option) (*ioteventsdata.BatchDeleteDetectorOutput, error)
BatchDeleteDetectorWithContext mocks base method
func (*MockIoTEventsDataAPI) BatchDisableAlarm ¶
func (m *MockIoTEventsDataAPI) BatchDisableAlarm(arg0 *ioteventsdata.BatchDisableAlarmInput) (*ioteventsdata.BatchDisableAlarmOutput, error)
BatchDisableAlarm mocks base method
func (*MockIoTEventsDataAPI) BatchDisableAlarmRequest ¶
func (m *MockIoTEventsDataAPI) BatchDisableAlarmRequest(arg0 *ioteventsdata.BatchDisableAlarmInput) (*request.Request, *ioteventsdata.BatchDisableAlarmOutput)
BatchDisableAlarmRequest mocks base method
func (*MockIoTEventsDataAPI) BatchDisableAlarmWithContext ¶
func (m *MockIoTEventsDataAPI) BatchDisableAlarmWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchDisableAlarmInput, arg2 ...request.Option) (*ioteventsdata.BatchDisableAlarmOutput, error)
BatchDisableAlarmWithContext mocks base method
func (*MockIoTEventsDataAPI) BatchEnableAlarm ¶
func (m *MockIoTEventsDataAPI) BatchEnableAlarm(arg0 *ioteventsdata.BatchEnableAlarmInput) (*ioteventsdata.BatchEnableAlarmOutput, error)
BatchEnableAlarm mocks base method
func (*MockIoTEventsDataAPI) BatchEnableAlarmRequest ¶
func (m *MockIoTEventsDataAPI) BatchEnableAlarmRequest(arg0 *ioteventsdata.BatchEnableAlarmInput) (*request.Request, *ioteventsdata.BatchEnableAlarmOutput)
BatchEnableAlarmRequest mocks base method
func (*MockIoTEventsDataAPI) BatchEnableAlarmWithContext ¶
func (m *MockIoTEventsDataAPI) BatchEnableAlarmWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchEnableAlarmInput, arg2 ...request.Option) (*ioteventsdata.BatchEnableAlarmOutput, error)
BatchEnableAlarmWithContext mocks base method
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) BatchResetAlarm ¶
func (m *MockIoTEventsDataAPI) BatchResetAlarm(arg0 *ioteventsdata.BatchResetAlarmInput) (*ioteventsdata.BatchResetAlarmOutput, error)
BatchResetAlarm mocks base method
func (*MockIoTEventsDataAPI) BatchResetAlarmRequest ¶
func (m *MockIoTEventsDataAPI) BatchResetAlarmRequest(arg0 *ioteventsdata.BatchResetAlarmInput) (*request.Request, *ioteventsdata.BatchResetAlarmOutput)
BatchResetAlarmRequest mocks base method
func (*MockIoTEventsDataAPI) BatchResetAlarmWithContext ¶
func (m *MockIoTEventsDataAPI) BatchResetAlarmWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchResetAlarmInput, arg2 ...request.Option) (*ioteventsdata.BatchResetAlarmOutput, error)
BatchResetAlarmWithContext mocks base method
func (*MockIoTEventsDataAPI) BatchSnoozeAlarm ¶
func (m *MockIoTEventsDataAPI) BatchSnoozeAlarm(arg0 *ioteventsdata.BatchSnoozeAlarmInput) (*ioteventsdata.BatchSnoozeAlarmOutput, error)
BatchSnoozeAlarm mocks base method
func (*MockIoTEventsDataAPI) BatchSnoozeAlarmRequest ¶
func (m *MockIoTEventsDataAPI) BatchSnoozeAlarmRequest(arg0 *ioteventsdata.BatchSnoozeAlarmInput) (*request.Request, *ioteventsdata.BatchSnoozeAlarmOutput)
BatchSnoozeAlarmRequest mocks base method
func (*MockIoTEventsDataAPI) BatchSnoozeAlarmWithContext ¶
func (m *MockIoTEventsDataAPI) BatchSnoozeAlarmWithContext(arg0 context.Context, arg1 *ioteventsdata.BatchSnoozeAlarmInput, arg2 ...request.Option) (*ioteventsdata.BatchSnoozeAlarmOutput, error)
BatchSnoozeAlarmWithContext 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) DescribeAlarm ¶
func (m *MockIoTEventsDataAPI) DescribeAlarm(arg0 *ioteventsdata.DescribeAlarmInput) (*ioteventsdata.DescribeAlarmOutput, error)
DescribeAlarm mocks base method
func (*MockIoTEventsDataAPI) DescribeAlarmRequest ¶
func (m *MockIoTEventsDataAPI) DescribeAlarmRequest(arg0 *ioteventsdata.DescribeAlarmInput) (*request.Request, *ioteventsdata.DescribeAlarmOutput)
DescribeAlarmRequest mocks base method
func (*MockIoTEventsDataAPI) DescribeAlarmWithContext ¶
func (m *MockIoTEventsDataAPI) DescribeAlarmWithContext(arg0 context.Context, arg1 *ioteventsdata.DescribeAlarmInput, arg2 ...request.Option) (*ioteventsdata.DescribeAlarmOutput, error)
DescribeAlarmWithContext 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) ListAlarms ¶
func (m *MockIoTEventsDataAPI) ListAlarms(arg0 *ioteventsdata.ListAlarmsInput) (*ioteventsdata.ListAlarmsOutput, error)
ListAlarms mocks base method
func (*MockIoTEventsDataAPI) ListAlarmsRequest ¶
func (m *MockIoTEventsDataAPI) ListAlarmsRequest(arg0 *ioteventsdata.ListAlarmsInput) (*request.Request, *ioteventsdata.ListAlarmsOutput)
ListAlarmsRequest mocks base method
func (*MockIoTEventsDataAPI) ListAlarmsWithContext ¶
func (m *MockIoTEventsDataAPI) ListAlarmsWithContext(arg0 context.Context, arg1 *ioteventsdata.ListAlarmsInput, arg2 ...request.Option) (*ioteventsdata.ListAlarmsOutput, error)
ListAlarmsWithContext mocks base method
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) BatchAcknowledgeAlarm ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchAcknowledgeAlarm(arg0 interface{}) *gomock.Call
BatchAcknowledgeAlarm indicates an expected call of BatchAcknowledgeAlarm
func (*MockIoTEventsDataAPIMockRecorder) BatchAcknowledgeAlarmRequest ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchAcknowledgeAlarmRequest(arg0 interface{}) *gomock.Call
BatchAcknowledgeAlarmRequest indicates an expected call of BatchAcknowledgeAlarmRequest
func (*MockIoTEventsDataAPIMockRecorder) BatchAcknowledgeAlarmWithContext ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchAcknowledgeAlarmWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchAcknowledgeAlarmWithContext indicates an expected call of BatchAcknowledgeAlarmWithContext
func (*MockIoTEventsDataAPIMockRecorder) BatchDeleteDetector ¶ added in v1.44.17
func (mr *MockIoTEventsDataAPIMockRecorder) BatchDeleteDetector(arg0 interface{}) *gomock.Call
BatchDeleteDetector indicates an expected call of BatchDeleteDetector
func (*MockIoTEventsDataAPIMockRecorder) BatchDeleteDetectorRequest ¶ added in v1.44.17
func (mr *MockIoTEventsDataAPIMockRecorder) BatchDeleteDetectorRequest(arg0 interface{}) *gomock.Call
BatchDeleteDetectorRequest indicates an expected call of BatchDeleteDetectorRequest
func (*MockIoTEventsDataAPIMockRecorder) BatchDeleteDetectorWithContext ¶ added in v1.44.17
func (mr *MockIoTEventsDataAPIMockRecorder) BatchDeleteDetectorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchDeleteDetectorWithContext indicates an expected call of BatchDeleteDetectorWithContext
func (*MockIoTEventsDataAPIMockRecorder) BatchDisableAlarm ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchDisableAlarm(arg0 interface{}) *gomock.Call
BatchDisableAlarm indicates an expected call of BatchDisableAlarm
func (*MockIoTEventsDataAPIMockRecorder) BatchDisableAlarmRequest ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchDisableAlarmRequest(arg0 interface{}) *gomock.Call
BatchDisableAlarmRequest indicates an expected call of BatchDisableAlarmRequest
func (*MockIoTEventsDataAPIMockRecorder) BatchDisableAlarmWithContext ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchDisableAlarmWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchDisableAlarmWithContext indicates an expected call of BatchDisableAlarmWithContext
func (*MockIoTEventsDataAPIMockRecorder) BatchEnableAlarm ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchEnableAlarm(arg0 interface{}) *gomock.Call
BatchEnableAlarm indicates an expected call of BatchEnableAlarm
func (*MockIoTEventsDataAPIMockRecorder) BatchEnableAlarmRequest ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchEnableAlarmRequest(arg0 interface{}) *gomock.Call
BatchEnableAlarmRequest indicates an expected call of BatchEnableAlarmRequest
func (*MockIoTEventsDataAPIMockRecorder) BatchEnableAlarmWithContext ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchEnableAlarmWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchEnableAlarmWithContext indicates an expected call of BatchEnableAlarmWithContext
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) BatchResetAlarm ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchResetAlarm(arg0 interface{}) *gomock.Call
BatchResetAlarm indicates an expected call of BatchResetAlarm
func (*MockIoTEventsDataAPIMockRecorder) BatchResetAlarmRequest ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchResetAlarmRequest(arg0 interface{}) *gomock.Call
BatchResetAlarmRequest indicates an expected call of BatchResetAlarmRequest
func (*MockIoTEventsDataAPIMockRecorder) BatchResetAlarmWithContext ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchResetAlarmWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchResetAlarmWithContext indicates an expected call of BatchResetAlarmWithContext
func (*MockIoTEventsDataAPIMockRecorder) BatchSnoozeAlarm ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchSnoozeAlarm(arg0 interface{}) *gomock.Call
BatchSnoozeAlarm indicates an expected call of BatchSnoozeAlarm
func (*MockIoTEventsDataAPIMockRecorder) BatchSnoozeAlarmRequest ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchSnoozeAlarmRequest(arg0 interface{}) *gomock.Call
BatchSnoozeAlarmRequest indicates an expected call of BatchSnoozeAlarmRequest
func (*MockIoTEventsDataAPIMockRecorder) BatchSnoozeAlarmWithContext ¶
func (mr *MockIoTEventsDataAPIMockRecorder) BatchSnoozeAlarmWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchSnoozeAlarmWithContext indicates an expected call of BatchSnoozeAlarmWithContext
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) DescribeAlarm ¶
func (mr *MockIoTEventsDataAPIMockRecorder) DescribeAlarm(arg0 interface{}) *gomock.Call
DescribeAlarm indicates an expected call of DescribeAlarm
func (*MockIoTEventsDataAPIMockRecorder) DescribeAlarmRequest ¶
func (mr *MockIoTEventsDataAPIMockRecorder) DescribeAlarmRequest(arg0 interface{}) *gomock.Call
DescribeAlarmRequest indicates an expected call of DescribeAlarmRequest
func (*MockIoTEventsDataAPIMockRecorder) DescribeAlarmWithContext ¶
func (mr *MockIoTEventsDataAPIMockRecorder) DescribeAlarmWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeAlarmWithContext indicates an expected call of DescribeAlarmWithContext
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) ListAlarms ¶
func (mr *MockIoTEventsDataAPIMockRecorder) ListAlarms(arg0 interface{}) *gomock.Call
ListAlarms indicates an expected call of ListAlarms
func (*MockIoTEventsDataAPIMockRecorder) ListAlarmsRequest ¶
func (mr *MockIoTEventsDataAPIMockRecorder) ListAlarmsRequest(arg0 interface{}) *gomock.Call
ListAlarmsRequest indicates an expected call of ListAlarmsRequest
func (*MockIoTEventsDataAPIMockRecorder) ListAlarmsWithContext ¶
func (mr *MockIoTEventsDataAPIMockRecorder) ListAlarmsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListAlarmsWithContext indicates an expected call of ListAlarmsWithContext
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