Documentation ¶
Overview ¶
Package iotdataplanemock is a generated GoMock package.
Index ¶
- type MockIoTDataPlaneAPI
- func (m *MockIoTDataPlaneAPI) DeleteThingShadow(arg0 *iotdataplane.DeleteThingShadowInput) (*iotdataplane.DeleteThingShadowOutput, error)
- func (m *MockIoTDataPlaneAPI) DeleteThingShadowRequest(arg0 *iotdataplane.DeleteThingShadowInput) (*request.Request, *iotdataplane.DeleteThingShadowOutput)
- func (m *MockIoTDataPlaneAPI) DeleteThingShadowWithContext(arg0 context.Context, arg1 *iotdataplane.DeleteThingShadowInput, ...) (*iotdataplane.DeleteThingShadowOutput, error)
- func (m *MockIoTDataPlaneAPI) EXPECT() *MockIoTDataPlaneAPIMockRecorder
- func (m *MockIoTDataPlaneAPI) GetRetainedMessage(arg0 *iotdataplane.GetRetainedMessageInput) (*iotdataplane.GetRetainedMessageOutput, error)
- func (m *MockIoTDataPlaneAPI) GetRetainedMessageRequest(arg0 *iotdataplane.GetRetainedMessageInput) (*request.Request, *iotdataplane.GetRetainedMessageOutput)
- func (m *MockIoTDataPlaneAPI) GetRetainedMessageWithContext(arg0 context.Context, arg1 *iotdataplane.GetRetainedMessageInput, ...) (*iotdataplane.GetRetainedMessageOutput, error)
- func (m *MockIoTDataPlaneAPI) GetThingShadow(arg0 *iotdataplane.GetThingShadowInput) (*iotdataplane.GetThingShadowOutput, error)
- func (m *MockIoTDataPlaneAPI) GetThingShadowRequest(arg0 *iotdataplane.GetThingShadowInput) (*request.Request, *iotdataplane.GetThingShadowOutput)
- func (m *MockIoTDataPlaneAPI) GetThingShadowWithContext(arg0 context.Context, arg1 *iotdataplane.GetThingShadowInput, ...) (*iotdataplane.GetThingShadowOutput, error)
- func (m *MockIoTDataPlaneAPI) ListNamedShadowsForThing(arg0 *iotdataplane.ListNamedShadowsForThingInput) (*iotdataplane.ListNamedShadowsForThingOutput, error)
- func (m *MockIoTDataPlaneAPI) ListNamedShadowsForThingRequest(arg0 *iotdataplane.ListNamedShadowsForThingInput) (*request.Request, *iotdataplane.ListNamedShadowsForThingOutput)
- func (m *MockIoTDataPlaneAPI) ListNamedShadowsForThingWithContext(arg0 context.Context, arg1 *iotdataplane.ListNamedShadowsForThingInput, ...) (*iotdataplane.ListNamedShadowsForThingOutput, error)
- func (m *MockIoTDataPlaneAPI) ListRetainedMessages(arg0 *iotdataplane.ListRetainedMessagesInput) (*iotdataplane.ListRetainedMessagesOutput, error)
- func (m *MockIoTDataPlaneAPI) ListRetainedMessagesPages(arg0 *iotdataplane.ListRetainedMessagesInput, ...) error
- func (m *MockIoTDataPlaneAPI) ListRetainedMessagesPagesWithContext(arg0 context.Context, arg1 *iotdataplane.ListRetainedMessagesInput, ...) error
- func (m *MockIoTDataPlaneAPI) ListRetainedMessagesRequest(arg0 *iotdataplane.ListRetainedMessagesInput) (*request.Request, *iotdataplane.ListRetainedMessagesOutput)
- func (m *MockIoTDataPlaneAPI) ListRetainedMessagesWithContext(arg0 context.Context, arg1 *iotdataplane.ListRetainedMessagesInput, ...) (*iotdataplane.ListRetainedMessagesOutput, error)
- func (m *MockIoTDataPlaneAPI) Publish(arg0 *iotdataplane.PublishInput) (*iotdataplane.PublishOutput, error)
- func (m *MockIoTDataPlaneAPI) PublishRequest(arg0 *iotdataplane.PublishInput) (*request.Request, *iotdataplane.PublishOutput)
- func (m *MockIoTDataPlaneAPI) PublishWithContext(arg0 context.Context, arg1 *iotdataplane.PublishInput, arg2 ...request.Option) (*iotdataplane.PublishOutput, error)
- func (m *MockIoTDataPlaneAPI) UpdateThingShadow(arg0 *iotdataplane.UpdateThingShadowInput) (*iotdataplane.UpdateThingShadowOutput, error)
- func (m *MockIoTDataPlaneAPI) UpdateThingShadowRequest(arg0 *iotdataplane.UpdateThingShadowInput) (*request.Request, *iotdataplane.UpdateThingShadowOutput)
- func (m *MockIoTDataPlaneAPI) UpdateThingShadowWithContext(arg0 context.Context, arg1 *iotdataplane.UpdateThingShadowInput, ...) (*iotdataplane.UpdateThingShadowOutput, error)
- type MockIoTDataPlaneAPIMockRecorder
- func (mr *MockIoTDataPlaneAPIMockRecorder) DeleteThingShadow(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) DeleteThingShadowRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) DeleteThingShadowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) GetRetainedMessage(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) GetRetainedMessageRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) GetRetainedMessageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) GetThingShadow(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) GetThingShadowRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) GetThingShadowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThing(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThingRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessages(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) Publish(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) PublishRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) PublishWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) UpdateThingShadow(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) UpdateThingShadowRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTDataPlaneAPIMockRecorder) UpdateThingShadowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIoTDataPlaneAPI ¶
type MockIoTDataPlaneAPI struct {
// contains filtered or unexported fields
}
MockIoTDataPlaneAPI is a mock of IoTDataPlaneAPI interface.
func NewMockIoTDataPlaneAPI ¶
func NewMockIoTDataPlaneAPI(ctrl *gomock.Controller) *MockIoTDataPlaneAPI
NewMockIoTDataPlaneAPI creates a new mock instance.
func (*MockIoTDataPlaneAPI) DeleteThingShadow ¶
func (m *MockIoTDataPlaneAPI) DeleteThingShadow(arg0 *iotdataplane.DeleteThingShadowInput) (*iotdataplane.DeleteThingShadowOutput, error)
DeleteThingShadow mocks base method.
func (*MockIoTDataPlaneAPI) DeleteThingShadowRequest ¶
func (m *MockIoTDataPlaneAPI) DeleteThingShadowRequest(arg0 *iotdataplane.DeleteThingShadowInput) (*request.Request, *iotdataplane.DeleteThingShadowOutput)
DeleteThingShadowRequest mocks base method.
func (*MockIoTDataPlaneAPI) DeleteThingShadowWithContext ¶
func (m *MockIoTDataPlaneAPI) DeleteThingShadowWithContext(arg0 context.Context, arg1 *iotdataplane.DeleteThingShadowInput, arg2 ...request.Option) (*iotdataplane.DeleteThingShadowOutput, error)
DeleteThingShadowWithContext mocks base method.
func (*MockIoTDataPlaneAPI) EXPECT ¶
func (m *MockIoTDataPlaneAPI) EXPECT() *MockIoTDataPlaneAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIoTDataPlaneAPI) GetRetainedMessage ¶ added in v1.43.22
func (m *MockIoTDataPlaneAPI) GetRetainedMessage(arg0 *iotdataplane.GetRetainedMessageInput) (*iotdataplane.GetRetainedMessageOutput, error)
GetRetainedMessage mocks base method.
func (*MockIoTDataPlaneAPI) GetRetainedMessageRequest ¶ added in v1.43.22
func (m *MockIoTDataPlaneAPI) GetRetainedMessageRequest(arg0 *iotdataplane.GetRetainedMessageInput) (*request.Request, *iotdataplane.GetRetainedMessageOutput)
GetRetainedMessageRequest mocks base method.
func (*MockIoTDataPlaneAPI) GetRetainedMessageWithContext ¶ added in v1.43.22
func (m *MockIoTDataPlaneAPI) GetRetainedMessageWithContext(arg0 context.Context, arg1 *iotdataplane.GetRetainedMessageInput, arg2 ...request.Option) (*iotdataplane.GetRetainedMessageOutput, error)
GetRetainedMessageWithContext mocks base method.
func (*MockIoTDataPlaneAPI) GetThingShadow ¶
func (m *MockIoTDataPlaneAPI) GetThingShadow(arg0 *iotdataplane.GetThingShadowInput) (*iotdataplane.GetThingShadowOutput, error)
GetThingShadow mocks base method.
func (*MockIoTDataPlaneAPI) GetThingShadowRequest ¶
func (m *MockIoTDataPlaneAPI) GetThingShadowRequest(arg0 *iotdataplane.GetThingShadowInput) (*request.Request, *iotdataplane.GetThingShadowOutput)
GetThingShadowRequest mocks base method.
func (*MockIoTDataPlaneAPI) GetThingShadowWithContext ¶
func (m *MockIoTDataPlaneAPI) GetThingShadowWithContext(arg0 context.Context, arg1 *iotdataplane.GetThingShadowInput, arg2 ...request.Option) (*iotdataplane.GetThingShadowOutput, error)
GetThingShadowWithContext mocks base method.
func (*MockIoTDataPlaneAPI) ListNamedShadowsForThing ¶
func (m *MockIoTDataPlaneAPI) ListNamedShadowsForThing(arg0 *iotdataplane.ListNamedShadowsForThingInput) (*iotdataplane.ListNamedShadowsForThingOutput, error)
ListNamedShadowsForThing mocks base method.
func (*MockIoTDataPlaneAPI) ListNamedShadowsForThingRequest ¶
func (m *MockIoTDataPlaneAPI) ListNamedShadowsForThingRequest(arg0 *iotdataplane.ListNamedShadowsForThingInput) (*request.Request, *iotdataplane.ListNamedShadowsForThingOutput)
ListNamedShadowsForThingRequest mocks base method.
func (*MockIoTDataPlaneAPI) ListNamedShadowsForThingWithContext ¶
func (m *MockIoTDataPlaneAPI) ListNamedShadowsForThingWithContext(arg0 context.Context, arg1 *iotdataplane.ListNamedShadowsForThingInput, arg2 ...request.Option) (*iotdataplane.ListNamedShadowsForThingOutput, error)
ListNamedShadowsForThingWithContext mocks base method.
func (*MockIoTDataPlaneAPI) ListRetainedMessages ¶ added in v1.43.22
func (m *MockIoTDataPlaneAPI) ListRetainedMessages(arg0 *iotdataplane.ListRetainedMessagesInput) (*iotdataplane.ListRetainedMessagesOutput, error)
ListRetainedMessages mocks base method.
func (*MockIoTDataPlaneAPI) ListRetainedMessagesPages ¶ added in v1.43.22
func (m *MockIoTDataPlaneAPI) ListRetainedMessagesPages(arg0 *iotdataplane.ListRetainedMessagesInput, arg1 func(*iotdataplane.ListRetainedMessagesOutput, bool) bool) error
ListRetainedMessagesPages mocks base method.
func (*MockIoTDataPlaneAPI) ListRetainedMessagesPagesWithContext ¶ added in v1.43.22
func (m *MockIoTDataPlaneAPI) ListRetainedMessagesPagesWithContext(arg0 context.Context, arg1 *iotdataplane.ListRetainedMessagesInput, arg2 func(*iotdataplane.ListRetainedMessagesOutput, bool) bool, arg3 ...request.Option) error
ListRetainedMessagesPagesWithContext mocks base method.
func (*MockIoTDataPlaneAPI) ListRetainedMessagesRequest ¶ added in v1.43.22
func (m *MockIoTDataPlaneAPI) ListRetainedMessagesRequest(arg0 *iotdataplane.ListRetainedMessagesInput) (*request.Request, *iotdataplane.ListRetainedMessagesOutput)
ListRetainedMessagesRequest mocks base method.
func (*MockIoTDataPlaneAPI) ListRetainedMessagesWithContext ¶ added in v1.43.22
func (m *MockIoTDataPlaneAPI) ListRetainedMessagesWithContext(arg0 context.Context, arg1 *iotdataplane.ListRetainedMessagesInput, arg2 ...request.Option) (*iotdataplane.ListRetainedMessagesOutput, error)
ListRetainedMessagesWithContext mocks base method.
func (*MockIoTDataPlaneAPI) Publish ¶
func (m *MockIoTDataPlaneAPI) Publish(arg0 *iotdataplane.PublishInput) (*iotdataplane.PublishOutput, error)
Publish mocks base method.
func (*MockIoTDataPlaneAPI) PublishRequest ¶
func (m *MockIoTDataPlaneAPI) PublishRequest(arg0 *iotdataplane.PublishInput) (*request.Request, *iotdataplane.PublishOutput)
PublishRequest mocks base method.
func (*MockIoTDataPlaneAPI) PublishWithContext ¶
func (m *MockIoTDataPlaneAPI) PublishWithContext(arg0 context.Context, arg1 *iotdataplane.PublishInput, arg2 ...request.Option) (*iotdataplane.PublishOutput, error)
PublishWithContext mocks base method.
func (*MockIoTDataPlaneAPI) UpdateThingShadow ¶
func (m *MockIoTDataPlaneAPI) UpdateThingShadow(arg0 *iotdataplane.UpdateThingShadowInput) (*iotdataplane.UpdateThingShadowOutput, error)
UpdateThingShadow mocks base method.
func (*MockIoTDataPlaneAPI) UpdateThingShadowRequest ¶
func (m *MockIoTDataPlaneAPI) UpdateThingShadowRequest(arg0 *iotdataplane.UpdateThingShadowInput) (*request.Request, *iotdataplane.UpdateThingShadowOutput)
UpdateThingShadowRequest mocks base method.
func (*MockIoTDataPlaneAPI) UpdateThingShadowWithContext ¶
func (m *MockIoTDataPlaneAPI) UpdateThingShadowWithContext(arg0 context.Context, arg1 *iotdataplane.UpdateThingShadowInput, arg2 ...request.Option) (*iotdataplane.UpdateThingShadowOutput, error)
UpdateThingShadowWithContext mocks base method.
type MockIoTDataPlaneAPIMockRecorder ¶
type MockIoTDataPlaneAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockIoTDataPlaneAPIMockRecorder is the mock recorder for MockIoTDataPlaneAPI.
func (*MockIoTDataPlaneAPIMockRecorder) DeleteThingShadow ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) DeleteThingShadow(arg0 interface{}) *gomock.Call
DeleteThingShadow indicates an expected call of DeleteThingShadow.
func (*MockIoTDataPlaneAPIMockRecorder) DeleteThingShadowRequest ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) DeleteThingShadowRequest(arg0 interface{}) *gomock.Call
DeleteThingShadowRequest indicates an expected call of DeleteThingShadowRequest.
func (*MockIoTDataPlaneAPIMockRecorder) DeleteThingShadowWithContext ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) DeleteThingShadowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteThingShadowWithContext indicates an expected call of DeleteThingShadowWithContext.
func (*MockIoTDataPlaneAPIMockRecorder) GetRetainedMessage ¶ added in v1.43.22
func (mr *MockIoTDataPlaneAPIMockRecorder) GetRetainedMessage(arg0 interface{}) *gomock.Call
GetRetainedMessage indicates an expected call of GetRetainedMessage.
func (*MockIoTDataPlaneAPIMockRecorder) GetRetainedMessageRequest ¶ added in v1.43.22
func (mr *MockIoTDataPlaneAPIMockRecorder) GetRetainedMessageRequest(arg0 interface{}) *gomock.Call
GetRetainedMessageRequest indicates an expected call of GetRetainedMessageRequest.
func (*MockIoTDataPlaneAPIMockRecorder) GetRetainedMessageWithContext ¶ added in v1.43.22
func (mr *MockIoTDataPlaneAPIMockRecorder) GetRetainedMessageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetRetainedMessageWithContext indicates an expected call of GetRetainedMessageWithContext.
func (*MockIoTDataPlaneAPIMockRecorder) GetThingShadow ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) GetThingShadow(arg0 interface{}) *gomock.Call
GetThingShadow indicates an expected call of GetThingShadow.
func (*MockIoTDataPlaneAPIMockRecorder) GetThingShadowRequest ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) GetThingShadowRequest(arg0 interface{}) *gomock.Call
GetThingShadowRequest indicates an expected call of GetThingShadowRequest.
func (*MockIoTDataPlaneAPIMockRecorder) GetThingShadowWithContext ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) GetThingShadowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetThingShadowWithContext indicates an expected call of GetThingShadowWithContext.
func (*MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThing ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThing(arg0 interface{}) *gomock.Call
ListNamedShadowsForThing indicates an expected call of ListNamedShadowsForThing.
func (*MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThingRequest ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThingRequest(arg0 interface{}) *gomock.Call
ListNamedShadowsForThingRequest indicates an expected call of ListNamedShadowsForThingRequest.
func (*MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThingWithContext ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) ListNamedShadowsForThingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListNamedShadowsForThingWithContext indicates an expected call of ListNamedShadowsForThingWithContext.
func (*MockIoTDataPlaneAPIMockRecorder) ListRetainedMessages ¶ added in v1.43.22
func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessages(arg0 interface{}) *gomock.Call
ListRetainedMessages indicates an expected call of ListRetainedMessages.
func (*MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesPages ¶ added in v1.43.22
func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesPages(arg0, arg1 interface{}) *gomock.Call
ListRetainedMessagesPages indicates an expected call of ListRetainedMessagesPages.
func (*MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesPagesWithContext ¶ added in v1.43.22
func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListRetainedMessagesPagesWithContext indicates an expected call of ListRetainedMessagesPagesWithContext.
func (*MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesRequest ¶ added in v1.43.22
func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesRequest(arg0 interface{}) *gomock.Call
ListRetainedMessagesRequest indicates an expected call of ListRetainedMessagesRequest.
func (*MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesWithContext ¶ added in v1.43.22
func (mr *MockIoTDataPlaneAPIMockRecorder) ListRetainedMessagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListRetainedMessagesWithContext indicates an expected call of ListRetainedMessagesWithContext.
func (*MockIoTDataPlaneAPIMockRecorder) Publish ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) Publish(arg0 interface{}) *gomock.Call
Publish indicates an expected call of Publish.
func (*MockIoTDataPlaneAPIMockRecorder) PublishRequest ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) PublishRequest(arg0 interface{}) *gomock.Call
PublishRequest indicates an expected call of PublishRequest.
func (*MockIoTDataPlaneAPIMockRecorder) PublishWithContext ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) PublishWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PublishWithContext indicates an expected call of PublishWithContext.
func (*MockIoTDataPlaneAPIMockRecorder) UpdateThingShadow ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) UpdateThingShadow(arg0 interface{}) *gomock.Call
UpdateThingShadow indicates an expected call of UpdateThingShadow.
func (*MockIoTDataPlaneAPIMockRecorder) UpdateThingShadowRequest ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) UpdateThingShadowRequest(arg0 interface{}) *gomock.Call
UpdateThingShadowRequest indicates an expected call of UpdateThingShadowRequest.
func (*MockIoTDataPlaneAPIMockRecorder) UpdateThingShadowWithContext ¶
func (mr *MockIoTDataPlaneAPIMockRecorder) UpdateThingShadowWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateThingShadowWithContext indicates an expected call of UpdateThingShadowWithContext.